Mailchimp

us1.api.mailchimp.com

Community

Mailchimp is an email marketing and automation platform. Manage audiences/lists, subscribers, campaigns, templates, automations, segments, tags, and access detailed analytics and reports.

[catalog]Catalog only — enable via gateway with your own API key

Enable this service

This service is in the catalog but not part of v1 launch billing. To use it, run the command below and provide your own API key in the local config page — the gateway will call it under your account.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://us1.api.mailchimp.com

Last crawled

May 4, 2026

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Top Capabilities

Most commonly used operations — ready to call without drill-down.

automations_list

GET

List all automations (automated email series).

GET https://us1.api.mailchimp.com/3.0/automations

count (integer) Results per page.

campaigns_list

GET

List all campaigns in your account.

GET https://us1.api.mailchimp.com/3.0/campaigns

type (string) Filter: regular, plaintext, absplit, rss, variate.

status (string) Filter: save, paused, schedule, sending, sent.

count (integer) Results per page.

lists_list

GET

List all audiences (lists) in your Mailchimp account.

GET https://us1.api.mailchimp.com/3.0/lists

count (integer) Number of results (max 1000).

offset (integer) Results to skip.

All Capabilities (35)

automations (4)

GETautomations_get

Retrieve details of a specific automation.

GETautomations_list

List all automations (automated email series).

POSTautomations_pause

Pause all emails in an automation.

POSTautomations_start

Start all emails in an automation.

campaigns (9)

GETcampaigns_content_get

Retrieve the content of a campaign.

PUTcampaigns_content_set

Set the HTML content for a campaign.

POSTcampaigns_create

Create a new email campaign.

DELETEcampaigns_delete

Delete a campaign.

GETcampaigns_get

Retrieve details of a specific campaign.

GETcampaigns_list

List all campaigns in your account.

POSTcampaigns_schedule

Schedule a campaign to send at a future date/time.

POSTcampaigns_send

Send a campaign immediately.

PATCHcampaigns_update

Update a campaign's settings before sending.

lists (5)

POSTlists_create

Create a new audience/list.

DELETElists_delete

Delete an audience/list.

GETlists_get

Retrieve details of a specific audience by its ID.

GETlists_list

List all audiences (lists) in your Mailchimp account.

PATCHlists_update

Update an audience's settings.

members (8)

POSTmembers_add

Add a new subscriber to an audience.

PUTmembers_add_or_update

Add or update a subscriber using PUT (upsert by email).

DELETEmembers_archive

Archive (soft delete) a subscriber from an audience.

GETmembers_get

Retrieve a specific subscriber by their email hash.

GETmembers_list

List subscribers in an audience with filtering options.

GETmembers_search

Search for members across all audiences by email or other criteria.

POSTmembers_tags_update

Add or remove tags from a subscriber.

PATCHmembers_update

Update an existing subscriber's information.

reports (2)

GETreports_get

Get performance report for a sent campaign (opens, clicks, bounces).

GETreports_list

List reports for all sent campaigns.

segments (2)

POSTsegments_create

Create a new segment for an audience.

GETsegments_list

List all segments for an audience.

templates (5)

POSTtemplates_create

Create a new email template.

DELETEtemplates_delete

Delete a template.

GETtemplates_get

Retrieve a specific template.

GETtemplates_list

List all email templates.

PATCHtemplates_update

Update a template's name or HTML.

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Mailchimp
Description: Mailchimp is an email marketing and automation platform. Manage audiences/lists, subscribers, campaigns, templates, automations, segments, tags, and access detailed analytics and reports.
Auth: api_key
Capabilities (35 total):
  automations (4):
    - automations_get: Retrieve details of a specific automation.
    - automations_list: List all automations (automated email series).
    - automations_pause: Pause all emails in an automation.
    - automations_start: Start all emails in an automation.
  campaigns (9):
    - campaigns_content_get: Retrieve the content of a campaign.
    - campaigns_content_set: Set the HTML content for a campaign.
    - campaigns_create: Create a new email campaign.
    - campaigns_delete: Delete a campaign.
    - campaigns_get: Retrieve details of a specific campaign.
    - campaigns_list: List all campaigns in your account.
    - campaigns_schedule: Schedule a campaign to send at a future date/time.
    - campaigns_send: Send a campaign immediately.
    - campaigns_update: Update a campaign's settings before sending.
  lists (5):
    - lists_create: Create a new audience/list.
    - lists_delete: Delete an audience/list.
    - lists_get: Retrieve details of a specific audience by its ID.
    - lists_list: List all audiences (lists) in your Mailchimp account.
    - lists_update: Update an audience's settings.
  members (8):
    - members_add: Add a new subscriber to an audience.
    - members_add_or_update: Add or update a subscriber using PUT (upsert by email).
    - members_archive: Archive (soft delete) a subscriber from an audience.
    - members_get: Retrieve a specific subscriber by their email hash.
    - members_list: List subscribers in an audience with filtering options.
    - members_search: Search for members across all audiences by email or other criteria.
    - members_tags_update: Add or remove tags from a subscriber.
    - members_update: Update an existing subscriber's information.
  reports (2):
    - reports_get: Get performance report for a sent campaign (opens, clicks, bounces).
    - reports_list: List reports for all sent campaigns.
  segments (2):
    - segments_create: Create a new segment for an audience.
    - segments_list: List all segments for an audience.
  templates (5):
    - templates_create: Create a new email template.
    - templates_delete: Delete a template.
    - templates_get: Retrieve a specific template.
    - templates_list: List all email templates.
    - templates_update: Update a template's name or HTML.

Top capabilities (ready to call):
  - automations_list: GET /3.0/automations
  - campaigns_list: GET /3.0/campaigns
  - lists_list: GET /3.0/lists