why teams leave Shopify Email.
- →Shopify Email migrations need an explicit boundary around what the API exposes.
- →Teams want a dry-run report before rebuilding subscribers, segments, tags, custom fields.
- →Shopify Email campaign HTML export is not reliably exposed through the Admin API
what mailexodus pulls from Shopify Email.
- +subscribers
- +tags
- +segments
- +custom fields
- +suppressions
- ?segments
- ?suppressions
- xlists
- 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
Customers with email marketing consent map to subscribers. Segments map to segments. Tags map to tags. Metafields map to custom attributes. Consent state maps to active or unsubscribed status
Shopify Email campaign HTML export is not reliably exposed through the Admin API
how an agent migrates Shopify Email → Sequenzy.
This is exactly what mailexodus hands your agent: authenticate, then for each object type — read it from Shopify Email, map it to the portable schema, write it to the destination. mailexodus never writes; your agent does, with this report in hand.
Create a Shopify Admin API custom app with read_customers and customer segment access. Paste SHOP.myshopify.com|ADMIN_API_ACCESS_TOKEN, or JSON with shop and accessToken
- lists
- campaigns
- templates
- 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 Shopify Admin API custom app with read_customers and customer segment access. Paste SHOP.myshopify.com|ADMIN_API_ACCESS_TOKEN, or JSON with shop and accessToken
provider coverage
npx mailexodus@latest info shopify-email
agent playbook
npx mailexodus@latest guide --from shopify-email --to sequenzy
Use mailexodus skill: Shopify Email → Sequenzy playbook