Mailchimp ​
Manage audiences, campaigns, and automations in Mailchimp.
| Detail | Value |
|---|---|
| Category | Communication |
| Base URL | https://server.api.mailchimp.com/3.0 |
| Authentication | Bearer Token |
| Endpoints | 6 |
| Connector key | mailchimp |
Using Mailchimp in a workflow ​
- Go to Connections and click New Connection.
- Pick Mailchimp from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /lists | Get all audiences/lists |
| GET /lists/{list_id}/members | List members of an audience |
| POST /lists/{list_id}/members | Add a member to an audience |
| GET /campaigns | List campaigns |
| POST /campaigns | Create a campaign |
| POST /campaigns/{campaign_id}/actions/send | Send a campaign |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.