MailChimp Adaptor
About Mailchimp
Mailchimp is a marketing automation platform that allows businesses to design, send, and manage email campaigns. It also provides tools for audience management, analytics, and integrations with other platforms to support marketing efforts.
Integration Options
Mailchimp supports two primary integration options:
1. Rest API: Mailchimp offers a REST API that enables external applications to interact with its services. This option is ideal for applications requiring scheduled or bulk synchronization with Mailchimp. Refer to the Mailchimp REST API documentation for detailed guidelines on endpoints and payload formats.
2. Webhook: Webhook or Data Forwarding to push data from MailChimp to external systems (see docs). This option is suited for real-time, event-based data integration.
Authentication
When integrating with Mailchimp via OpenFn, authentication via API Key is supported (see MC docs. See this adaptor's Configuration docs for more on the required authentication parameters.
See platform docs on managing credentials for how to configure a credential in OpenFn. If working locally or if using a Raw JSON credential type, then your configuration will look something like this:
{
"server": "us11",
"apiKey": "0eb22c7b4a1c5bcd789379bf8a92902d-us13"
}
Helpful Links
Implementation Examples
- GIFE Project - Mailchimp -> Salesforce sync: https://github.com/OpenFn/gife
I've noticed a problem with this Adaptor, or something is out of date, what can I do?
Thanks for asking! We are a fully Open Source Digital Public Good, and we welcome contributions from our community. Check out our Adaptors Wiki for more information on how you can update Adaptors!
Or, you can always reach out to the Community through our Community Forum here.