why teams leave Buttondown.
- →Buttondown migrations need an explicit boundary around what the API exposes.
- →Teams want a dry-run report before rebuilding subscribers, lists, tags, custom fields.
- →Template and automation coverage is limited and should not be treated as full export support
what mailexodus pulls from Buttondown.
- +subscribers
- +lists
- +tags
- +custom fields
- +suppressions
- +campaigns
- +automations
- ?suppressions
- ?campaigns
- ?automations
- xsegments
- 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
Partial automated adapter
Subscriber metadata maps to custom attributes. Tags map to tags. Newsletters can map to lists. Emails map to campaigns
Template and automation coverage is limited and should not be treated as full export support
how an agent migrates Buttondown → Sequenzy.
This is exactly what mailexodus hands your agent: authenticate, then for each object type — read it from Buttondown, map it to the portable schema, write it to the destination. mailexodus never writes; your agent does, with this report in hand.
Create a Buttondown API key with read access to subscribers, emails, tags, newsletters, and automations. Paste the API key, or JSON with apiKey
- segments
- templates
- sender reputation and domain warmup
- historical analytics, revenue attribution, and aggregate reporting
- contacts already mid-flight inside active automations
- A/B test results and provider-specific experiment history
- 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 Buttondown API key with read access to subscribers, emails, tags, newsletters, and automations. Paste the API key, or JSON with apiKey
provider coverage
npx mailexodus@latest info buttondown
agent playbook
npx mailexodus@latest guide --from buttondown --to sequenzy
Use mailexodus skill: Buttondown → Sequenzy playbook