Mailchimp
us1.api.mailchimp.com
Mailchimp is an email marketing and automation platform. Manage audiences/lists, subscribers, campaigns, templates, automations, segments, tags, and access detailed analytics and reports.
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.
api_key
free
1.0
https://us1.api.mailchimp.com
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
GETList all automations (automated email series).
GET https://us1.api.mailchimp.com/3.0/automations
count (integer) — Results per page.
campaigns_list
GETList 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
GETList 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)
Retrieve details of a specific automation.
List all automations (automated email series).
Pause all emails in an automation.
Start all emails in an automation.
campaigns (9)
Retrieve the content of a campaign.
Set the HTML content for a campaign.
Create a new email campaign.
Delete a campaign.
Retrieve details of a specific campaign.
List all campaigns in your account.
Schedule a campaign to send at a future date/time.
Send a campaign immediately.
Update a campaign's settings before sending.
lists (5)
Create a new audience/list.
Delete an audience/list.
Retrieve details of a specific audience by its ID.
List all audiences (lists) in your Mailchimp account.
Update an audience's settings.
members (8)
Add a new subscriber to an audience.
Add or update a subscriber using PUT (upsert by email).
Archive (soft delete) a subscriber from an audience.
Retrieve a specific subscriber by their email hash.
List subscribers in an audience with filtering options.
Search for members across all audiences by email or other criteria.
Add or remove tags from a subscriber.
Update an existing subscriber's information.
reports (2)
Get performance report for a sent campaign (opens, clicks, bounces).
List reports for all sent campaigns.
segments (2)
Create a new segment for an audience.
List all segments for an audience.
templates (5)
Create a new email template.
Delete a template.
Retrieve a specific template.
List all email templates.
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