why teams leave ActiveCampaign.
- →ActiveCampaign migrations need an explicit boundary around what the API exposes.
- →Teams want a dry-run report before rebuilding subscribers, lists, tags, custom fields.
- →Some automation metadata depends on the account's API visibility
what mailexodus pulls from ActiveCampaign.
- +subscribers
- +lists
- +tags
- +custom fields
- +campaigns
- +automations
- ?Some automation metadata depends on the account's API visibility
- xsegments
- xsuppressions
- xtemplates
- xsender reputation and domain warmup
- xhistorical analytics, revenue attribution, and aggregate reporting
- xcontacts already mid-flight inside active automations
- xA/B test results and provider-specific experiment history
- xprovider-native design blocks, product widgets, coupons, and private assets that are not exposed by API
Automated adapter
Contacts map to subscribers. Lists, tags, and custom fields map directly. Campaigns and automation emails map to draft content items
Some automation metadata depends on the account's API visibility
how an agent migrates ActiveCampaign → Sequenzy.
This is exactly what mailexodus hands your agent: authenticate, then for each object type — read it from ActiveCampaign, map it to the portable schema, write it to the destination. mailexodus never writes; your agent does, with this report in hand.
In ActiveCampaign, open Settings, Developer, then copy your API URL and API key. Paste them separated by a pipe, for example https://account.api-us1.com|API_KEY. JSON with apiUrl and apiToken is also accepted
- segments
- suppressions
- templates
- sender reputation and domain warmup
- historical analytics, revenue attribution, and aggregate reporting
- contacts already mid-flight inside active automations
- Sender reputation is earned at the destination — set up SPF/DKIM/DMARC and a warmup ramp; it does not transfer.
- Keep the source platform active until authentication, warmup, and in-flight automations have finished.
- Honor suppressions before the first send.
- After writing, verify counts per object type against the source before switching live sends.
guide your agent, or follow it yourself.
Pull the full playbook from the skill prompt, CLI, or MCP server, then work the steps. Start by confirming credentials: In ActiveCampaign, open Settings, Developer, then copy your API URL and API key. Paste them separated by a pipe, for example https://account.api-us1.com|API_KEY. JSON with apiUrl and apiToken is also accepted
provider coverage
npx mailexodus@latest info active-campaign
agent playbook
npx mailexodus@latest guide --from active-campaign --to sequenzy
Use mailexodus skill: ActiveCampaign → Sequenzy playbook