Overview
This node integrates with Mailchimp to manage subscribers in a specified mailing list. It supports creating or updating a subscriber by specifying the subscriber's email and mapping custom fields to Mailchimp list fields. This is useful for automating subscriber management workflows, such as syncing user data from other systems to Mailchimp lists.
Use Case Examples
- Automatically add or update a subscriber in a Mailchimp list when a new user registers on a website.
- Sync subscriber information from a CRM system to Mailchimp to keep mailing lists up to date.
Properties
| Name | Meaning |
|---|---|
| Action | Specifies the operation to perform; currently supports creating or updating a subscriber. |
| List Name or ID | The Mailchimp List ID where the subscriber will be created or updated. |
| The email address of the subscriber to create or update. | |
| Field Mapping | Mapping of incoming data keys to Mailchimp list fields to set subscriber attributes. |
| Subscribers JSON Array | A JSON array of subscribers for bulk creation (shown only for bulk create action). |
Output
JSON
json- The response from the Mailchimp API after creating or updating a subscriber, containing subscriber details and status.
Dependencies
- Requires Mailchimp API credentials including an API key and server prefix.
Troubleshooting
- Ensure the Mailchimp API credentials are correctly configured and have the necessary permissions.
- Verify that the List ID provided exists and is accessible with the API key.
- Check that the email address is valid and properly formatted.
- If field mapping fails, confirm that the specified Mailchimp fields exist in the list and are correctly referenced by tag or ID.
Links
- Mailchimp API - Add or Update List Member - Official Mailchimp API documentation for creating or updating a list member.