Mailchimp
Connect Mailchimp to access campaigns, audience lists, and email analytics through Cendriix agents.
Overview
| Auth method | OAuth 2.0 |
| Scopes | campaigns:read, lists:read, reports:read |
| MCP support | No |
| Setup time | ~10 minutes |
How to connect
- Navigate to Settings → Integrations → Connectors
- Click Connect on the Mailchimp integration
- Authorize the Cendriix app in your Mailchimp account
- Once authorized, campaign data becomes available to Cendriix agents
Admin setup (self-hosted)
If you’re running Cendriix on your own infrastructure, an admin needs to:
- Register an app at Mailchimp Developer Portal
- Set the redirect URL to:
https://api.<your-domain>/v1/connectors/mailchimp/oauth/callback - Store the credentials in AWS Secrets Manager at
cendriix/prod/connectors/mailchimp:{ "client_id": "...", "client_secret": "..." }
Capabilities
Once connected, Cendriix agents can:
- Read campaign performance and email analytics
- Access audience lists and subscriber segments
- Reference marketing data for reporting workflows
Security notes
- Mailchimp tokens do not support refresh — re-authorization required if token expires
- Disconnect at any time from Settings → Integrations → Connectors
Further reading
Last updated on