Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.elasticfunnels.io/llms.txt

Use this file to discover all available pages before exploring further.

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

ProviderAuthAvailable actions
KlaviyoPrivate API keySubscribe / update profile, retrieve profile, subscribe to a list (segmentation, predictive analytics)
ActiveCampaignAPI URL + tokenCreate / update contact, manage tags, add to automation
MailchimpAPI keyAdd / update contact, delete contact, manage tags, check subscription status
GetResponseAPI keyCreate / update contact, add to campaign (list), manage tags
Kit (ConvertKit)API key (v4)Create / update subscriber, manage tags, enroll in form / sequence
AWeberOAuth 2.0Create / update contact (dynamic list selection), manage tags
Brevo (Sendinblue)API keyCreate / update contact, check existence, manage tags, SMS
MaropostAPI key + accountSend transactional via emails/deliver.json, sync contacts
Pick where the source of truth lives. If Klaviyo or ActiveCampaign already runs your email program, sync EF data into them. If you want to retire your ESP and run broadcasts from EF, use the built-in Emails module instead.

Transactional email

These providers send one-off emails — order receipts, dunning notices, password resets, etc. — through their API or SMTP server.
ProviderMethodWhat you control
SendGridREST API v3Sender identity, stats, bounces, suppression management
MailgunREST API v3Sender, mailing lists, bounce / complaint tracking, opens & clicks
Generic SMTP (labelled “Mailrelay”)Any SMTP relayHost, port, username, password — works with Gmail, Outlook, Postmark, Amazon SES, etc.
MaropostMarketing Cloud REST APITransactional sends via campaign ID
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

ProviderAuthWhat it returns
ZeroBounceAPI keyStatus (valid, invalid, catch-all, spamtrap, unknown), sub-status, IP / geo enrichment, credit balance
DebounceAPI keyDeliverability + risk classification (safe_to_send, risky, etc.)
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 IntegrationsEmail 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:
NeedUse built-in EFUse external integration
Order, dunning, course, login emailsEF Emails (recommended)SendGrid / Mailgun if you already pay for deliverability
Marketing broadcasts to your listEF Emails (campaigns + segments)Klaviyo / ActiveCampaign / Mailchimp if your team lives there
Behavior-based sequencesEF AutomationsActiveCampaign / Klaviyo automations
Validation at form-captureDebounce or ZeroBounce
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.