why teams leave Flodesk.
- →Flodesk migrations need an explicit boundary around what the API exposes.
- →Teams want a dry-run report before rebuilding subscribers, segments, custom fields.
- →Official docs do not expose campaign or template body export
what mailexodus pulls from Flodesk.
- +subscribers
- +segments
- +custom fields
- ?segments
- xlists
- xtags
- xsuppressions
- xcampaigns
- xtemplates
- 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
Subscribers map to subscribers. Segments map to segments. Custom fields map to custom attributes
Official docs do not expose campaign or template body export
how an agent migrates Flodesk → Sequenzy.
This is exactly what mailexodus hands your agent: authenticate, then for each object type — read it from Flodesk, map it to the portable schema, write it to the destination. mailexodus never writes; your agent does, with this report in hand.
Create a Flodesk API key under account integrations. Paste the key, or JSON with apiKey
- lists
- tags
- suppressions
- campaigns
- templates
- 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 Flodesk API key under account integrations. Paste the key, or JSON with apiKey
provider coverage
npx mailexodus@latest info flodesk
agent playbook
npx mailexodus@latest guide --from flodesk --to sequenzy
Use mailexodus skill: Flodesk → Sequenzy playbook