Integrate with Mailchimp
Send Mailchimp transactional emails directly from your workflow.
Design Workflows
Builder Toolbox
Enterprise Automation
You can use our Step templates to guide you through the integrations. You can find step templates in Workflows > + Add step > Integrations > Templates > 3rd party templates > Mailchimp.
-
In Mailchimp, generate your API key. You can find the details here.
-
You’ll be sending the email using a message template. Review the Mailchimp documentation to learn about the related API parameters.
-
In Next Matter select the workflow that should trigger a Mailchimp message, and add a new integration step.
-
Click Settings and enter the following details:
- Method: POST
- URL:
https://mandrillapp.com/api/1.0/messages/send-template
- Headers: Content-Type: application/json
- Body might look like the following:
-
Save your changes.
To learn more about Mailchimp email format (plain text and HTML), see Mailchimp documentation.