- 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.