why teams leave Mailgun.
- →Mailgun migrations need an explicit boundary around what the API exposes.
- →Teams want a dry-run report before rebuilding subscribers, lists, custom fields, suppressions.
- →Mailgun does not provide marketing campaign or automation export coverage
what mailexodus pulls from Mailgun.
- +subscribers
- +lists
- +custom fields
- +suppressions
- +templates
- ?suppressions
- ?templates
- xtags
- xsegments
- xcampaigns
- xautomations
- 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
Partial automated adapter
Mailing lists map to lists. Members map to subscribers. Member vars map to custom attributes. Suppressions map to suppression records. Templates map to transactional templates
Mailgun does not provide marketing campaign or automation export coverage
how an agent migrates Mailgun → Sequenzy.
This is exactly what mailexodus hands your agent: authenticate, then for each object type — read it from Mailgun, map it to the portable schema, write it to the destination. mailexodus never writes; your agent does, with this report in hand.
Create a Mailgun private API key with read access to mailing lists, suppressions, and templates. Paste BASE_URL|DOMAIN|API_KEY, for example https://api.mailgun.net|mg.example.com|key, or JSON with baseUrl, domain, and apiKey
- tags
- segments
- campaigns
- automations
- sender reputation and domain warmup
- historical analytics, revenue attribution, and aggregate reporting
- 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: Create a Mailgun private API key with read access to mailing lists, suppressions, and templates. Paste BASE_URL|DOMAIN|API_KEY, for example https://api.mailgun.net|mg.example.com|key, or JSON with baseUrl, domain, and apiKey
provider coverage
npx mailexodus@latest info mailgun
agent playbook
npx mailexodus@latest guide --from mailgun --to sequenzy
Use mailexodus skill: Mailgun → Sequenzy playbook