Overview
ElasticFunnels ships its own email engine for broadcasts and automations, but you can also push contacts and send through external platforms when your team already lives there. Every email integration is wired into the automation builder as actions you can drop into any workflow (for example, after a form submission or a purchase).Categories
ESP / contact-sync
Push subscribers, manage tags, and trigger sequences in your existing email service provider.
Transactional email
Send one-off API-driven emails through high-deliverability providers (or any SMTP relay).
Email validation
Verify addresses at form-submit time to keep junk and spam-traps out of your list.
ESP / contact sync
Transactional email
These providers send one-off emails — order receipts, dunning notices, password resets, etc. — through their API or SMTP server.The integration shown as Mailrelay in the UI is a general-purpose SMTP integration despite the name — point it at any SMTP server you already operate.
Email validation
Both validators plug into:
- Forms — call the validator inside the automation that runs after the form is submitted, and reject the row if the address is invalid.
- Automations — gate any subsequent step (
add_to_list,tag,send_email) on the validation result.
Setup pattern
The setup is the same for every provider:1
Find the provider
Go to Integrations → Email Marketing (or Validation), find the provider, click Activate.
2
Authenticate
Paste an API key, OAuth your account, or fill in SMTP credentials depending on the provider.
3
Pick lists / forms (where applicable)
For ESP integrations, the form will load your lists, tags, forms, sequences, etc. directly from the provider so you can choose them by name instead of ID.
4
Use it in automations
Open any Automation and drop the new actions (e.g.
Klaviyo: Subscribe Profile) into the workflow. Map ElasticFunnels variables (email, first name, custom fields) to the provider’s fields.Built-in vs external
ElasticFunnels can replace these tools for many teams. Use the table below to decide:
You can also mix-and-match — for example, send transactional through SendGrid and broadcasts through Klaviyo, while EF still owns the funnel data, automations, and reporting.