Skip to content

Mailchimp ​

Manage audiences, campaigns, and automations in Mailchimp.

DetailValue
CategoryCommunication
Base URLhttps://server.api.mailchimp.com/3.0
AuthenticationBearer Token
Endpoints6
Connector keymailchimp

Using Mailchimp in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Mailchimp from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /listsGet all audiences/lists
GET /lists/{list_id}/membersList members of an audience
POST /lists/{list_id}/membersAdd a member to an audience
GET /campaignsList campaigns
POST /campaignsCreate a campaign
POST /campaigns/{campaign_id}/actions/sendSend a campaign

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.