> ## Documentation Index
> Fetch the complete documentation index at: https://docs.boxd.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Mailchimp

> Mailchimp is an email marketing and automation platform providing campaign templates, audience segmentation, and performance analytics to drive engagement and conversions

Mailchimp is an email marketing and automation platform providing campaign templates, audience segmentation, and performance analytics to drive engagement and conversions

`mailchimp` · **275 tools** · **4 triggers**

## Connect it

```bash theme={"theme":"github-dark"}
run auth mailchimp
run auth mailchimp --scope team    # shared with the organization
```

Or from the [Integrations page](https://app.boxd.sh/integrations) in the console. See [Connections](/guides/integrations/connections) for personal versus shared, and who may remove one.

## Use it

```bash theme={"theme":"github-dark"}
run mailchimp          # common commands
run mailchimp --all    # every command
```

```ts theme={"theme":"github-dark"}
import { mailchimp } from "@boxd/run";
```

## Common tools

| Tool                            | What it does                                                                                                                        |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| `add-contact-to-audience`       | Tool to create a new omni-channel contact in a Mailchimp audience.                                                                  |
| `get-audiences-contacts`        | Tool to get a list of omni-channel contacts for a given audience.                                                                   |
| `get-audiences-contacts-detail` | Tool to retrieve a specific omni-channel contact from a Mailchimp audience by their ID or channel hash.                             |
| `get-campaign-info`             | Get information about a specific campaign.                                                                                          |
| `get-lists-info`                | Get information about all lists in the account.                                                                                     |
| `list-campaigns`                | Get all campaigns in an account.                                                                                                    |
| `list-recent-activity`          | Get up to the previous 180 days of daily detailed aggregated activity stats for a list, not including Automation activity.          |
| `search-members`                | Search for list members. This search can be restricted to a specific list, or can be used to search across all lists in an account. |
| `send-campaign`                 | Send a Mailchimp campaign immediately. For RSS Campaigns, the campaign will send according to its schedule.                         |
| `update-audiences-contacts`     | Update an existing omni-channel contact in a Mailchimp audience.                                                                    |

<Accordion title="All 275 tools" icon="list">
  | Tool                                         | What it does                                                                                                                                                               |
  | -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | `add-automation`                             | Create a new classic abandoned cart automation in your Mailchimp account.                                                                                                  |
  | `add-batch-webhook`                          | Configure a webhook that will fire whenever any batch request completes processing.                                                                                        |
  | `add-campaign`                               | Create a new Mailchimp campaign.                                                                                                                                           |
  | `add-campaign-feedback`                      | Add feedback on a specific Mailchimp campaign. Use this to post comments, notes, or feedback while collaborating on a campaign with your team.                             |
  | `add-campaign-folder`                        | Create a new campaign folder to organize email campaigns in Mailchimp.                                                                                                     |
  | `add-cart`                                   | Add a new cart to a store.                                                                                                                                                 |
  | `add-cart-line-item`                         | Add a new line item to an existing cart.                                                                                                                                   |
  | `add-connected-site`                         | Create a new Mailchimp connected site. Connected sites allow you to track website visitor activity and integrate with Mailchimp's marketing features.                      |
  | `add-contact-to-audience`                    | Tool to create a new omni-channel contact in a Mailchimp audience.                                                                                                         |
  | `add-domain-to-account`                      | Add a sending domain to the Mailchimp account for email verification.                                                                                                      |
  | `add-event`                                  | Add an event for a list member. Use this action to track contact activity and behavior outside of email campaigns.                                                         |
  | `add-export`                                 | Create a new account export in your Mailchimp account. This action initiates an export of your Mailchimp account data as a downloadable ZIP file.                          |
  | `add-file`                                   | Upload a new image or file to the Mailchimp File Manager. Use this action to upload files (images, documents, etc.) that can be used in campaigns...                       |
  | `add-folder`                                 | Create a new folder in the File Manager to organize uploaded files.                                                                                                        |
  | `add-interest-category`                      | Create a new interest category.                                                                                                                                            |
  | `add-interest-in-category`                   | Create a new interest or 'group name' for a specific category.                                                                                                             |
  | `add-landing-page`                           | Create a new Mailchimp landing page. Creates an unpublished landing page that can be customized and published later.                                                       |
  | `add-list`                                   | Create a new audience (list) in your Mailchimp account. This endpoint creates a new audience/list for managing email contacts.                                             |
  | `add-member-note`                            | Add a new note for a specific subscriber in a Mailchimp list (audience).                                                                                                   |
  | `add-member-to-segment`                      | Add an existing list member to a static segment (tag) in Mailchimp.                                                                                                        |
  | `add-merge-field`                            | Add a new merge field for a specific audience.                                                                                                                             |
  | `add-order-line-item`                        | Add a new line item to an existing order in a Mailchimp e-commerce store.                                                                                                  |
  | `add-or-remove-member-tags`                  | Add or remove tags from a list member. Tags help organize and segment your audience.                                                                                       |
  | `add-or-update-customer`                     | Add or update a customer in a Mailchimp e-commerce store. This endpoint uses PUT semantics - if the customer exists, it will be updated; if not, a...                      |
  | `add-or-update-list-member`                  | Add or update a list member (subscriber) in a Mailchimp audience/list.                                                                                                     |
  | `add-or-update-product-variant`              | Add a new product variant or update an existing one in a Mailchimp e-commerce store.                                                                                       |
  | `add-product`                                | Add a new product to a Mailchimp e-commerce store. Products are e-commerce items that can be added to carts and orders.                                                    |
  | `add-product-image`                          | Add a new image to a product in a Mailchimp e-commerce store.                                                                                                              |
  | `add-promo-code`                             | Add a new promo code to an e-commerce store under an existing promo rule.                                                                                                  |
  | `add-promo-rule`                             | Add a new promo rule to a store. Promo rules define the parameters for promotional discounts such as percentage off, fixed amount off, or free shipping.                   |
  | `add-segment`                                | Create a new segment in a specific Mailchimp list/audience. Segments can be either static (based on a list of specific email addresses) or saved...                        |
  | `add-store`                                  | Add a new store to your Mailchimp account.                                                                                                                                 |
  | `add-subscriber-to-workflow-email`           | Manually add a subscriber to a classic automation workflow email queue, bypassing the default trigger settings.                                                            |
  | `add-template`                               | Create a new email template in the Mailchimp account. Templates can be used to create consistent email campaigns.                                                          |
  | `add-template-folder`                        | Create a new template folder in Mailchimp. Template folders help organize your email templates.                                                                            |
  | `add-webhook`                                | Create a new webhook for a specific Mailchimp audience/list.                                                                                                               |
  | `archive-automation`                         | Permanently archive a classic automation workflow in Mailchimp.                                                                                                            |
  | `archive-contact`                            | Archive a contact in a Mailchimp audience. This action archives the specified contact, removing them from the active audience.                                             |
  | `archive-list-member`                        | Archive (soft delete) a list member from a Mailchimp audience.                                                                                                             |
  | `batch-add-or-remove-members`                | Batch add or remove list members from a static segment in Mailchimp.                                                                                                       |
  | `batch-subscribe-or-unsubscribe`             | Batch subscribe or unsubscribe list members.                                                                                                                               |
  | `campaign-abuse-report-details`              | Get detailed information about a specific abuse report for a campaign.                                                                                                     |
  | `campaign-statistics-feedback`               | Get feedback based on a campaign's statistics. Advice feedback is based on campaign stats like opens, clicks, unsubscribes, bounces, and more.                             |
  | `cancel-campaign`                            | Cancel a Regular or Plain-Text Campaign after you send, before all of your recipients receive it.                                                                          |
  | `create-survey-campaign`                     | Create a new email campaign that links to a specific survey in Mailchimp.                                                                                                  |
  | `customer-journeys-api-trigger-for-contact`  | Trigger a Customer Journey step for a specific contact via the Mailchimp API.                                                                                              |
  | `customize-signup-form`                      | Customize the appearance and content of a Mailchimp list's signup form.                                                                                                    |
  | `delete-batch-request`                       | Stops a batch request from running. Since only one batch request is run at a time, this can be used to cancel a long running request.                                      |
  | `delete-batch-webhook`                       | Permanently delete a batch webhook by its ID. Once deleted, the webhook URL will no longer receive POST notifications when batch operations complete.                      |
  | `delete-campaign`                            | Permanently delete a campaign from your Mailchimp account. This action removes the specified campaign and all associated data.                                             |
  | `delete-campaign-feedback-message`           | Remove a specific feedback message for a campaign.                                                                                                                         |
  | `delete-campaign-folder`                     | Delete a specific campaign folder from Mailchimp. When a campaign folder is deleted, all campaigns within that folder are automatically marked as...                       |
  | `delete-cart`                                | Delete a cart from an e-commerce store. This endpoint permanently removes a cart and all its line items from the specified store.                                          |
  | `delete-cart-line-item`                      | Delete a specific line item from a cart in a Mailchimp e-commerce store.                                                                                                   |
  | `delete-connected-site`                      | Remove a connected site from your Mailchimp account. This action permanently deletes the specified connected site.                                                         |
  | `delete-customer`                            | Delete a customer from an e-commerce store. Permanently removes a customer record from the specified Mailchimp store.                                                      |
  | `delete-domain`                              | Delete a sending domain from the Mailchimp account's verified domains.                                                                                                     |
  | `delete-file`                                | Permanently remove a file from the Mailchimp File Manager. This action deletes an image or document file from your Mailchimp account's File Manager.                       |
  | `delete-folder`                              | Delete a specific folder in the File Manager. This permanently removes the folder and all files contained within it.                                                       |
  | `delete-interest-category`                   | Delete a specific interest category from a Mailchimp audience/list.                                                                                                        |
  | `delete-interest-in-category`                | Delete a specific interest (group name) from an interest category within a Mailchimp list.                                                                                 |
  | `delete-landing-page`                        | Permanently delete a Mailchimp landing page. This action permanently removes a landing page from your Mailchimp account.                                                   |
  | `delete-list`                                | Permanently delete a list (audience) from your Mailchimp account.                                                                                                          |
  | `delete-list-member`                         | Permanently delete a list member and all their personally identifiable information (PII).                                                                                  |
  | `delete-merge-field`                         | Delete a specific merge field (audience field) from a Mailchimp list/audience.                                                                                             |
  | `delete-note`                                | Delete a specific note for a list member in Mailchimp. Permanently removes a note associated with a subscriber.                                                            |
  | `delete-order`                               | Permanently delete an order from a Mailchimp e-commerce store.                                                                                                             |
  | `delete-order-line-item`                     | Delete a specific line item from an order in a Mailchimp e-commerce store.                                                                                                 |
  | `delete-product`                             | Permanently delete a product from a Mailchimp e-commerce store.                                                                                                            |
  | `delete-product-image`                       | Delete a product image from a Mailchimp e-commerce store. This action permanently removes an image associated with a product.                                              |
  | `delete-product-variant`                     | Delete a specific product variant from a Mailchimp e-commerce store.                                                                                                       |
  | `delete-promo-code`                          | Delete a promo code from an e-commerce store. This action permanently removes a specific promo code from a promo rule in a Mailchimp store.                                |
  | `delete-promo-rule`                          | Permanently delete a promo rule from a Mailchimp e-commerce store.                                                                                                         |
  | `delete-segment`                             | Permanently delete a segment from a Mailchimp list (audience).                                                                                                             |
  | `delete-store`                               | Delete an e-commerce store from your Mailchimp account. WARNING: This is a destructive operation.                                                                          |
  | `delete-template`                            | Permanently delete a user-created email template from your Mailchimp account.                                                                                              |
  | `delete-template-folder`                     | Permanently delete a template folder from your Mailchimp account.                                                                                                          |
  | `delete-webhook`                             | Delete a specific webhook from a Mailchimp audience/list. Permanently removes a webhook configuration that was previously set up to receive POST...                        |
  | `delete-workflow-email`                      | Permanently delete an email from a classic automation workflow.                                                                                                            |
  | `forget-contact`                             | Forget a contact and remove their personally identifiable information (PII).                                                                                               |
  | `get-abuse-report`                           | Get details about a specific abuse report.                                                                                                                                 |
  | `get-account-export-info`                    | Get detailed information about a specific Mailchimp account export.                                                                                                        |
  | `get-audiences-contacts`                     | Tool to get a list of omni-channel contacts for a given audience.                                                                                                          |
  | `get-audiences-contacts-detail`              | Tool to retrieve a specific omni-channel contact from a Mailchimp audience by their ID or channel hash.                                                                    |
  | `get-authorized-app-info`                    | Retrieve detailed information about a specific authorized OAuth application.                                                                                               |
  | `get-automated-email-subscriber`             | Get information about a specific subscriber in a classic automation email queue.                                                                                           |
  | `get-automation-info`                        | Retrieve details of a Mailchimp automation workflow by its ID.                                                                                                             |
  | `get-batch-operation-status`                 | Get the status of a batch operation. Retrieves details about a specific batch operation including its current status (pending, preprocessing...                            |
  | `get-batch-webhook-info`                     | Retrieve detailed information about a specific batch webhook by its ID.                                                                                                    |
  | `get-campaign-content`                       | Get the HTML and plain-text content for a campaign.                                                                                                                        |
  | `get-campaign-feedback-message`              | Get a specific feedback message from a campaign.                                                                                                                           |
  | `get-campaign-folder`                        | Get information about a specific folder used to organize campaigns in Mailchimp.                                                                                           |
  | `get-campaign-info`                          | Get information about a specific campaign.                                                                                                                                 |
  | `get-campaign-link-details`                  | Get click details for a specific link in a campaign. This endpoint retrieves detailed click statistics for a single link within a sent campaign...                         |
  | `get-campaign-recipient-info`                | Get information about a specific campaign recipient.                                                                                                                       |
  | `get-campaign-report`                        | Retrieve detailed performance report for a Mailchimp campaign.                                                                                                             |
  | `get-campaign-send-checklist`                | Review the send checklist for a Mailchimp campaign before sending.                                                                                                         |
  | `get-cart-info`                              | Retrieve detailed information about a specific cart in an e-commerce store, including customer details and line items.                                                     |
  | `get-cart-line-item`                         | Retrieve detailed information about a specific line item in a shopping cart.                                                                                               |
  | `get-clicked-link-subscriber`                | Get detailed information about a specific subscriber who clicked a link in a campaign.                                                                                     |
  | `get-connected-site`                         | Retrieve information about a specific connected site in your Mailchimp account.                                                                                            |
  | `get-conversation`                           | API endpoint for Conversations is deprecated, replaced by Inbox.                                                                                                           |
  | `get-customer-info`                          | Get information about a specific customer.                                                                                                                                 |
  | `get-domain-info`                            | Get the details for a single verified domain on the Mailchimp account.                                                                                                     |
  | `get-facebook-ad-info`                       | Retrieve detailed information about a specific Facebook ad created through Mailchimp.                                                                                      |
  | `get-facebook-ad-report`                     | Retrieve detailed performance report for a specific Facebook ad campaign.                                                                                                  |
  | `get-file`                                   | Retrieve detailed information about a specific file in the Mailchimp File Manager.                                                                                         |
  | `get-folder`                                 | Get information about a specific folder in the File Manager.                                                                                                               |
  | `get-growth-history-by-month`                | Retrieves detailed growth statistics for a Mailchimp audience/list for a specific month.                                                                                   |
  | `get-information-about-all-surveys-for-list` | Get information about all available surveys for a specific list.                                                                                                           |
  | `get-interest-category-info`                 | Get detailed information about a specific interest category within a Mailchimp list/audience.                                                                              |
  | `get-interest-in-category`                   | Retrieve details of a specific interest (group) within an interest category for a Mailchimp list.                                                                          |
  | `get-landing-page-content`                   | Get the HTML content for a specific Mailchimp landing page by its unique page ID.                                                                                          |
  | `get-landing-page-info`                      | Retrieve detailed information about a specific Mailchimp landing page including its name, title, status, tracking settings, and associated list.                           |
  | `get-landing-page-report`                    | Get analytics report for a specific landing page. Returns detailed statistics including total visits, clicks, and time-series data (daily and weekly).                     |
  | `get-latest-chimp-chatter`                   | Return the Chimp Chatter for this account ordered by most recent.                                                                                                          |
  | `get-list-info`                              | Get information about a specific list in your Mailchimp account.                                                                                                           |
  | `get-lists-info`                             | Get information about all lists in the account.                                                                                                                            |
  | `get-member-info`                            | Get information about a specific list member, including a currently subscribed, unsubscribed, or bounced member.                                                           |
  | `get-member-note`                            | Retrieve a specific note attached to a list member in Mailchimp.                                                                                                           |
  | `get-merge-field`                            | Retrieve details about a specific merge field (custom audience field) for a Mailchimp list.                                                                                |
  | `get-message`                                | The conversation endpoint is outdated and replaced by Inbox, which isn't supported by it.                                                                                  |
  | `get-opened-campaign-subscriber`             | Get information about a specific subscriber who opened a campaign.                                                                                                         |
  | `get-order-info`                             | Get information about a specific order.                                                                                                                                    |
  | `get-order-line-item`                        | Get information about a specific order line item.                                                                                                                          |
  | `get-product-image-info`                     | Retrieve detailed information about a specific product image in a Mailchimp e-commerce store.                                                                              |
  | `get-product-info`                           | Get information about a specific product.                                                                                                                                  |
  | `get-product-variant-info`                   | Retrieve detailed information about a specific product variant from a Mailchimp e-commerce store.                                                                          |
  | `get-promo-code`                             | Retrieve detailed information about a specific promo code. Returns the promo code details including its code string, redemption URL, usage count...                        |
  | `get-promo-rule`                             | Get information about a specific promo rule.                                                                                                                               |
  | `get-segment-info`                           | Get information about a specific segment.                                                                                                                                  |
  | `get-store-info`                             | Get information about a specific store.                                                                                                                                    |
  | `get-subscriber-email-activity`              | Get a specific list member's email activity in a sent campaign, including opens, clicks, bounces, and unsubscribes.                                                        |
  | `get-subscriber-removed-from-workflow`       | Get information about a specific subscriber who was removed from a classic automation workflow.                                                                            |
  | `get-survey`                                 | Retrieves detailed information about a specific survey associated with a Mailchimp audience (list).                                                                        |
  | `get-survey-question-report`                 | Retrieves detailed reporting data for a specific question in a survey.                                                                                                     |
  | `get-survey-report`                          | Retrieves detailed reporting data for a specific survey. Returns survey metadata including its title, status, public URL, creation/publication...                          |
  | `get-survey-response`                        | Retrieve a single survey response by its ID. Returns detailed information about the respondent's answers to all questions in the survey.                                   |
  | `get-template-folder`                        | Retrieve information about a specific template folder in Mailchimp.                                                                                                        |
  | `get-template-info`                          | Get information about a specific template.                                                                                                                                 |
  | `get-unsubscribed-member`                    | Get detailed information about a specific list member who unsubscribed from a campaign.                                                                                    |
  | `get-webhook-info`                           | Get information about a specific webhook for a Mailchimp list (audience).                                                                                                  |
  | `get-workflow-email-info`                    | Get information about an individual classic automation workflow email.                                                                                                     |
  | `list-abuse-reports`                         | Get all abuse reports for a specific list.                                                                                                                                 |
  | `list-account-exports`                       | Get a list of account exports for a given account.                                                                                                                         |
  | `list-account-orders`                        | Get information about an account's orders.                                                                                                                                 |
  | `list-answers-for-question`                  | Retrieves all answers submitted for a specific question in a Mailchimp survey.                                                                                             |
  | `list-api-root-resources`                    | Get Mailchimp account details and links to all available API resources.                                                                                                    |
  | `list-authorized-apps`                       | Get a list of an account's registered, connected applications.                                                                                                             |
  | `list-automated-emails`                      | Get a summary of the emails in a classic automation workflow.                                                                                                              |
  | `list-automated-email-subscribers`           | Get information about a classic automation email queue.                                                                                                                    |
  | `list-automations`                           | Get a summary of an account's classic automations.                                                                                                                         |
  | `list-batch-requests`                        | Get a summary of batch requests that have been made.                                                                                                                       |
  | `list-batch-webhooks`                        | Get all webhooks that have been configured for batches.                                                                                                                    |
  | `list-campaign-feedback`                     | Get team feedback while you're working together on a Mailchimp campaign.                                                                                                   |
  | `list-campaign-folders`                      | Get all folders used to organize campaigns.                                                                                                                                |
  | `list-campaign-open-details`                 | Get detailed information about any campaign emails that were opened by a list member.                                                                                      |
  | `list-campaign-product-activity`             | Get breakdown of product activity for a campaign                                                                                                                           |
  | `list-campaign-recipients`                   | Get information about campaign recipients.                                                                                                                                 |
  | `list-campaign-reports`                      | Retrieve analytics reports for sent email campaigns. Returns performance metrics including opens, clicks, bounces, unsubscribes, and e-commerce data...                    |
  | `list-campaigns`                             | Get all campaigns in an account.                                                                                                                                           |
  | `list-cart-line-items`                       | Retrieve all line items in a shopping cart. Returns a list of products/variants that have been added to a specific cart in an e-commerce store.                            |
  | `list-carts`                                 | Get information about a store's carts.                                                                                                                                     |
  | `list-child-campaign-reports`                | Get a list of child campaign reports for a specific parent campaign.                                                                                                       |
  | `list-clicked-link-subscribers`              | Get information about list members who clicked on a specific link in a campaign.                                                                                           |
  | `list-connected-sites`                       | Get all connected sites in an account.                                                                                                                                     |
  | `list-conversations`                         | List of conversations for an account is available via an endpoint, but it's deprecated in favor of Inbox.                                                                  |
  | `list-customers`                             | Get information about a store's customers.                                                                                                                                 |
  | `list-domain-performance-stats`              | Get statistics for the top-performing email domains in a campaign.                                                                                                         |
  | `list-eep-url-activity`                      | Get EepURL click activity for a campaign. EepURL is Mailchimp's shareable campaign archive link used for social media sharing.                                             |
  | `list-email-activity`                        | Get a list of member's subscriber activity in a specific campaign.                                                                                                         |
  | `list-facebook-ads`                          | Get list of Facebook ads.                                                                                                                                                  |
  | `list-facebook-ads-reports`                  | Get reports of Facebook ads.                                                                                                                                               |
  | `list-facebook-ecommerce-report`             | Get breakdown of product activity for a Facebook ad outreach.                                                                                                              |
  | `list-folders`                               | Get a list of all folders in the File Manager.                                                                                                                             |
  | `list-growth-history-data`                   | Get a month-by-month summary of a specific list's growth activity.                                                                                                         |
  | `list-interest-categories`                   | Get information about a list's interest categories.                                                                                                                        |
  | `list-interests-in-category`                 | Get a list of this category's interests.                                                                                                                                   |
  | `list-landing-pages`                         | Get all landing pages.                                                                                                                                                     |
  | `list-landing-pages-reports`                 | Get performance reports for landing pages. Returns analytics data including visits, unique visits, clicks, subscribes, and conversion rates for published landing pages.   |
  | `list-locations`                             | Get the locations (countries) that the list's subscribers have been tagged to based on geocoding their IP address.                                                         |
  | `list-member-events`                         | Get events for a contact.                                                                                                                                                  |
  | `list-member-goal-events`                    | Get the last 50 Goal events for a member on a specific list.                                                                                                               |
  | `list-members-info`                          | Get information about members in a specific Mailchimp list.                                                                                                                |
  | `list-members-in-segment`                    | Get information about members in a saved segment.                                                                                                                          |
  | `list-member-tags`                           | Get the tags on a list member.                                                                                                                                             |
  | `list-merge-fields`                          | Get a list of all merge fields for an audience.                                                                                                                            |
  | `list-messages`                              | List all messages from a specific conversation in Mailchimp.                                                                                                               |
  | `list-order-line-items`                      | Get information about an order's line items.                                                                                                                               |
  | `list-orders`                                | Get information about a store's orders.                                                                                                                                    |
  | `list-product`                               | Get information about a store's products.                                                                                                                                  |
  | `list-product-images`                        | Get information about a product's images.                                                                                                                                  |
  | `list-product-variants`                      | List all variants for a specific product in a Mailchimp e-commerce store.                                                                                                  |
  | `list-promo-codes`                           | Get information about a store's promo codes.                                                                                                                               |
  | `list-promo-rules`                           | Get information about a store's promo rules.                                                                                                                               |
  | `list-recent-activity`                       | Get up to the previous 180 days of daily detailed aggregated activity stats for a list, not including Automation activity.                                                 |
  | `list-recent-member-notes`                   | Get recent notes for a specific list member.                                                                                                                               |
  | `list-segments`                              | Get information about all available segments for a specific list.                                                                                                          |
  | `list-sending-domains`                       | Get all of the sending domains on the account.                                                                                                                             |
  | `list-signup-forms`                          | Get signup forms for a specific list.                                                                                                                                      |
  | `list-stored-files`                          | Get a list of available images and files stored in the File Manager for the account.                                                                                       |
  | `list-stores`                                | Get information about all stores in the account.                                                                                                                           |
  | `list-subscribers-removed-from-workflow`     | Get information about subscribers who were removed from a classic automation workflow.                                                                                     |
  | `list-survey-question-reports`               | Get reports for all questions in a specific survey. Returns detailed reporting data for each question in the survey, including response counts...                          |
  | `list-survey-reports`                        | Get reports for surveys.                                                                                                                                                   |
  | `list-survey-responses`                      | Retrieve all responses submitted to a survey. Returns a list of responses including respondent contact information, submission timestamps, and all...                      |
  | `list-template-folders`                      | Retrieve all template folders from the Mailchimp account. Template folders are used to organize email templates.                                                           |
  | `list-templates`                             | Get a list of an account's available templates.                                                                                                                            |
  | `list-top-email-clients`                     | Get the top email clients used by subscribers in a Mailchimp list/audience.                                                                                                |
  | `list-top-open-activities`                   | Get top open locations for a specific campaign. Returns geographic data about where subscribers opened a campaign email, based on geocoding their IP addresses.            |
  | `list-unsubscribed-members`                  | Get information about members who have unsubscribed from a specific campaign.                                                                                              |
  | `list-webhooks`                              | Get information about all webhooks for a specific list.                                                                                                                    |
  | `pause-automated-email`                      | Pause a specific automated email within a classic automation workflow.                                                                                                     |
  | `pause-automation-emails`                    | Pause all emails in a specific classic automation workflow. This action pauses all emails in a classic automation workflow.                                                |
  | `pause-rss-campaign`                         | Pause an RSS-Driven campaign that is currently sending. This action pauses an active RSS campaign, stopping it from sending new emails based on its...                     |
  | `ping`                                       | A health check for the API that won't return any account-specific information.                                                                                             |
  | `publish-survey`                             | Publishes a survey that is in draft, unpublished, or has been previously published and edited.                                                                             |
  | `publish-landing-page`                       | Publish a Mailchimp landing page to make it live and accessible to visitors.                                                                                               |
  | `remove-list-member-from-segment`            | Remove a member from a static segment in a Mailchimp list/audience.                                                                                                        |
  | `remove-subscriber-from-workflow`            | Remove a subscriber from a classic automation workflow at any point in the sequence.                                                                                       |
  | `replicate-campaign`                         | Replicate a campaign in saved or send status.                                                                                                                              |
  | `resend-campaign`                            | Resend a previously sent campaign to specific subscriber segments.                                                                                                         |
  | `resume-rss-campaign`                        | Resume an RSS-Driven campaign that was previously paused. This action restarts the RSS feed delivery schedule for a paused RSS campaign.                                   |
  | `retrieve-campaign-abuse-complaints`         | Get a list of abuse complaints for a specific campaign.                                                                                                                    |
  | `retrieve-folder-contents`                   | Get a list of available images and files stored in this folder.                                                                                                            |
  | `schedule-campaign`                          | Schedule a campaign for delivery at a specific date and time.                                                                                                              |
  | `search-campaigns`                           | Search all campaigns for the specified query terms. This action searches across campaign titles, subject lines, and content to find campaigns matching the provided query. |
  | `search-for-tags-on-list-by-name`            | Search for tags on a list by name. If no name is provided, will return all tags on the list.                                                                               |
  | `search-members`                             | Search for list members. This search can be restricted to a specific list, or can be used to search across all lists in an account.                                        |
  | `send-campaign`                              | Send a Mailchimp campaign immediately. For RSS Campaigns, the campaign will send according to its schedule.                                                                |
  | `send-test-email`                            | Send a test email for a campaign to preview it before sending to your audience.                                                                                            |
  | `set-campaign-content`                       | Set the content for a campaign.                                                                                                                                            |
  | `start-automated-email`                      | Start a specific automated email within an Automation workflow.                                                                                                            |
  | `start-automation-emails`                    | Start all emails in a classic automation workflow. This action starts all emails in a specific classic automation workflow.                                                |
  | `start-batch-operation`                      | Begin processing a batch operations request.                                                                                                                               |
  | `unpublish-survey`                           | Unpublishes a survey that is currently published, making it unavailable for responses.                                                                                     |
  | `unpublish-landing-page`                     | Unpublish a Mailchimp landing page. Takes a published landing page offline, changing its status back to draft.                                                             |
  | `unschedule-campaign`                        | Unschedule a scheduled campaign that hasn't started sending.                                                                                                               |
  | `update-audiences-contacts`                  | Update an existing omni-channel contact in a Mailchimp audience.                                                                                                           |
  | `update-batch-webhook`                       | Update a webhook that will fire whenever any batch request completes processing.                                                                                           |
  | `update-campaign-feedback-message`           | Update a specific feedback message for a campaign.                                                                                                                         |
  | `update-campaign-folder`                     | Update the name of a campaign folder in Mailchimp. Campaign folders help organize email marketing campaigns into logical groups.                                           |
  | `update-campaign-settings`                   | Update some or all of the settings for a specific campaign.                                                                                                                |
  | `update-cart`                                | Update a specific cart.                                                                                                                                                    |
  | `update-cart-line-item`                      | Update a specific cart line item in a Mailchimp e-commerce store.                                                                                                          |
  | `update-customer`                            | Update an e-commerce customer's information in a Mailchimp store.                                                                                                          |
  | `update-file`                                | Update an existing file's name or folder in the Mailchimp File Manager.                                                                                                    |
  | `update-folder`                              | Update the name of a File Manager folder in Mailchimp. Use this action to rename an existing folder in the Mailchimp File Manager.                                         |
  | `update-interest-category`                   | Update a specific interest category.                                                                                                                                       |
  | `update-interest-in-category`                | Update an interest (group name) within an interest category on a Mailchimp list.                                                                                           |
  | `update-landing-page`                        | Update a landing page.                                                                                                                                                     |
  | `update-list-member`                         | Update information for a specific list member.                                                                                                                             |
  | `update-lists`                               | Update settings for a Mailchimp audience (list). This PATCH endpoint supports partial updates - only include the fields you want to change.                                |
  | `update-lists-segments`                      | Update a specific segment in a list. Use when you need to modify segment name, conditions, or static members.                                                              |
  | `update-merge-field`                         | Update a specific merge field (audience field) for a Mailchimp list.                                                                                                       |
  | `update-note`                                | Update a specific note for a specific list member.                                                                                                                         |
  | `update-order`                               | Update a specific order.                                                                                                                                                   |
  | `update-order-line-item`                     | Update a specific order line item.                                                                                                                                         |
  | `update-product`                             | Update a specific product.                                                                                                                                                 |
  | `update-product-image`                       | Update a product image in a Mailchimp e-commerce store. Use this action to modify an existing product image's URL or associate it with specific product variants.          |
  | `update-product-variant`                     | Update a product variant.                                                                                                                                                  |
  | `update-promo-code`                          | Update a promo code.                                                                                                                                                       |
  | `update-promo-rule`                          | Update an existing promo rule for an e-commerce store. Promo rules define discount promotions that can be applied to orders, items, or shipping.                           |
  | `update-store`                               | Update a store.                                                                                                                                                            |
  | `update-template`                            | Update the name, HTML, or `folder_id` of an existing template.                                                                                                             |
  | `update-template-folder`                     | Update the name of an existing template folder in Mailchimp.                                                                                                               |
  | `update-webhook`                             | Update the settings for an existing webhook in a Mailchimp list (audience).                                                                                                |
  | `update-workflow-email`                      | Update settings for a classic automation workflow email. Only works with workflows of type: abandonedBrowse, abandonedCart, emailFollowup, or singleWelcome.               |
  | `upsert-ecommerce-stores-orders`             | Add or update an e-commerce order in a Mailchimp store. Uses PUT semantics - if the order exists it will be updated, otherwise a new order will be created.                |
  | `upsert-ecommerce-stores-products`           | Create or update a product in a Mailchimp e-commerce store. Use when you need to add a new product or update an existing product with idempotent behavior.                 |
  | `verify-connected-site-script`               | Verify that the Mailchimp connected site tracking script has been installed on the website.                                                                                |
  | `verify-domain`                              | Complete domain verification by submitting the verification code.                                                                                                          |
  | `view-default-content`                       | Get the sections that you can edit in a template, including each section's default content.                                                                                |
  | `view-recent-activity`                       | Get a member's activity on a specific list, including opens, clicks, and unsubscribes.                                                                                     |
  | `view-recent-activity50`                     | Get the last 50 events of a member's activity on a specific list, including opens, clicks, and unsubscribes.                                                               |
</Accordion>

## Triggers (4)

Subscribe with `.on(...)` in a script. A trigger with required configuration takes it as the second argument.

| Trigger                | Needs     | What fires it                                                          |
| ---------------------- | --------- | ---------------------------------------------------------------------- |
| Campaign Trigger       | `list_id` | Triggered when a campaign is sent or experiences an event in Mailchimp |
| Profile Update Trigger | `list_id` | Triggered when a subscriber's profile is updated in Mailchimp          |
| Subscribe Trigger      | `list_id` | Triggered when a subscriber subscribes to Mailchimp                    |
| Unsubscribe Trigger    | `list_id` | Triggered when a subscriber unsubscribes from Mailchimp                |

[Open Mailchimp in the console →](https://app.boxd.sh/integrations/detail/mailchimp)
