why teams leave MailerSend.
- →MailerSend migrations need an explicit boundary around what the API exposes.
- →Teams want a dry-run report before rebuilding subscribers, suppressions, templates.
- →Campaign, segment, list, and automation export were not verified
what mailexodus pulls from MailerSend.
- +subscribers
- +suppressions
- +templates
- ?suppressions
- ?templates
- xlists
- xtags
- xsegments
- xcustom fields
- 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
Recipients map to subscribers when email identity and consent state are sufficient. Suppressions map to suppression records. Templates map to transactional templates
Campaign, segment, list, and automation export were not verified
how an agent migrates MailerSend → Sequenzy.
This is exactly what mailexodus hands your agent: authenticate, then for each object type — read it from MailerSend, map it to the portable schema, write it to the destination. mailexodus never writes; your agent does, with this report in hand.
Create a MailerSend API token with recipients_read, suppressions_read, domains_read, and template access. Paste the token, or JSON with apiKey
- lists
- tags
- segments
- custom fields
- campaigns
- 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: Create a MailerSend API token with recipients_read, suppressions_read, domains_read, and template access. Paste the token, or JSON with apiKey
provider coverage
npx mailexodus@latest info mailersend
agent playbook
npx mailexodus@latest guide --from mailersend --to sequenzy
Use mailexodus skill: MailerSend → Sequenzy playbook