Settings → Animam → MailPoet bridge are visible to the agent — the agent cannot subscribe a visitor to anything the tenant hasn’t approved.
How it works
- The agent calls
wp_list_newsletter_listsand only sees the whitelisted lists. - After the visitor opts in (e.g. “I’d like your monthly newsletter”), the agent calls
wp_subscribe_newsletterwith email + first name. - MailPoet runs its standard pipeline: double opt-in stays on, the confirmation email goes out, and the subscriber lands in the list.
Why this stays compliant
Whitelisting lists
InSettings → Animam → MailPoet bridge, check the lists the agent is allowed to subscribe visitors to. Anything unchecked is invisible — the agent literally cannot see it via wp_list_newsletter_lists. Common pattern: keep your transactional and internal lists unchecked, whitelist only the public newsletter / marketing lists.
Plan
Bridges require the Visitors plan (€19/month) or higher — thebridges capability. See WordPress pricing.