--- title: 'Mailchimp' description: 'Manage audiences, campaigns, and automations in Mailchimp.' --- # 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 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 | Endpoint | Summary | |---|---| | [GET /lists](./get_lists_email_listaudiences) | Get all audiences/lists | | [GET /lists/{list_id}/members](./get_lists_list_id_members_email_listmembers) | List members of an audience | | [POST /lists/{list_id}/members](./post_lists_list_id_members_email_addmember) | Add a member to an audience | | [GET /campaigns](./get_campaigns_email_listcampaigns) | List campaigns | | [POST /campaigns](./post_campaigns_email_createcampaign) | Create a campaign | | [POST /campaigns/{campaign_id}/actions/send](./post_campaigns_campaign_id_actions_send_email_sendcampaign) | Send a campaign | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.