Open Connector
All tools

Mailchimp

Use Mailchimp Marketing APIs for audiences, contacts, campaigns, reports, automations, and ecommerce marketing workflows.

mailchimpv1.0.0294 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "MAILCHIMP_ARCHIVE_AUTOMATIONS",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("MAILCHIMP_ARCHIVE_AUTOMATIONS", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute MAILCHIMP_ARCHIVE_AUTOMATIONS --data '{ }'

Tool catalog

Available tools

294 callable operations

Archive automationMAILCHIMP_ARCHIVE_AUTOMATIONSArchiving will permanently end your automation and keep the report data. You’ll be able to replicate your archived automation, but you can’t restart it.

Archiving will permanently end your automation and keep the report data. You’ll be able to replicate your archived automation, but you can’t restart it.

Authentication

Connected account required

Tags

automations
Add ContactMAILCHIMP_CREATE_AUDIENCE_CONTACTCreate a new omni-channel contact for an audience.

Create a new omni-channel contact for an audience.

Authentication

Connected account required

Tags

audiencescontacts
Add domain to accountMAILCHIMP_CREATE_VERIFIED_DOMAINAdd a domain to the account.

Add a domain to the account.

Authentication

Connected account required

Tags

verifiedDomains
Delete workflow emailMAILCHIMP_DELETE_AUTOMATIONS_ID_EMAILS_IDRemoves an individual classic automation workflow email. Emails from certain workflow types, including the Abandoned Cart Email (abandonedCart) and Product Retargeting Email (abandonedBrowse) Workflows, cannot be deleted.

Removes an individual classic automation workflow email. Emails from certain workflow types, including the Abandoned Cart Email (abandonedCart) and Product Retargeting Email (abandonedBrowse) Workflows, cannot be deleted.

Authentication

Connected account required

Tags

automations
Delete batch webhookMAILCHIMP_DELETE_BATCH_WEBHOOK_IDRemove a batch webhook. Webhooks will no longer be sent to the given URL.

Remove a batch webhook. Webhooks will no longer be sent to the given URL.

Authentication

Connected account required

Tags

batchWebhooks
Delete batch requestMAILCHIMP_DELETE_BATCHES_IDStops 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. The results of any completed operations will not be available after this call.

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. The results of any completed operations will not be available after this call.

Authentication

Connected account required

Tags

batches
Delete campaign folderMAILCHIMP_DELETE_CAMPAIGN_FOLDERS_IDDelete a specific campaign folder, and mark all the campaigns in the folder as 'unfiled'.

Delete a specific campaign folder, and mark all the campaigns in the folder as 'unfiled'.

Authentication

Connected account required

Tags

campaignFolders
Delete campaignMAILCHIMP_DELETE_CAMPAIGNS_IDRemove a campaign from your Mailchimp account.

Remove a campaign from your Mailchimp account.

Authentication

Connected account required

Tags

campaigns
Delete campaign feedback messageMAILCHIMP_DELETE_CAMPAIGNS_ID_FEEDBACK_IDRemove a specific feedback message for a campaign.

Remove a specific feedback message for a campaign.

Authentication

Connected account required

Tags

campaigns
Delete connected siteMAILCHIMP_DELETE_CONNECTED_SITES_IDRemove a connected site from your Mailchimp account.

Remove a connected site from your Mailchimp account.

Authentication

Connected account required

Tags

connectedSites
Delete storeMAILCHIMP_DELETE_ECOMMERCE_STORES_IDDelete a store. Deleting a store will also delete any associated subresources, including Customers, Orders, Products, and Carts.

Delete a store. Deleting a store will also delete any associated subresources, including Customers, Orders, Products, and Carts.

Authentication

Connected account required

Tags

ecommerce
Delete cartMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_CARTS_IDDelete a cart.

Delete a cart.

Authentication

Connected account required

Tags

ecommerce
Delete cart line itemMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_CARTS_LINES_IDDelete a specific cart line item.

Delete a specific cart line item.

Authentication

Connected account required

Tags

ecommerce
Delete customerMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_CUSTOMERS_IDDelete a customer from a store.

Delete a customer from a store.

Authentication

Connected account required

Tags

ecommerce
Delete orderMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_ORDERS_IDDelete an order.

Delete an order.

Authentication

Connected account required

Tags

ecommerce
Delete order line itemMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_ORDERS_ID_LINES_IDDelete a specific order line item.

Delete a specific order line item.

Authentication

Connected account required

Tags

ecommerce
Delete productMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_PRODUCTS_IDDelete a product.

Delete a product.

Authentication

Connected account required

Tags

ecommerce
Delete product imageMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_PRODUCTS_ID_IMAGES_IDDelete a product image.

Delete a product image.

Authentication

Connected account required

Tags

ecommerce
Delete product variantMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_PRODUCTS_ID_VARIANTS_IDDelete a product variant.

Delete a product variant.

Authentication

Connected account required

Tags

ecommerce
Delete promo codeMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_PROMOCODES_IDDelete a promo code from a store.

Delete a promo code from a store.

Authentication

Connected account required

Tags

ecommerce
Delete promo ruleMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_PROMORULES_IDDelete a promo rule from a store.

Delete a promo rule from a store.

Authentication

Connected account required

Tags

ecommerce
Delete fileMAILCHIMP_DELETE_FILE_MANAGER_FILES_IDRemove a specific file from the File Manager.

Remove a specific file from the File Manager.

Authentication

Connected account required

Tags

fileManager
Delete folderMAILCHIMP_DELETE_FILE_MANAGER_FOLDERS_IDDelete a specific folder in the File Manager.

Delete a specific folder in the File Manager.

Authentication

Connected account required

Tags

fileManager
Delete landing pageMAILCHIMP_DELETE_LANDING_PAGE_IDDelete a landing page.

Delete a landing page.

Authentication

Connected account required

Tags

landingPages
Delete listMAILCHIMP_DELETE_LISTS_IDDelete a list from your Mailchimp account. If you delete a list, you'll lose the list history—including subscriber activity, unsubscribes, complaints, and bounces. You’ll also lose subscribers’ email addresses, unless you exported and backed up your list.

Delete a list from your Mailchimp account. If you delete a list, you'll lose the list history—including subscriber activity, unsubscribes, complaints, and bounces. You’ll also lose subscribers’ email addresses, unless you exported and backed up your list.

Authentication

Connected account required

Tags

lists
Delete interest categoryMAILCHIMP_DELETE_LISTS_ID_INTEREST_CATEGORIES_IDDelete a specific interest category.

Delete a specific interest category.

Authentication

Connected account required

Tags

lists
Delete interest in categoryMAILCHIMP_DELETE_LISTS_ID_INTEREST_CATEGORIES_ID_INTERESTS_IDDelete interests or group names in a specific category.

Delete interests or group names in a specific category.

Authentication

Connected account required

Tags

lists
Archive list memberMAILCHIMP_DELETE_LISTS_ID_MEMBERS_IDArchive a list member. To permanently delete, use the delete-permanent action.

Archive a list member. To permanently delete, use the delete-permanent action.

Authentication

Connected account required

Tags

lists
Delete noteMAILCHIMP_DELETE_LISTS_ID_MEMBERS_ID_NOTES_IDDelete a specific note for a specific list member.

Delete a specific note for a specific list member.

Authentication

Connected account required

Tags

lists
Delete merge fieldMAILCHIMP_DELETE_LISTS_ID_MERGE_FIELDS_IDDelete a specific merge field.

Delete a specific merge field.

Authentication

Connected account required

Tags

lists
Delete segmentMAILCHIMP_DELETE_LISTS_ID_SEGMENTS_IDDelete a specific segment in a list.

Delete a specific segment in a list.

Authentication

Connected account required

Tags

lists
Remove list member from segmentMAILCHIMP_DELETE_LISTS_ID_SEGMENTS_ID_MEMBERS_IDRemove a member from the specified static segment.

Remove a member from the specified static segment.

Authentication

Connected account required

Tags

lists
Delete webhookMAILCHIMP_DELETE_LISTS_ID_WEBHOOKS_IDDelete a specific webhook in a list.

Delete a specific webhook in a list.

Authentication

Connected account required

Tags

lists
Delete SMS campaignMAILCHIMP_DELETE_SMS_CAMPAIGNS_IDRemove an SMS campaign from your Mailchimp account.

Remove an SMS campaign from your Mailchimp account.

Authentication

Connected account required

Tags

sms-campaigns
Delete template folderMAILCHIMP_DELETE_TEMPLATE_FOLDERS_IDDelete a specific template folder, and mark all the templates in the folder as 'unfiled'.

Delete a specific template folder, and mark all the templates in the folder as 'unfiled'.

Authentication

Connected account required

Tags

templateFolders
Delete templateMAILCHIMP_DELETE_TEMPLATES_IDDelete a specific template.

Delete a specific template.

Authentication

Connected account required

Tags

templates
Delete domainMAILCHIMP_DELETE_VERIFIED_DOMAINDelete a verified domain from the account.

Delete a verified domain from the account.

Authentication

Connected account required

Tags

verifiedDomains
Get account export infoMAILCHIMP_GET_ACCOUNT_EXPORT_IDGet information about a specific account export.

Get information about a specific account export.

Authentication

Connected account required

Tags

accountExport
List account exportsMAILCHIMP_GET_ACCOUNT_EXPORTSGet a list of account exports for a given account.

Get a list of account exports for a given account.

Authentication

Connected account required

Tags

accountExports
Get latest chimp chatterMAILCHIMP_GET_ACTIVITY_FEED_CHIMP_CHATTERReturn the Chimp Chatter for this account ordered by most recent.

Return the Chimp Chatter for this account ordered by most recent.

Authentication

Connected account required

Tags

activityFeed
List facebook adsMAILCHIMP_GET_ALL_FACEBOOK_ADSGet list of Facebook ads.

Get list of Facebook ads.

Authentication

Connected account required

Tags

facebookAds
List landing pagesMAILCHIMP_GET_ALL_LANDING_PAGESGet all landing pages.

Get all landing pages.

Authentication

Connected account required

Tags

landingPages
Get ContactMAILCHIMP_GET_AUDIENCE_CONTACTRetrieve a specific omni-channel contact in an audience.

Retrieve a specific omni-channel contact in an audience.

Authentication

Connected account required

Tags

audiencescontacts
Get ContactsMAILCHIMP_GET_AUDIENCE_CONTACT_LISTGet a list of omni-channel contacts for a given audience.

Get a list of omni-channel contacts for a given audience.

Authentication

Connected account required

Tags

audiencescontacts
Get a list of audiencesMAILCHIMP_GET_AUDIENCE_CONTACTSGet information about all audiences in the account.

Get information about all audiences in the account.

Authentication

Connected account required

Tags

contacts
Get audience infoMAILCHIMP_GET_AUDIENCE_IDGet information about a specific audience.

Get information about a specific audience.

Authentication

Connected account required

Tags

contacts
List authorized appsMAILCHIMP_GET_AUTHORIZED_APPSGet a list of an account's registered, connected applications.

Get a list of an account's registered, connected applications.

Authentication

Connected account required

Tags

authorizedApps
Get authorized app infoMAILCHIMP_GET_AUTHORIZED_APPS_IDGet information about a specific authorized application.

Get information about a specific authorized application.

Authentication

Connected account required

Tags

authorizedApps
List automationsMAILCHIMP_GET_AUTOMATIONSGet a summary of an account's classic automations.

Get a summary of an account's classic automations.

Authentication

Connected account required

Tags

automations
Get automation infoMAILCHIMP_GET_AUTOMATIONS_IDGet a summary of an individual classic automation workflow's settings and content. The `trigger_settings` object returns information for the first email in the workflow.

Get a summary of an individual classic automation workflow's settings and content. The `trigger_settings` object returns information for the first email in the workflow.

Authentication

Connected account required

Tags

automations
List automated emailsMAILCHIMP_GET_AUTOMATIONS_ID_EMAILSGet a summary of the emails in a classic automation workflow.

Get a summary of the emails in a classic automation workflow.

Authentication

Connected account required

Tags

automations
Get workflow email infoMAILCHIMP_GET_AUTOMATIONS_ID_EMAILS_IDGet information about an individual classic automation workflow email.

Get information about an individual classic automation workflow email.

Authentication

Connected account required

Tags

automations
List automated email subscribersMAILCHIMP_GET_AUTOMATIONS_ID_EMAILS_ID_QUEUEGet information about a classic automation email queue.

Get information about a classic automation email queue.

Authentication

Connected account required

Tags

automations
Get automated email subscriberMAILCHIMP_GET_AUTOMATIONS_ID_EMAILS_ID_QUEUE_IDGet information about a specific subscriber in a classic automation email queue.

Get information about a specific subscriber in a classic automation email queue.

Authentication

Connected account required

Tags

automations
List subscribers removed from workflowMAILCHIMP_GET_AUTOMATIONS_ID_REMOVED_SUBSCRIBERSGet information about subscribers who were removed from a classic automation workflow.

Get information about subscribers who were removed from a classic automation workflow.

Authentication

Connected account required

Tags

automations
Get subscriber removed from workflowMAILCHIMP_GET_AUTOMATIONS_ID_REMOVED_SUBSCRIBERS_IDGet information about a specific subscriber who was removed from a classic automation workflow.

Get information about a specific subscriber who was removed from a classic automation workflow.

Authentication

Connected account required

Tags

automations
Get batch webhook infoMAILCHIMP_GET_BATCH_WEBHOOKGet information about a specific batch webhook.

Get information about a specific batch webhook.

Authentication

Connected account required

Tags

batchWebhooks
List batch webhooksMAILCHIMP_GET_BATCH_WEBHOOKSGet all webhooks that have been configured for batches.

Get all webhooks that have been configured for batches.

Authentication

Connected account required

Tags

batchWebhooks
List batch requestsMAILCHIMP_GET_BATCHESGet a summary of batch requests that have been made.

Get a summary of batch requests that have been made.

Authentication

Connected account required

Tags

batches
Get batch operation statusMAILCHIMP_GET_BATCHES_IDGet the status of a batch request.

Get the status of a batch request.

Authentication

Connected account required

Tags

batches
List campaign foldersMAILCHIMP_GET_CAMPAIGN_FOLDERSGet all folders used to organize campaigns.

Get all folders used to organize campaigns.

Authentication

Connected account required

Tags

campaignFolders
Get campaign folderMAILCHIMP_GET_CAMPAIGN_FOLDERS_IDGet information about a specific folder used to organize campaigns.

Get information about a specific folder used to organize campaigns.

Authentication

Connected account required

Tags

campaignFolders
List campaignsMAILCHIMP_GET_CAMPAIGNSGet all campaigns in an account.

Get all campaigns in an account.

Authentication

Connected account required

Tags

campaigns
Get campaign infoMAILCHIMP_GET_CAMPAIGNS_IDGet information about a specific campaign.

Get information about a specific campaign.

Authentication

Connected account required

Tags

campaigns
Get campaign contentMAILCHIMP_GET_CAMPAIGNS_ID_CONTENTGet the the HTML and plain-text content for a campaign.

Get the the HTML and plain-text content for a campaign.

Authentication

Connected account required

Tags

campaigns
List campaign feedbackMAILCHIMP_GET_CAMPAIGNS_ID_FEEDBACKGet team feedback while you're working together on a Mailchimp campaign.

Get team feedback while you're working together on a Mailchimp campaign.

Authentication

Connected account required

Tags

campaigns
Get campaign feedback messageMAILCHIMP_GET_CAMPAIGNS_ID_FEEDBACK_IDGet a specific feedback message from a campaign.

Get a specific feedback message from a campaign.

Authentication

Connected account required

Tags

campaigns
Get campaign send checklistMAILCHIMP_GET_CAMPAIGNS_ID_SEND_CHECKLISTReview the send checklist for a campaign, and resolve any issues before sending.

Review the send checklist for a campaign, and resolve any issues before sending.

Authentication

Connected account required

Tags

campaigns
List connected sitesMAILCHIMP_GET_CONNECTED_SITESGet all connected sites in an account.

Get all connected sites in an account.

Authentication

Connected account required

Tags

connectedSites
Get connected siteMAILCHIMP_GET_CONNECTED_SITES_IDGet information about a specific connected site.

Get information about a specific connected site.

Authentication

Connected account required

Tags

connectedSites
List conversationsMAILCHIMP_GET_CONVERSATIONSGet a list of conversations for the account. Conversations has been deprecated in favor of Inbox and these endpoints don't include Inbox data. Past Conversations are still available via this endpoint, but new campaign replies and other Inbox messages aren’t available using this endpoint.

Get a list of conversations for the account. Conversations has been deprecated in favor of Inbox and these endpoints don't include Inbox data. Past Conversations are still available via this endpoint, but new campaign replies and other Inbox messages aren’t available using this endpoint.

Authentication

Connected account required

Tags

conversations
Get conversationMAILCHIMP_GET_CONVERSATIONS_IDGet details about an individual conversation. Conversations has been deprecated in favor of Inbox and these endpoints don't include Inbox data. Past Conversations are still available via this endpoint, but new campaign replies and other Inbox messages aren’t available using this endpoint.

Get details about an individual conversation. Conversations has been deprecated in favor of Inbox and these endpoints don't include Inbox data. Past Conversations are still available via this endpoint, but new campaign replies and other Inbox messages aren’t available using this endpoint.

Authentication

Connected account required

Tags

conversations
List messagesMAILCHIMP_GET_CONVERSATIONS_ID_MESSAGESGet messages from a specific conversation. Conversations has been deprecated in favor of Inbox and these endpoints don't include Inbox data. Past Conversations are still available via this endpoint, but new campaign replies and other Inbox messages aren’t available using this endpoint.

Get messages from a specific conversation. Conversations has been deprecated in favor of Inbox and these endpoints don't include Inbox data. Past Conversations are still available via this endpoint, but new campaign replies and other Inbox messages aren’t available using this endpoint.

Authentication

Connected account required

Tags

conversations
Get messageMAILCHIMP_GET_CONVERSATIONS_ID_MESSAGES_IDGet an individual message in a conversation. Conversations has been deprecated in favor of Inbox and these endpoints don't include Inbox data. Past Conversations are still available via this endpoint, but new campaign replies and other Inbox messages aren’t available using this endpoint.

Get an individual message in a conversation. Conversations has been deprecated in favor of Inbox and these endpoints don't include Inbox data. Past Conversations are still available via this endpoint, but new campaign replies and other Inbox messages aren’t available using this endpoint.

Authentication

Connected account required

Tags

conversations
List account ordersMAILCHIMP_GET_ECOMMERCE_ORDERSGet information about an account's orders.

Get information about an account's orders.

Authentication

Connected account required

Tags

ecommerce
List storesMAILCHIMP_GET_ECOMMERCE_STORESGet information about all stores in the account.

Get information about all stores in the account.

Authentication

Connected account required

Tags

ecommerce
Get store infoMAILCHIMP_GET_ECOMMERCE_STORES_IDGet information about a specific store.

Get information about a specific store.

Authentication

Connected account required

Tags

ecommerce
List cartsMAILCHIMP_GET_ECOMMERCE_STORES_ID_CARTSGet information about a store's carts.

Get information about a store's carts.

Authentication

Connected account required

Tags

ecommerce
Get cart infoMAILCHIMP_GET_ECOMMERCE_STORES_ID_CARTS_IDGet information about a specific cart.

Get information about a specific cart.

Authentication

Connected account required

Tags

ecommerce
List cart line itemsMAILCHIMP_GET_ECOMMERCE_STORES_ID_CARTS_ID_LINESGet information about a cart's line items.

Get information about a cart's line items.

Authentication

Connected account required

Tags

ecommerce
Get cart line itemMAILCHIMP_GET_ECOMMERCE_STORES_ID_CARTS_ID_LINES_IDGet information about a specific cart line item.

Get information about a specific cart line item.

Authentication

Connected account required

Tags

ecommerce
List customersMAILCHIMP_GET_ECOMMERCE_STORES_ID_CUSTOMERSGet information about a store's customers.

Get information about a store's customers.

Authentication

Connected account required

Tags

ecommerce
Get customer infoMAILCHIMP_GET_ECOMMERCE_STORES_ID_CUSTOMERS_IDGet information about a specific customer.

Get information about a specific customer.

Authentication

Connected account required

Tags

ecommerce
List ordersMAILCHIMP_GET_ECOMMERCE_STORES_ID_ORDERSGet information about a store's orders.

Get information about a store's orders.

Authentication

Connected account required

Tags

ecommerce
Get order infoMAILCHIMP_GET_ECOMMERCE_STORES_ID_ORDERS_IDGet information about a specific order.

Get information about a specific order.

Authentication

Connected account required

Tags

ecommerce
List order line itemsMAILCHIMP_GET_ECOMMERCE_STORES_ID_ORDERS_ID_LINESGet information about an order's line items.

Get information about an order's line items.

Authentication

Connected account required

Tags

ecommerce
Get order line itemMAILCHIMP_GET_ECOMMERCE_STORES_ID_ORDERS_ID_LINES_IDGet information about a specific order line item.

Get information about a specific order line item.

Authentication

Connected account required

Tags

ecommerce
List productMAILCHIMP_GET_ECOMMERCE_STORES_ID_PRODUCTSGet information about a store's products.

Get information about a store's products.

Authentication

Connected account required

Tags

ecommerce
Get product infoMAILCHIMP_GET_ECOMMERCE_STORES_ID_PRODUCTS_IDGet information about a specific product.

Get information about a specific product.

Authentication

Connected account required

Tags

ecommerce
List product imagesMAILCHIMP_GET_ECOMMERCE_STORES_ID_PRODUCTS_ID_IMAGESGet information about a product's images.

Get information about a product's images.

Authentication

Connected account required

Tags

ecommerce
Get product image infoMAILCHIMP_GET_ECOMMERCE_STORES_ID_PRODUCTS_ID_IMAGES_IDGet information about a specific product image.

Get information about a specific product image.

Authentication

Connected account required

Tags

ecommerce
List product variantsMAILCHIMP_GET_ECOMMERCE_STORES_ID_PRODUCTS_ID_VARIANTSGet information about a product's variants.

Get information about a product's variants.

Authentication

Connected account required

Tags

ecommerce
Get product variant infoMAILCHIMP_GET_ECOMMERCE_STORES_ID_PRODUCTS_ID_VARIANTS_IDGet information about a specific product variant.

Get information about a specific product variant.

Authentication

Connected account required

Tags

ecommerce
List promo codesMAILCHIMP_GET_ECOMMERCE_STORES_ID_PROMOCODESGet information about a store's promo codes.

Get information about a store's promo codes.

Authentication

Connected account required

Tags

ecommerce
Get promo codeMAILCHIMP_GET_ECOMMERCE_STORES_ID_PROMOCODES_IDGet information about a specific promo code.

Get information about a specific promo code.

Authentication

Connected account required

Tags

ecommerce
List promo rulesMAILCHIMP_GET_ECOMMERCE_STORES_ID_PROMORULESGet information about a store's promo rules.

Get information about a store's promo rules.

Authentication

Connected account required

Tags

ecommerce
Get promo ruleMAILCHIMP_GET_ECOMMERCE_STORES_ID_PROMORULES_IDGet information about a specific promo rule.

Get information about a specific promo rule.

Authentication

Connected account required

Tags

ecommerce
Get facebook ad infoMAILCHIMP_GET_FACEBOOK_ADS_IDGet details of a Facebook ad.

Get details of a Facebook ad.

Authentication

Connected account required

Tags

facebookAds
List stored filesMAILCHIMP_GET_FILE_MANAGER_FILESGet a list of available images and files stored in the File Manager for the account.

Get a list of available images and files stored in the File Manager for the account.

Authentication

Connected account required

Tags

fileManager
Get fileMAILCHIMP_GET_FILE_MANAGER_FILES_IDGet information about a specific file in the File Manager.

Get information about a specific file in the File Manager.

Authentication

Connected account required

Tags

fileManager
List foldersMAILCHIMP_GET_FILE_MANAGER_FOLDERSGet a list of all folders in the File Manager.

Get a list of all folders in the File Manager.

Authentication

Connected account required

Tags

fileManager
List stored filesMAILCHIMP_GET_FILE_MANAGER_FOLDERS_FILESGet a list of available images and files stored in this folder.

Get a list of available images and files stored in this folder.

Authentication

Connected account required

Tags

fileManager
Get folderMAILCHIMP_GET_FILE_MANAGER_FOLDERS_IDGet information about a specific folder in the File Manager.

Get information about a specific folder in the File Manager.

Authentication

Connected account required

Tags

fileManager
Get landing page infoMAILCHIMP_GET_LANDING_PAGE_IDGet information about a specific page.

Get information about a specific page.

Authentication

Connected account required

Tags

landingPages
Get landing page contentMAILCHIMP_GET_LANDING_PAGE_ID_CONTENTGet the the HTML for your landing page.

Get the the HTML for your landing page.

Authentication

Connected account required

Tags

landingPages
List member tagsMAILCHIMP_GET_LIST_MEMBER_TAGSGet the tags on a list member.

Get the tags on a list member.

Authentication

Connected account required

Tags

lists
Get lists infoMAILCHIMP_GET_LISTSGet information about all lists in the account.

Get information about all lists in the account.

Authentication

Connected account required

Tags

lists
Get list infoMAILCHIMP_GET_LISTS_IDGet information about a specific list in your Mailchimp account. Results include list members who have signed up but haven't confirmed their subscription yet and unsubscribed or cleaned.

Get information about a specific list in your Mailchimp account. Results include list members who have signed up but haven't confirmed their subscription yet and unsubscribed or cleaned.

Authentication

Connected account required

Tags

lists
List abuse reportsMAILCHIMP_GET_LISTS_ID_ABUSE_REPORTSGet all abuse reports for a specific list.

Get all abuse reports for a specific list.

Authentication

Connected account required

Tags

lists
Get abuse reportMAILCHIMP_GET_LISTS_ID_ABUSE_REPORTS_IDGet details about a specific abuse report.

Get details about a specific abuse report.

Authentication

Connected account required

Tags

lists
List recent activityMAILCHIMP_GET_LISTS_ID_ACTIVITYGet up to the previous 180 days of daily detailed aggregated activity stats for a list, not including Automation activity.

Get up to the previous 180 days of daily detailed aggregated activity stats for a list, not including Automation activity.

Authentication

Connected account required

Tags

lists
List top email clientsMAILCHIMP_GET_LISTS_ID_CLIENTSGet a list of the top email clients based on user-agent strings.

Get a list of the top email clients based on user-agent strings.

Authentication

Connected account required

Tags

lists
List growth history dataMAILCHIMP_GET_LISTS_ID_GROWTH_HISTORYGet a month-by-month summary of a specific list's growth activity.

Get a month-by-month summary of a specific list's growth activity.

Authentication

Connected account required

Tags

lists
Get growth history by monthMAILCHIMP_GET_LISTS_ID_GROWTH_HISTORY_IDGet a summary of a specific list's growth activity for a specific month and year.

Get a summary of a specific list's growth activity for a specific month and year.

Authentication

Connected account required

Tags

lists
List interest categoriesMAILCHIMP_GET_LISTS_ID_INTEREST_CATEGORIESGet information about a list's interest categories.

Get information about a list's interest categories.

Authentication

Connected account required

Tags

lists
Get interest category infoMAILCHIMP_GET_LISTS_ID_INTEREST_CATEGORIES_IDGet information about a specific interest category.

Get information about a specific interest category.

Authentication

Connected account required

Tags

lists
List interests in categoryMAILCHIMP_GET_LISTS_ID_INTEREST_CATEGORIES_ID_INTERESTSGet a list of this category's interests.

Get a list of this category's interests.

Authentication

Connected account required

Tags

lists
Get interest in categoryMAILCHIMP_GET_LISTS_ID_INTEREST_CATEGORIES_ID_INTERESTS_IDGet interests or 'group names' for a specific category.

Get interests or 'group names' for a specific category.

Authentication

Connected account required

Tags

lists
List locationsMAILCHIMP_GET_LISTS_ID_LOCATIONSGet the locations (countries) that the list's subscribers have been tagged to based on geocoding their IP address.

Get the locations (countries) that the list's subscribers have been tagged to based on geocoding their IP address.

Authentication

Connected account required

Tags

lists
List members infoMAILCHIMP_GET_LISTS_ID_MEMBERSGet information about members in a specific Mailchimp list.

Get information about members in a specific Mailchimp list.

Authentication

Connected account required

Tags

lists
Get member infoMAILCHIMP_GET_LISTS_ID_MEMBERS_IDGet information about a specific list member, including a currently subscribed, unsubscribed, or bounced member.

Get information about a specific list member, including a currently subscribed, unsubscribed, or bounced member.

Authentication

Connected account required

Tags

lists
View recent activity 50MAILCHIMP_GET_LISTS_ID_MEMBERS_ID_ACTIVITYGet the last 50 events of a member's activity on a specific list, including opens, clicks, and unsubscribes.

Get the last 50 events of a member's activity on a specific list, including opens, clicks, and unsubscribes.

Authentication

Connected account required

Tags

lists
View recent activityMAILCHIMP_GET_LISTS_ID_MEMBERS_ID_ACTIVITY_FEEDGet a member's activity on a specific list, including opens, clicks, and unsubscribes.

Get a member's activity on a specific list, including opens, clicks, and unsubscribes.

Authentication

Connected account required

Tags

lists
List member eventsMAILCHIMP_GET_LISTS_ID_MEMBERS_ID_EVENTSGet events for a contact.

Get events for a contact.

Authentication

Connected account required

Tags

lists
List member goal eventsMAILCHIMP_GET_LISTS_ID_MEMBERS_ID_GOALSGet the last 50 Goal events for a member on a specific list.

Get the last 50 Goal events for a member on a specific list.

Authentication

Connected account required

Tags

lists
List recent member notesMAILCHIMP_GET_LISTS_ID_MEMBERS_ID_NOTESGet recent notes for a specific list member.

Get recent notes for a specific list member.

Authentication

Connected account required

Tags

lists
Get member noteMAILCHIMP_GET_LISTS_ID_MEMBERS_ID_NOTES_IDGet a specific note for a specific list member.

Get a specific note for a specific list member.

Authentication

Connected account required

Tags

lists
List merge fieldsMAILCHIMP_GET_LISTS_ID_MERGE_FIELDSGet a list of all merge fields for an audience.

Get a list of all merge fields for an audience.

Authentication

Connected account required

Tags

lists
Get merge fieldMAILCHIMP_GET_LISTS_ID_MERGE_FIELDS_IDGet information about a specific merge field.

Get information about a specific merge field.

Authentication

Connected account required

Tags

lists
Get segment infoMAILCHIMP_GET_LISTS_ID_SEGMENTS_IDGet information about a specific segment.

Get information about a specific segment.

Authentication

Connected account required

Tags

lists
List members in segmentMAILCHIMP_GET_LISTS_ID_SEGMENTS_ID_MEMBERSGet information about members in a saved segment.

Get information about members in a saved segment.

Authentication

Connected account required

Tags

lists
List signup formsMAILCHIMP_GET_LISTS_ID_SIGNUP_FORMSGet signup forms for a specific list.

Get signup forms for a specific list.

Authentication

Connected account required

Tags

lists
Get information about all surveys for a listMAILCHIMP_GET_LISTS_ID_SURVEYSGet information about all available surveys for a specific list.

Get information about all available surveys for a specific list.

Authentication

Connected account required

Tags

lists
Get surveyMAILCHIMP_GET_LISTS_ID_SURVEYS_IDGet details about a specific survey.

Get details about a specific survey.

Authentication

Connected account required

Tags

lists
List webhooksMAILCHIMP_GET_LISTS_ID_WEBHOOKSGet information about all webhooks for a specific list.

Get information about all webhooks for a specific list.

Authentication

Connected account required

Tags

lists
Get webhook infoMAILCHIMP_GET_LISTS_ID_WEBHOOKS_IDGet information about a specific webhook.

Get information about a specific webhook.

Authentication

Connected account required

Tags

lists
PingMAILCHIMP_GET_PINGA health check for the API that won't return any account-specific information.

A health check for the API that won't return any account-specific information.

Authentication

Connected account required

Tags

ping
List facebook ads reportsMAILCHIMP_GET_REPORTING_FACEBOOK_ADSGet reports of Facebook ads.

Get reports of Facebook ads.

Authentication

Connected account required

Tags

reporting
Get facebook ad reportMAILCHIMP_GET_REPORTING_FACEBOOK_ADS_IDGet report of a Facebook ad.

Get report of a Facebook ad.

Authentication

Connected account required

Tags

reporting
List facebook ecommerce reportMAILCHIMP_GET_REPORTING_FACEBOOK_ADS_ID_ECOMMERCE_PRODUCT_ACTIVITYGet breakdown of product activity for an outreach.

Get breakdown of product activity for an outreach.

Authentication

Connected account required

Tags

reporting
List landing pages reportsMAILCHIMP_GET_REPORTING_LANDING_PAGESGet reports of landing pages.

Get reports of landing pages.

Authentication

Connected account required

Tags

reporting
Get landing page reportMAILCHIMP_GET_REPORTING_LANDING_PAGES_IDGet report of a landing page.

Get report of a landing page.

Authentication

Connected account required

Tags

reporting
List survey reportsMAILCHIMP_GET_REPORTING_SURVEYSGet reports for surveys.

Get reports for surveys.

Authentication

Connected account required

Tags

reporting
Get survey reportMAILCHIMP_GET_REPORTING_SURVEYS_IDGet report for a survey.

Get report for a survey.

Authentication

Connected account required

Tags

reporting
List survey question reportsMAILCHIMP_GET_REPORTING_SURVEYS_ID_QUESTIONSGet reports for survey questions.

Get reports for survey questions.

Authentication

Connected account required

Tags

reporting
Get survey question reportMAILCHIMP_GET_REPORTING_SURVEYS_ID_QUESTIONS_IDGet report for a survey question.

Get report for a survey question.

Authentication

Connected account required

Tags

reporting
List answers for questionMAILCHIMP_GET_REPORTING_SURVEYS_ID_QUESTIONS_ID_ANSWERSGet answers for a survey question.

Get answers for a survey question.

Authentication

Connected account required

Tags

reporting
List survey responsesMAILCHIMP_GET_REPORTING_SURVEYS_ID_RESPONSESGet responses to a survey.

Get responses to a survey.

Authentication

Connected account required

Tags

reporting
Get survey responseMAILCHIMP_GET_REPORTING_SURVEYS_ID_RESPONSES_IDGet a single survey response.

Get a single survey response.

Authentication

Connected account required

Tags

reporting
List campaign reportsMAILCHIMP_GET_REPORTSGet campaign reports.

Get campaign reports.

Authentication

Connected account required

Tags

reports
Get campaign reportMAILCHIMP_GET_REPORTS_IDGet report details for a specific sent campaign.

Get report details for a specific sent campaign.

Authentication

Connected account required

Tags

reports
List abuse reportsMAILCHIMP_GET_REPORTS_ID_ABUSE_REPORTS_IDGet a list of abuse complaints for a specific campaign.

Get a list of abuse complaints for a specific campaign.

Authentication

Connected account required

Tags

reports
Get abuse reportMAILCHIMP_GET_REPORTS_ID_ABUSE_REPORTS_ID_IDGet information about a specific abuse report for a campaign.

Get information about a specific abuse report for a campaign.

Authentication

Connected account required

Tags

reports
List campaign feedbackMAILCHIMP_GET_REPORTS_ID_ADVICEGet feedback based on a campaign's statistics. Advice feedback is based on campaign stats like opens, clicks, unsubscribes, bounces, and more.

Get feedback based on a campaign's statistics. Advice feedback is based on campaign stats like opens, clicks, unsubscribes, bounces, and more.

Authentication

Connected account required

Tags

reports
List campaign detailsMAILCHIMP_GET_REPORTS_ID_CLICK_DETAILSGet information about clicks on specific links in your Mailchimp campaigns.

Get information about clicks on specific links in your Mailchimp campaigns.

Authentication

Connected account required

Tags

reports
Get campaign link detailsMAILCHIMP_GET_REPORTS_ID_CLICK_DETAILS_IDGet click details for a specific link in a campaign.

Get click details for a specific link in a campaign.

Authentication

Connected account required

Tags

reports
List clicked link subscribersMAILCHIMP_GET_REPORTS_ID_CLICK_DETAILS_ID_MEMBERSGet information about list members who clicked on a specific link in a campaign.

Get information about list members who clicked on a specific link in a campaign.

Authentication

Connected account required

Tags

reports
Get clicked link subscriberMAILCHIMP_GET_REPORTS_ID_CLICK_DETAILS_ID_MEMBERS_IDGet information about a specific subscriber who clicked a link in a specific campaign.

Get information about a specific subscriber who clicked a link in a specific campaign.

Authentication

Connected account required

Tags

reports
List domain performance statsMAILCHIMP_GET_REPORTS_ID_DOMAIN_PERFORMANCEGet statistics for the top-performing email domains in a campaign.

Get statistics for the top-performing email domains in a campaign.

Authentication

Connected account required

Tags

reports
List campaign product activityMAILCHIMP_GET_REPORTS_ID_ECOMMERCE_PRODUCT_ACTIVITYGet breakdown of product activity for a campaign

Get breakdown of product activity for a campaign

Authentication

Connected account required

Tags

reports
List EepURL activityMAILCHIMP_GET_REPORTS_ID_EEPURLGet a summary of social activity for the campaign, tracked by EepURL.

Get a summary of social activity for the campaign, tracked by EepURL.

Authentication

Connected account required

Tags

reports
List email activityMAILCHIMP_GET_REPORTS_ID_EMAIL_ACTIVITYGet a list of member's subscriber activity in a specific campaign.

Get a list of member's subscriber activity in a specific campaign.

Authentication

Connected account required

Tags

reports
Get subscriber email activityMAILCHIMP_GET_REPORTS_ID_EMAIL_ACTIVITY_IDGet a specific list member's activity in a campaign including opens, clicks, and bounces.

Get a specific list member's activity in a campaign including opens, clicks, and bounces.

Authentication

Connected account required

Tags

reports
List top open activitiesMAILCHIMP_GET_REPORTS_ID_LOCATIONSGet top open locations for a specific campaign.

Get top open locations for a specific campaign.

Authentication

Connected account required

Tags

reports
List campaign open detailsMAILCHIMP_GET_REPORTS_ID_OPEN_DETAILSGet detailed information about any campaign emails that were opened by a list member.

Get detailed information about any campaign emails that were opened by a list member.

Authentication

Connected account required

Tags

reports
Get opened campaign subscriberMAILCHIMP_GET_REPORTS_ID_OPEN_DETAILS_ID_MEMBERS_IDGet information about a specific subscriber who opened a campaign.

Get information about a specific subscriber who opened a campaign.

Authentication

Connected account required

Tags

reports
List campaign recipientsMAILCHIMP_GET_REPORTS_ID_SENT_TOGet information about campaign recipients.

Get information about campaign recipients.

Authentication

Connected account required

Tags

reports
Get campaign recipient infoMAILCHIMP_GET_REPORTS_ID_SENT_TO_IDGet information about a specific campaign recipient.

Get information about a specific campaign recipient.

Authentication

Connected account required

Tags

reports
List child campaign reportsMAILCHIMP_GET_REPORTS_ID_SUB_REPORTS_IDGet a list of reports with child campaigns for a specific parent campaign.

Get a list of reports with child campaigns for a specific parent campaign.

Authentication

Connected account required

Tags

reports
List unsubscribed membersMAILCHIMP_GET_REPORTS_ID_UNSUBSCRIBEDGet information about members who have unsubscribed from a specific campaign.

Get information about members who have unsubscribed from a specific campaign.

Authentication

Connected account required

Tags

reports
Get unsubscribed memberMAILCHIMP_GET_REPORTS_ID_UNSUBSCRIBED_IDGet information about a specific list member who unsubscribed from a campaign.

Get information about a specific list member who unsubscribed from a campaign.

Authentication

Connected account required

Tags

reports
List api root resourcesMAILCHIMP_GET_ROOTGet links to all other resources available in the API.

Get links to all other resources available in the API.

Authentication

Connected account required

Tags

root
Search campaignsMAILCHIMP_GET_SEARCH_CAMPAIGNSSearch all campaigns for the specified query terms.

Search all campaigns for the specified query terms.

Authentication

Connected account required

Tags

searchCampaigns
Search membersMAILCHIMP_GET_SEARCH_MEMBERSSearch for list members. This search can be restricted to a specific list, or can be used to search across all lists in an account.

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.

Authentication

Connected account required

Tags

searchMembers
List SMS campaignsMAILCHIMP_GET_SMS_CAMPAIGNSGet all SMS campaigns in an account.

Get all SMS campaigns in an account.

Authentication

Connected account required

Tags

sms-campaigns
Get SMS campaign infoMAILCHIMP_GET_SMS_CAMPAIGNS_IDGet information about a specific SMS campaign.

Get information about a specific SMS campaign.

Authentication

Connected account required

Tags

sms-campaigns
Get SMS campaign contentMAILCHIMP_GET_SMS_CAMPAIGNS_ID_CONTENTGet the content for an SMS campaign.

Get the content for an SMS campaign.

Authentication

Connected account required

Tags

sms-campaigns
List template foldersMAILCHIMP_GET_TEMPLATE_FOLDERSGet all folders used to organize templates.

Get all folders used to organize templates.

Authentication

Connected account required

Tags

templateFolders
Get template folderMAILCHIMP_GET_TEMPLATE_FOLDERS_IDGet information about a specific folder used to organize templates.

Get information about a specific folder used to organize templates.

Authentication

Connected account required

Tags

templateFolders
List templatesMAILCHIMP_GET_TEMPLATESGet a list of an account's available templates.

Get a list of an account's available templates.

Authentication

Connected account required

Tags

templates
Get template infoMAILCHIMP_GET_TEMPLATES_IDGet information about a specific template.

Get information about a specific template.

Authentication

Connected account required

Tags

templates
View default contentMAILCHIMP_GET_TEMPLATES_ID_DEFAULT_CONTENTGet the sections that you can edit in a template, including each section's default content.

Get the sections that you can edit in a template, including each section's default content.

Authentication

Connected account required

Tags

templates
Get domain infoMAILCHIMP_GET_VERIFIED_DOMAINGet the details for a single domain on the account.

Get the details for a single domain on the account.

Authentication

Connected account required

Tags

verifiedDomains
List sending domainsMAILCHIMP_GET_VERIFIED_DOMAINSGet all of the sending domains on the account.

Get all of the sending domains on the account.

Authentication

Connected account required

Tags

verifiedDomains
Update ContactMAILCHIMP_PATCH_AUDIENCE_CONTACTUpdate an existing omni-channel contact.

Update an existing omni-channel contact.

Authentication

Connected account required

Tags

audiencescontacts
Update workflow emailMAILCHIMP_PATCH_AUTOMATION_EMAIL_WORKFLOW_IDUpdate settings for a classic automation workflow email. Only works with workflows of type: abandonedBrowse, abandonedCart, emailFollowup, or singleWelcome.

Update settings for a classic automation workflow email. Only works with workflows of type: abandonedBrowse, abandonedCart, emailFollowup, or singleWelcome.

Authentication

Connected account required

Tags

automations
Update batch webhookMAILCHIMP_PATCH_BATCH_WEBHOOKSUpdate a webhook that will fire whenever any batch request completes processing.

Update a webhook that will fire whenever any batch request completes processing.

Authentication

Connected account required

Tags

batchWebhooks
Update campaign folderMAILCHIMP_PATCH_CAMPAIGN_FOLDERS_IDUpdate a specific folder used to organize campaigns.

Update a specific folder used to organize campaigns.

Authentication

Connected account required

Tags

campaignFolders
Update campaign settingsMAILCHIMP_PATCH_CAMPAIGNS_IDUpdate some or all of the settings for a specific campaign.

Update some or all of the settings for a specific campaign.

Authentication

Connected account required

Tags

campaigns
Update campaign feedback messageMAILCHIMP_PATCH_CAMPAIGNS_ID_FEEDBACK_IDUpdate a specific feedback message for a campaign.

Update a specific feedback message for a campaign.

Authentication

Connected account required

Tags

campaigns
Update storeMAILCHIMP_PATCH_ECOMMERCE_STORES_IDUpdate a store.

Update a store.

Authentication

Connected account required

Tags

ecommerce
Update cartMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_CARTS_IDUpdate a specific cart.

Update a specific cart.

Authentication

Connected account required

Tags

ecommerce
Update cart line itemMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_CARTS_ID_LINES_IDUpdate a specific cart line item.

Update a specific cart line item.

Authentication

Connected account required

Tags

ecommerce
Update customerMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_CUSTOMERS_IDUpdate a customer.

Update a customer.

Authentication

Connected account required

Tags

ecommerce
Update orderMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_ORDERS_IDUpdate a specific order.

Update a specific order.

Authentication

Connected account required

Tags

ecommerce
Update order line itemMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_ORDERS_ID_LINES_IDUpdate a specific order line item.

Update a specific order line item.

Authentication

Connected account required

Tags

ecommerce
Update productMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_PRODUCTS_IDUpdate a specific product.

Update a specific product.

Authentication

Connected account required

Tags

ecommerce
Update product imageMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_PRODUCTS_ID_IMAGES_IDUpdate a product image.

Update a product image.

Authentication

Connected account required

Tags

ecommerce
Update product variantMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_PRODUCTS_ID_VARIANTS_IDUpdate a product variant.

Update a product variant.

Authentication

Connected account required

Tags

ecommerce
Update promo codeMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_PROMOCODES_IDUpdate a promo code.

Update a promo code.

Authentication

Connected account required

Tags

ecommerce
Update promo ruleMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_PROMORULES_IDUpdate a promo rule.

Update a promo rule.

Authentication

Connected account required

Tags

ecommerce
Update fileMAILCHIMP_PATCH_FILE_MANAGER_FILES_IDUpdate a file in the File Manager.

Update a file in the File Manager.

Authentication

Connected account required

Tags

fileManager
Update folderMAILCHIMP_PATCH_FILE_MANAGER_FOLDERS_IDUpdate a specific File Manager folder.

Update a specific File Manager folder.

Authentication

Connected account required

Tags

fileManager
Update landing pageMAILCHIMP_PATCH_LANDING_PAGE_IDUpdate a landing page.

Update a landing page.

Authentication

Connected account required

Tags

landingPages
Update listsMAILCHIMP_PATCH_LISTS_IDUpdate the settings for a specific list.

Update the settings for a specific list.

Authentication

Connected account required

Tags

lists
Update interest categoryMAILCHIMP_PATCH_LISTS_ID_INTEREST_CATEGORIES_IDUpdate a specific interest category.

Update a specific interest category.

Authentication

Connected account required

Tags

lists
Update interest in categoryMAILCHIMP_PATCH_LISTS_ID_INTEREST_CATEGORIES_ID_INTERESTS_IDUpdate interests or 'group names' for a specific category.

Update interests or 'group names' for a specific category.

Authentication

Connected account required

Tags

lists
Update list memberMAILCHIMP_PATCH_LISTS_ID_MEMBERS_IDUpdate information for a specific list member.

Update information for a specific list member.

Authentication

Connected account required

Tags

lists
Update noteMAILCHIMP_PATCH_LISTS_ID_MEMBERS_ID_NOTES_IDUpdate a specific note for a specific list member.

Update a specific note for a specific list member.

Authentication

Connected account required

Tags

lists
Update merge fieldMAILCHIMP_PATCH_LISTS_ID_MERGE_FIELDS_IDUpdate a specific merge field.

Update a specific merge field.

Authentication

Connected account required

Tags

lists
Update segmentMAILCHIMP_PATCH_LISTS_ID_SEGMENTS_IDUpdate a specific segment in a list.

Update a specific segment in a list.

Authentication

Connected account required

Tags

lists
Update webhookMAILCHIMP_PATCH_LISTS_ID_WEBHOOKS_IDUpdate the settings for an existing webhook.

Update the settings for an existing webhook.

Authentication

Connected account required

Tags

lists
Update SMS campaign settingsMAILCHIMP_PATCH_SMS_CAMPAIGNS_IDUpdate some or all of the settings for a specific SMS campaign.

Update some or all of the settings for a specific SMS campaign.

Authentication

Connected account required

Tags

sms-campaigns
Update template folderMAILCHIMP_PATCH_TEMPLATE_FOLDERS_IDUpdate a specific folder used to organize templates.

Update a specific folder used to organize templates.

Authentication

Connected account required

Tags

templateFolders
Update templateMAILCHIMP_PATCH_TEMPLATES_IDUpdate the name, HTML, or `folder_id` of an existing template.

Update the name, HTML, or `folder_id` of an existing template.

Authentication

Connected account required

Tags

templates
Add exportMAILCHIMP_POST_ACCOUNT_EXPORTCreate a new account export in your Mailchimp account.

Create a new account export in your Mailchimp account.

Authentication

Connected account required

Tags

accountExports
Add landing pageMAILCHIMP_POST_ALL_LANDING_PAGESCreate an unpublished and contentless Mailchimp landing page.

Create an unpublished and contentless Mailchimp landing page.

Authentication

Connected account required

Tags

landingPages
Archive ContactMAILCHIMP_POST_AUDIENCES_CONTACTS_ACTIONS_ARCHIVEArchives a Contact.

Archives a Contact.

Authentication

Connected account required

Tags

contacts
Forget ContactMAILCHIMP_POST_AUDIENCES_CONTACTS_ACTIONS_FORGETForgets a Contact.

Forgets a Contact.

Authentication

Connected account required

Tags

contacts
Add automationMAILCHIMP_POST_AUTOMATIONSCreate a new classic automation in your Mailchimp account.

Create a new classic automation in your Mailchimp account.

Authentication

Connected account required

Tags

automations
Pause automation emailsMAILCHIMP_POST_AUTOMATIONS_ID_ACTIONS_PAUSE_ALL_EMAILSPause all emails in a specific classic automation workflow.

Pause all emails in a specific classic automation workflow.

Authentication

Connected account required

Tags

automations
Start automation emailsMAILCHIMP_POST_AUTOMATIONS_ID_ACTIONS_START_ALL_EMAILSStart all emails in a classic automation workflow.

Start all emails in a classic automation workflow.

Authentication

Connected account required

Tags

automations
Pause automated emailMAILCHIMP_POST_AUTOMATIONS_ID_EMAILS_ID_ACTIONS_PAUSEPause an automated email.

Pause an automated email.

Authentication

Connected account required

Tags

automations
Start automated emailMAILCHIMP_POST_AUTOMATIONS_ID_EMAILS_ID_ACTIONS_STARTStart an automated email.

Start an automated email.

Authentication

Connected account required

Tags

automations
Add subscriber to workflow emailMAILCHIMP_POST_AUTOMATIONS_ID_EMAILS_ID_QUEUEManually add a subscriber to a workflow, bypassing the default trigger settings. You can also use this endpoint to trigger a series of automated emails in an API 3.0 workflow type.

Manually add a subscriber to a workflow, bypassing the default trigger settings. You can also use this endpoint to trigger a series of automated emails in an API 3.0 workflow type.

Authentication

Connected account required

Tags

automations
Remove subscriber from workflowMAILCHIMP_POST_AUTOMATIONS_ID_REMOVED_SUBSCRIBERSRemove a subscriber from a specific classic automation workflow. You can remove a subscriber at any point in an automation workflow, regardless of how many emails they've been sent from that workflow. Once they're removed, they can never be added back to the same workflow.

Remove a subscriber from a specific classic automation workflow. You can remove a subscriber at any point in an automation workflow, regardless of how many emails they've been sent from that workflow. Once they're removed, they can never be added back to the same workflow.

Authentication

Connected account required

Tags

automations
Add batch webhookMAILCHIMP_POST_BATCH_WEBHOOKSConfigure a webhook that will fire whenever any batch request completes processing. You may only have a maximum of 20 batch webhooks.

Configure a webhook that will fire whenever any batch request completes processing. You may only have a maximum of 20 batch webhooks.

Authentication

Connected account required

Tags

batchWebhooks
Start batch operationMAILCHIMP_POST_BATCHESBegin processing a batch operations request.

Begin processing a batch operations request.

Authentication

Connected account required

Tags

batches
Add campaign folderMAILCHIMP_POST_CAMPAIGN_FOLDERSCreate a new campaign folder.

Create a new campaign folder.

Authentication

Connected account required

Tags

campaignFolders
Add campaignMAILCHIMP_POST_CAMPAIGNSCreate a new Mailchimp campaign.

Create a new Mailchimp campaign.

Authentication

Connected account required

Tags

campaigns
Cancel campaignMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_CANCEL_SENDCancel a Regular or Plain-Text Campaign after you send, before all of your recipients receive it. This feature is included with Mailchimp Pro.

Cancel a Regular or Plain-Text Campaign after you send, before all of your recipients receive it. This feature is included with Mailchimp Pro.

Authentication

Connected account required

Tags

campaigns
Resend campaignMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_CREATE_RESENDRemove the guesswork for resending a campaign to certain segments. You can use this endpoint as a shortcut to replicate a campaign and resend it to common segments, such as those who didn't open the campaign, or any new subscribers since it was sent.

Remove the guesswork for resending a campaign to certain segments. You can use this endpoint as a shortcut to replicate a campaign and resend it to common segments, such as those who didn't open the campaign, or any new subscribers since it was sent.

Authentication

Connected account required

Tags

campaigns
Pause rss campaignMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_PAUSEPause an RSS-Driven campaign.

Pause an RSS-Driven campaign.

Authentication

Connected account required

Tags

campaigns
Replicate campaignMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_REPLICATEReplicate a campaign in saved or send status.

Replicate a campaign in saved or send status.

Authentication

Connected account required

Tags

campaigns
Resume rss campaignMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_RESUMEResume an RSS-Driven campaign.

Resume an RSS-Driven campaign.

Authentication

Connected account required

Tags

campaigns
Schedule campaignMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_SCHEDULESchedule a campaign for delivery. If you're using Multivariate Campaigns to test send times or sending RSS Campaigns, use the send action instead.

Schedule a campaign for delivery. If you're using Multivariate Campaigns to test send times or sending RSS Campaigns, use the send action instead.

Authentication

Connected account required

Tags

campaigns
Send campaignMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_SENDSend a Mailchimp campaign. For RSS Campaigns, the campaign will send according to its schedule. All other campaigns will send immediately.

Send a Mailchimp campaign. For RSS Campaigns, the campaign will send according to its schedule. All other campaigns will send immediately.

Authentication

Connected account required

Tags

campaigns
Send test emailMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_TESTSend a test email.

Send a test email.

Authentication

Connected account required

Tags

campaigns
Unschedule campaignMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_UNSCHEDULEUnschedule a scheduled campaign that hasn't started sending.

Unschedule a scheduled campaign that hasn't started sending.

Authentication

Connected account required

Tags

campaigns
Add campaign feedbackMAILCHIMP_POST_CAMPAIGNS_ID_FEEDBACKAdd feedback on a specific campaign.

Add feedback on a specific campaign.

Authentication

Connected account required

Tags

campaigns
Add connected siteMAILCHIMP_POST_CONNECTED_SITESCreate a new Mailchimp connected site.

Create a new Mailchimp connected site.

Authentication

Connected account required

Tags

connectedSites
Disable pixel for connected siteMAILCHIMP_POST_CONNECTED_SITES_ID_ACTIONS_DISABLE_PIXELDisable the Mailchimp tracking pixel for a connected site.

Disable the Mailchimp tracking pixel for a connected site.

Authentication

Connected account required

Tags

connectedSites
Enable pixel for connected siteMAILCHIMP_POST_CONNECTED_SITES_ID_ACTIONS_ENABLE_PIXELEnable the Mailchimp tracking pixel for a connected site.

Enable the Mailchimp tracking pixel for a connected site.

Authentication

Connected account required

Tags

connectedSites
Verify connected site scriptMAILCHIMP_POST_CONNECTED_SITES_ID_ACTIONS_VERIFY_SCRIPT_INSTALLATIONVerify that the connected sites script has been installed, either via the script URL or fragment.

Verify that the connected sites script has been installed, either via the script URL or fragment.

Authentication

Connected account required

Tags

connectedSites
Customer Journeys API trigger for a contactMAILCHIMP_POST_CUSTOMER_JOURNEYS_JOURNEYS_ID_STEPS_ID_ACTIONS_TRIGGERA step trigger in an Automation flow. To use it, create a starting point or step from the Automation flow builder in the app using the Customer Journey API condition. We’ll provide a url during the process that includes the {journey_id} and {step_id}. You’ll then be able to use this endpoint to trigger the condition for the posted contact.

A step trigger in an Automation flow. To use it, create a starting point or step from the Automation flow builder in the app using the Customer Journey API condition. We’ll provide a url during the process that includes the {journey_id} and {step_id}. You’ll then be able to use this endpoint to trigger the condition for the posted contact.

Authentication

Connected account required

Tags

customerJourneys
Add storeMAILCHIMP_POST_ECOMMERCE_STORESAdd a new store to your Mailchimp account.

Add a new store to your Mailchimp account.

Authentication

Connected account required

Tags

ecommerce
Add cartMAILCHIMP_POST_ECOMMERCE_STORES_ID_CARTSAdd a new cart to a store.

Add a new cart to a store.

Authentication

Connected account required

Tags

ecommerce
Add cart line itemMAILCHIMP_POST_ECOMMERCE_STORES_ID_CARTS_ID_LINESAdd a new line item to an existing cart.

Add a new line item to an existing cart.

Authentication

Connected account required

Tags

ecommerce
Add customerMAILCHIMP_POST_ECOMMERCE_STORES_ID_CUSTOMERSAdd a new customer to a store.

Add a new customer to a store.

Authentication

Connected account required

Tags

ecommerce
Add orderMAILCHIMP_POST_ECOMMERCE_STORES_ID_ORDERSAdd a new order to a store.

Add a new order to a store.

Authentication

Connected account required

Tags

ecommerce
Add order line itemMAILCHIMP_POST_ECOMMERCE_STORES_ID_ORDERS_ID_LINESAdd a new line item to an existing order.

Add a new line item to an existing order.

Authentication

Connected account required

Tags

ecommerce
Add productMAILCHIMP_POST_ECOMMERCE_STORES_ID_PRODUCTSAdd a new product to a store.

Add a new product to a store.

Authentication

Connected account required

Tags

ecommerce
Add product imageMAILCHIMP_POST_ECOMMERCE_STORES_ID_PRODUCTS_ID_IMAGESAdd a new image to the product.

Add a new image to the product.

Authentication

Connected account required

Tags

ecommerce
Add product variantMAILCHIMP_POST_ECOMMERCE_STORES_ID_PRODUCTS_ID_VARIANTSAdd a new variant to the product.

Add a new variant to the product.

Authentication

Connected account required

Tags

ecommerce
Add promo codeMAILCHIMP_POST_ECOMMERCE_STORES_ID_PROMOCODESAdd a new promo code to a store.

Add a new promo code to a store.

Authentication

Connected account required

Tags

ecommerce
Add promo ruleMAILCHIMP_POST_ECOMMERCE_STORES_ID_PROMORULESAdd a new promo rule to a store.

Add a new promo rule to a store.

Authentication

Connected account required

Tags

ecommerce
Add fileMAILCHIMP_POST_FILE_MANAGER_FILESUpload a new image or file to the File Manager.

Upload a new image or file to the File Manager.

Authentication

Connected account required

Tags

fileManager
Add folderMAILCHIMP_POST_FILE_MANAGER_FOLDERSCreate a new folder in the File Manager.

Create a new folder in the File Manager.

Authentication

Connected account required

Tags

fileManager
Publish landing pageMAILCHIMP_POST_LANDING_PAGE_ID_ACTIONS_PUBLISHPublish a landing page that is in draft, unpublished, or has been previously published and edited.

Publish a landing page that is in draft, unpublished, or has been previously published and edited.

Authentication

Connected account required

Tags

landingPages
Unpublish landing pageMAILCHIMP_POST_LANDING_PAGE_ID_ACTIONS_UNPUBLISHUnpublish a landing page that is in draft or has been published.

Unpublish a landing page that is in draft or has been published.

Authentication

Connected account required

Tags

landingPages
Add eventMAILCHIMP_POST_LIST_MEMBER_EVENTSAdd an event for a list member.

Add an event for a list member.

Authentication

Connected account required

Tags

lists
Add or remove member tagsMAILCHIMP_POST_LIST_MEMBER_TAGSAdd or remove tags from a list member. If a tag that does not exist is passed in and set as 'active', a new tag will be created.

Add or remove tags from a list member. If a tag that does not exist is passed in and set as 'active', a new tag will be created.

Authentication

Connected account required

Tags

lists
Add listMAILCHIMP_POST_LISTSCreate a new list in your Mailchimp account.

Create a new list in your Mailchimp account.

Authentication

Connected account required

Tags

lists
Batch subscribe or unsubscribeMAILCHIMP_POST_LISTS_IDBatch subscribe or unsubscribe list members.

Batch subscribe or unsubscribe list members.

Authentication

Connected account required

Tags

lists
Add interest categoryMAILCHIMP_POST_LISTS_ID_INTEREST_CATEGORIESCreate a new interest category.

Create a new interest category.

Authentication

Connected account required

Tags

lists
Add interest in categoryMAILCHIMP_POST_LISTS_ID_INTEREST_CATEGORIES_ID_INTERESTSCreate a new interest or 'group name' for a specific category.

Create a new interest or 'group name' for a specific category.

Authentication

Connected account required

Tags

lists
Add member to listMAILCHIMP_POST_LISTS_ID_MEMBERSAdd a new member to the list.

Add a new member to the list.

Authentication

Connected account required

Tags

lists
Delete list memberMAILCHIMP_POST_LISTS_ID_MEMBERS_HASH_ACTIONS_DELETE_PERMANENTDelete all personally identifiable information related to a list member, and remove them from a list. This will make it impossible to re-import the list member.

Delete all personally identifiable information related to a list member, and remove them from a list. This will make it impossible to re-import the list member.

Authentication

Connected account required

Tags

lists
Add member noteMAILCHIMP_POST_LISTS_ID_MEMBERS_ID_NOTESAdd a new note for a specific subscriber.

Add a new note for a specific subscriber.

Authentication

Connected account required

Tags

lists
Add merge fieldMAILCHIMP_POST_LISTS_ID_MERGE_FIELDSAdd a new merge field for a specific audience.

Add a new merge field for a specific audience.

Authentication

Connected account required

Tags

lists
Add segmentMAILCHIMP_POST_LISTS_ID_SEGMENTSCreate a new segment in a specific list.

Create a new segment in a specific list.

Authentication

Connected account required

Tags

lists
Batch add or remove membersMAILCHIMP_POST_LISTS_ID_SEGMENTS_IDBatch add/remove list members to static segment

Batch add/remove list members to static segment

Authentication

Connected account required

Tags

lists
Add member to segmentMAILCHIMP_POST_LISTS_ID_SEGMENTS_ID_MEMBERSAdd a member to a static segment.

Add a member to a static segment.

Authentication

Connected account required

Tags

lists
Customize signup formMAILCHIMP_POST_LISTS_ID_SIGNUP_FORMSCustomize a list's default signup form.

Customize a list's default signup form.

Authentication

Connected account required

Tags

lists
Create a Survey CampaignMAILCHIMP_POST_LISTS_ID_SURVEYS_ID_ACTIONS_CREATE_EMAILUtilize the List ID and Survey ID to generate a Campaign that links to your survey.

Utilize the List ID and Survey ID to generate a Campaign that links to your survey.

Authentication

Connected account required

Tags

Surveys
Publish a SurveyMAILCHIMP_POST_LISTS_ID_SURVEYS_ID_ACTIONS_PUBLISHPublish a survey that is in draft, unpublished, or has been previously published and edited.

Publish a survey that is in draft, unpublished, or has been previously published and edited.

Authentication

Connected account required

Tags

Surveys
Unpublish a SurveyMAILCHIMP_POST_LISTS_ID_SURVEYS_ID_ACTIONS_UNPUBLISHUnpublish a survey that has been published.

Unpublish a survey that has been published.

Authentication

Connected account required

Tags

Surveys
Add webhookMAILCHIMP_POST_LISTS_ID_WEBHOOKSCreate a new webhook for a specific list.

Create a new webhook for a specific list.

Authentication

Connected account required

Tags

lists
Add SMS campaignMAILCHIMP_POST_SMS_CAMPAIGNSCreate a new SMS campaign.

Create a new SMS campaign.

Authentication

Connected account required

Tags

sms-campaigns
Cancel SMS campaign sendMAILCHIMP_POST_SMS_CAMPAIGNS_ID_ACTIONS_CANCEL_SENDCancel a scheduled or sending SMS campaign.

Cancel a scheduled or sending SMS campaign.

Authentication

Connected account required

Tags

sms-campaigns
Schedule SMS campaignMAILCHIMP_POST_SMS_CAMPAIGNS_ID_ACTIONS_SCHEDULESchedule an SMS campaign to send at a specific time.

Schedule an SMS campaign to send at a specific time.

Authentication

Connected account required

Tags

sms-campaigns
Send SMS campaignMAILCHIMP_POST_SMS_CAMPAIGNS_ID_ACTIONS_SENDSend an SMS campaign.

Send an SMS campaign.

Authentication

Connected account required

Tags

sms-campaigns
Add template folderMAILCHIMP_POST_TEMPLATE_FOLDERSCreate a new template folder.

Create a new template folder.

Authentication

Connected account required

Tags

templateFolders
Add templateMAILCHIMP_POST_TEMPLATESCreate a new template for the account. Only Classic templates are supported.

Create a new template for the account. Only Classic templates are supported.

Authentication

Connected account required

Tags

templates
List segmentsMAILCHIMP_PREVIEW_ASEGMENTGet information about all available segments for a specific list.

Get information about all available segments for a specific list.

Authentication

Connected account required

Tags

lists
Set campaign contentMAILCHIMP_PUT_CAMPAIGNS_ID_CONTENTSet the content for a campaign.

Set the content for a campaign.

Authentication

Connected account required

Tags

campaigns
Add or update customerMAILCHIMP_PUT_ECOMMERCE_STORES_ID_CUSTOMERS_IDAdd or update a customer.

Add or update a customer.

Authentication

Connected account required

Tags

ecommerce
Add or update orderMAILCHIMP_PUT_ECOMMERCE_STORES_ID_ORDERS_IDAdd or update an order.

Add or update an order.

Authentication

Connected account required

Tags

ecommerce
Create or update productMAILCHIMP_PUT_ECOMMERCE_STORES_ID_PRODUCTS_IDUpdate a specific product.

Update a specific product.

Authentication

Connected account required

Tags

ecommerce
Add or update product variantMAILCHIMP_PUT_ECOMMERCE_STORES_ID_PRODUCTS_ID_VARIANTS_IDAdd or update a product variant.

Add or update a product variant.

Authentication

Connected account required

Tags

ecommerce
Add or update list memberMAILCHIMP_PUT_LISTS_ID_MEMBERS_IDAdd or update a list member.

Add or update a list member.

Authentication

Connected account required

Tags

lists
Set SMS campaign contentMAILCHIMP_PUT_SMS_CAMPAIGNS_ID_CONTENTSet the content for an SMS campaign.

Set the content for an SMS campaign.

Authentication

Connected account required

Tags

sms-campaigns
Search for tags on a list by name.MAILCHIMP_SEARCH_TAGS_BY_NAMESearch for tags on a list by name. If no name is provided, will return all tags on the list.

Search for tags on a list by name. If no name is provided, will return all tags on the list.

Authentication

Connected account required

Tags

lists
Verify domainMAILCHIMP_VERIFY_DOMAINVerify a domain for sending.

Verify a domain for sending.

Authentication

Connected account required

Tags

verifiedDomains

Provider resources