Mailchimp
App IntegrationsMailchimp Node
Overview
Supports the following operations: Add Subscriber, Update Subscriber, Create Campaign, Send Campaign.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Configuration field for operation |
listId | string | — | Configuration field for listId |
email | string | — | Configuration field for email |
mergeFields | string | — | Configuration field for mergeFields |
campaignName | string | — | Configuration field for campaignName |
subject | string | — | Configuration field for subject |
campaignId | string | — | Configuration field for campaignId |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{mailchimp.id}}anyOutput field: id
{{mailchimp.email_address}}anyOutput field: email_address
{{mailchimp.status}}anyOutput field: status
Examples
Basic Usage
Example configuration:
{
"operation": "value",
"listId": "value",
"email": "value",
"mergeFields": "value",
"campaignName": "value",
"subject": "value",
"campaignId": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try Mailchimp in Your Workflow
Create a free account and start building AI-powered workflows with the Mailchimp node.
Open Workflow Editor