Mailchimp
Use Mailchimp Marketing APIs for audiences, contacts, campaigns, reports, automations, and ecommerce marketing workflows.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
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.Connection
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 requiredTags
Add ContactMAILCHIMP_CREATE_AUDIENCE_CONTACTCreate a new omni-channel contact for an audience.Connection
Create a new omni-channel contact for an audience.
Authentication
Connected account requiredTags
Add domain to accountMAILCHIMP_CREATE_VERIFIED_DOMAINAdd a domain to the account.Connection
Add a domain to the account.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Delete batch webhookMAILCHIMP_DELETE_BATCH_WEBHOOK_IDRemove a batch webhook. Webhooks will no longer be sent to the given URL.Connection
Remove a batch webhook. Webhooks will no longer be sent to the given URL.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Delete campaign folderMAILCHIMP_DELETE_CAMPAIGN_FOLDERS_IDDelete a specific campaign folder, and mark all the campaigns in the folder as 'unfiled'.Connection
Delete a specific campaign folder, and mark all the campaigns in the folder as 'unfiled'.
Authentication
Connected account requiredTags
Delete campaignMAILCHIMP_DELETE_CAMPAIGNS_IDRemove a campaign from your Mailchimp account.Connection
Remove a campaign from your Mailchimp account.
Authentication
Connected account requiredTags
Delete campaign feedback messageMAILCHIMP_DELETE_CAMPAIGNS_ID_FEEDBACK_IDRemove a specific feedback message for a campaign.Connection
Remove a specific feedback message for a campaign.
Authentication
Connected account requiredTags
Delete connected siteMAILCHIMP_DELETE_CONNECTED_SITES_IDRemove a connected site from your Mailchimp account.Connection
Remove a connected site from your Mailchimp account.
Authentication
Connected account requiredTags
Delete storeMAILCHIMP_DELETE_ECOMMERCE_STORES_IDDelete a store. Deleting a store will also delete any associated subresources, including Customers, Orders, Products, and Carts.Connection
Delete a store. Deleting a store will also delete any associated subresources, including Customers, Orders, Products, and Carts.
Authentication
Connected account requiredTags
Delete cartMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_CARTS_IDDelete a cart.Connection
Delete a cart.
Authentication
Connected account requiredTags
Delete cart line itemMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_CARTS_LINES_IDDelete a specific cart line item.Connection
Delete a specific cart line item.
Authentication
Connected account requiredTags
Delete customerMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_CUSTOMERS_IDDelete a customer from a store.Connection
Delete a customer from a store.
Authentication
Connected account requiredTags
Delete orderMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_ORDERS_IDDelete an order.Connection
Delete an order.
Authentication
Connected account requiredTags
Delete order line itemMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_ORDERS_ID_LINES_IDDelete a specific order line item.Connection
Delete a specific order line item.
Authentication
Connected account requiredTags
Delete productMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_PRODUCTS_IDDelete a product.Connection
Delete a product.
Authentication
Connected account requiredTags
Delete product imageMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_PRODUCTS_ID_IMAGES_IDDelete a product image.Connection
Delete a product image.
Authentication
Connected account requiredTags
Delete product variantMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_PRODUCTS_ID_VARIANTS_IDDelete a product variant.Connection
Delete a product variant.
Authentication
Connected account requiredTags
Delete promo codeMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_PROMOCODES_IDDelete a promo code from a store.Connection
Delete a promo code from a store.
Authentication
Connected account requiredTags
Delete promo ruleMAILCHIMP_DELETE_ECOMMERCE_STORES_ID_PROMORULES_IDDelete a promo rule from a store.Connection
Delete a promo rule from a store.
Authentication
Connected account requiredTags
Delete fileMAILCHIMP_DELETE_FILE_MANAGER_FILES_IDRemove a specific file from the File Manager.Connection
Remove a specific file from the File Manager.
Authentication
Connected account requiredTags
Delete folderMAILCHIMP_DELETE_FILE_MANAGER_FOLDERS_IDDelete a specific folder in the File Manager.Connection
Delete a specific folder in the File Manager.
Authentication
Connected account requiredTags
Delete landing pageMAILCHIMP_DELETE_LANDING_PAGE_IDDelete a landing page.Connection
Delete a landing page.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Delete interest categoryMAILCHIMP_DELETE_LISTS_ID_INTEREST_CATEGORIES_IDDelete a specific interest category.Connection
Delete a specific interest category.
Authentication
Connected account requiredTags
Delete interest in categoryMAILCHIMP_DELETE_LISTS_ID_INTEREST_CATEGORIES_ID_INTERESTS_IDDelete interests or group names in a specific category.Connection
Delete interests or group names in a specific category.
Authentication
Connected account requiredTags
Archive list memberMAILCHIMP_DELETE_LISTS_ID_MEMBERS_IDArchive a list member. To permanently delete, use the delete-permanent action.Connection
Archive a list member. To permanently delete, use the delete-permanent action.
Authentication
Connected account requiredTags
Delete noteMAILCHIMP_DELETE_LISTS_ID_MEMBERS_ID_NOTES_IDDelete a specific note for a specific list member.Connection
Delete a specific note for a specific list member.
Authentication
Connected account requiredTags
Delete merge fieldMAILCHIMP_DELETE_LISTS_ID_MERGE_FIELDS_IDDelete a specific merge field.Connection
Delete a specific merge field.
Authentication
Connected account requiredTags
Delete segmentMAILCHIMP_DELETE_LISTS_ID_SEGMENTS_IDDelete a specific segment in a list.Connection
Delete a specific segment in a list.
Authentication
Connected account requiredTags
Remove list member from segmentMAILCHIMP_DELETE_LISTS_ID_SEGMENTS_ID_MEMBERS_IDRemove a member from the specified static segment.Connection
Remove a member from the specified static segment.
Authentication
Connected account requiredTags
Delete webhookMAILCHIMP_DELETE_LISTS_ID_WEBHOOKS_IDDelete a specific webhook in a list.Connection
Delete a specific webhook in a list.
Authentication
Connected account requiredTags
Delete SMS campaignMAILCHIMP_DELETE_SMS_CAMPAIGNS_IDRemove an SMS campaign from your Mailchimp account.Connection
Remove an SMS campaign from your Mailchimp account.
Authentication
Connected account requiredTags
Delete template folderMAILCHIMP_DELETE_TEMPLATE_FOLDERS_IDDelete a specific template folder, and mark all the templates in the folder as 'unfiled'.Connection
Delete a specific template folder, and mark all the templates in the folder as 'unfiled'.
Authentication
Connected account requiredTags
Delete templateMAILCHIMP_DELETE_TEMPLATES_IDDelete a specific template.Connection
Delete a specific template.
Authentication
Connected account requiredTags
Delete domainMAILCHIMP_DELETE_VERIFIED_DOMAINDelete a verified domain from the account.Connection
Delete a verified domain from the account.
Authentication
Connected account requiredTags
Get account export infoMAILCHIMP_GET_ACCOUNT_EXPORT_IDGet information about a specific account export.Connection
Get information about a specific account export.
Authentication
Connected account requiredTags
List account exportsMAILCHIMP_GET_ACCOUNT_EXPORTSGet a list of account exports for a given account.Connection
Get a list of account exports for a given account.
Authentication
Connected account requiredTags
Get latest chimp chatterMAILCHIMP_GET_ACTIVITY_FEED_CHIMP_CHATTERReturn the Chimp Chatter for this account ordered by most recent.Connection
Return the Chimp Chatter for this account ordered by most recent.
Authentication
Connected account requiredTags
List facebook adsMAILCHIMP_GET_ALL_FACEBOOK_ADSGet list of Facebook ads.Connection
Get list of Facebook ads.
Authentication
Connected account requiredTags
List landing pagesMAILCHIMP_GET_ALL_LANDING_PAGESGet all landing pages.Connection
Get all landing pages.
Authentication
Connected account requiredTags
Get ContactMAILCHIMP_GET_AUDIENCE_CONTACTRetrieve a specific omni-channel contact in an audience.Connection
Retrieve a specific omni-channel contact in an audience.
Authentication
Connected account requiredTags
Get ContactsMAILCHIMP_GET_AUDIENCE_CONTACT_LISTGet a list of omni-channel contacts for a given audience.Connection
Get a list of omni-channel contacts for a given audience.
Authentication
Connected account requiredTags
Get a list of audiencesMAILCHIMP_GET_AUDIENCE_CONTACTSGet information about all audiences in the account.Connection
Get information about all audiences in the account.
Authentication
Connected account requiredTags
Get audience infoMAILCHIMP_GET_AUDIENCE_IDGet information about a specific audience.Connection
Get information about a specific audience.
Authentication
Connected account requiredTags
List authorized appsMAILCHIMP_GET_AUTHORIZED_APPSGet a list of an account's registered, connected applications.Connection
Get a list of an account's registered, connected applications.
Authentication
Connected account requiredTags
Get authorized app infoMAILCHIMP_GET_AUTHORIZED_APPS_IDGet information about a specific authorized application.Connection
Get information about a specific authorized application.
Authentication
Connected account requiredTags
List automationsMAILCHIMP_GET_AUTOMATIONSGet a summary of an account's classic automations.Connection
Get a summary of an account's classic automations.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
List automated emailsMAILCHIMP_GET_AUTOMATIONS_ID_EMAILSGet a summary of the emails in a classic automation workflow.Connection
Get a summary of the emails in a classic automation workflow.
Authentication
Connected account requiredTags
Get workflow email infoMAILCHIMP_GET_AUTOMATIONS_ID_EMAILS_IDGet information about an individual classic automation workflow email.Connection
Get information about an individual classic automation workflow email.
Authentication
Connected account requiredTags
List automated email subscribersMAILCHIMP_GET_AUTOMATIONS_ID_EMAILS_ID_QUEUEGet information about a classic automation email queue.Connection
Get information about a classic automation email queue.
Authentication
Connected account requiredTags
Get automated email subscriberMAILCHIMP_GET_AUTOMATIONS_ID_EMAILS_ID_QUEUE_IDGet information about a specific subscriber in a classic automation email queue.Connection
Get information about a specific subscriber in a classic automation email queue.
Authentication
Connected account requiredTags
List subscribers removed from workflowMAILCHIMP_GET_AUTOMATIONS_ID_REMOVED_SUBSCRIBERSGet information about subscribers who were removed from a classic automation workflow.Connection
Get information about subscribers who were removed from a classic automation workflow.
Authentication
Connected account requiredTags
Get subscriber removed from workflowMAILCHIMP_GET_AUTOMATIONS_ID_REMOVED_SUBSCRIBERS_IDGet information about a specific subscriber who was removed from a classic automation workflow.Connection
Get information about a specific subscriber who was removed from a classic automation workflow.
Authentication
Connected account requiredTags
Get batch webhook infoMAILCHIMP_GET_BATCH_WEBHOOKGet information about a specific batch webhook.Connection
Get information about a specific batch webhook.
Authentication
Connected account requiredTags
List batch webhooksMAILCHIMP_GET_BATCH_WEBHOOKSGet all webhooks that have been configured for batches.Connection
Get all webhooks that have been configured for batches.
Authentication
Connected account requiredTags
List batch requestsMAILCHIMP_GET_BATCHESGet a summary of batch requests that have been made.Connection
Get a summary of batch requests that have been made.
Authentication
Connected account requiredTags
Get batch operation statusMAILCHIMP_GET_BATCHES_IDGet the status of a batch request.Connection
Get the status of a batch request.
Authentication
Connected account requiredTags
List campaign foldersMAILCHIMP_GET_CAMPAIGN_FOLDERSGet all folders used to organize campaigns.Connection
Get all folders used to organize campaigns.
Authentication
Connected account requiredTags
Get campaign folderMAILCHIMP_GET_CAMPAIGN_FOLDERS_IDGet information about a specific folder used to organize campaigns.Connection
Get information about a specific folder used to organize campaigns.
Authentication
Connected account requiredTags
List campaignsMAILCHIMP_GET_CAMPAIGNSGet all campaigns in an account.Connection
Get all campaigns in an account.
Authentication
Connected account requiredTags
Get campaign infoMAILCHIMP_GET_CAMPAIGNS_IDGet information about a specific campaign.Connection
Get information about a specific campaign.
Authentication
Connected account requiredTags
Get campaign contentMAILCHIMP_GET_CAMPAIGNS_ID_CONTENTGet the the HTML and plain-text content for a campaign.Connection
Get the the HTML and plain-text content for a campaign.
Authentication
Connected account requiredTags
List campaign feedbackMAILCHIMP_GET_CAMPAIGNS_ID_FEEDBACKGet team feedback while you're working together on a Mailchimp campaign.Connection
Get team feedback while you're working together on a Mailchimp campaign.
Authentication
Connected account requiredTags
Get campaign feedback messageMAILCHIMP_GET_CAMPAIGNS_ID_FEEDBACK_IDGet a specific feedback message from a campaign.Connection
Get a specific feedback message from a campaign.
Authentication
Connected account requiredTags
Get campaign send checklistMAILCHIMP_GET_CAMPAIGNS_ID_SEND_CHECKLISTReview the send checklist for a campaign, and resolve any issues before sending.Connection
Review the send checklist for a campaign, and resolve any issues before sending.
Authentication
Connected account requiredTags
List connected sitesMAILCHIMP_GET_CONNECTED_SITESGet all connected sites in an account.Connection
Get all connected sites in an account.
Authentication
Connected account requiredTags
Get connected siteMAILCHIMP_GET_CONNECTED_SITES_IDGet information about a specific connected site.Connection
Get information about a specific connected site.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
List account ordersMAILCHIMP_GET_ECOMMERCE_ORDERSGet information about an account's orders.Connection
Get information about an account's orders.
Authentication
Connected account requiredTags
List storesMAILCHIMP_GET_ECOMMERCE_STORESGet information about all stores in the account.Connection
Get information about all stores in the account.
Authentication
Connected account requiredTags
Get store infoMAILCHIMP_GET_ECOMMERCE_STORES_IDGet information about a specific store.Connection
Get information about a specific store.
Authentication
Connected account requiredTags
List cartsMAILCHIMP_GET_ECOMMERCE_STORES_ID_CARTSGet information about a store's carts.Connection
Get information about a store's carts.
Authentication
Connected account requiredTags
Get cart infoMAILCHIMP_GET_ECOMMERCE_STORES_ID_CARTS_IDGet information about a specific cart.Connection
Get information about a specific cart.
Authentication
Connected account requiredTags
List cart line itemsMAILCHIMP_GET_ECOMMERCE_STORES_ID_CARTS_ID_LINESGet information about a cart's line items.Connection
Get information about a cart's line items.
Authentication
Connected account requiredTags
Get cart line itemMAILCHIMP_GET_ECOMMERCE_STORES_ID_CARTS_ID_LINES_IDGet information about a specific cart line item.Connection
Get information about a specific cart line item.
Authentication
Connected account requiredTags
List customersMAILCHIMP_GET_ECOMMERCE_STORES_ID_CUSTOMERSGet information about a store's customers.Connection
Get information about a store's customers.
Authentication
Connected account requiredTags
Get customer infoMAILCHIMP_GET_ECOMMERCE_STORES_ID_CUSTOMERS_IDGet information about a specific customer.Connection
Get information about a specific customer.
Authentication
Connected account requiredTags
List ordersMAILCHIMP_GET_ECOMMERCE_STORES_ID_ORDERSGet information about a store's orders.Connection
Get information about a store's orders.
Authentication
Connected account requiredTags
Get order infoMAILCHIMP_GET_ECOMMERCE_STORES_ID_ORDERS_IDGet information about a specific order.Connection
Get information about a specific order.
Authentication
Connected account requiredTags
List order line itemsMAILCHIMP_GET_ECOMMERCE_STORES_ID_ORDERS_ID_LINESGet information about an order's line items.Connection
Get information about an order's line items.
Authentication
Connected account requiredTags
Get order line itemMAILCHIMP_GET_ECOMMERCE_STORES_ID_ORDERS_ID_LINES_IDGet information about a specific order line item.Connection
Get information about a specific order line item.
Authentication
Connected account requiredTags
List productMAILCHIMP_GET_ECOMMERCE_STORES_ID_PRODUCTSGet information about a store's products.Connection
Get information about a store's products.
Authentication
Connected account requiredTags
Get product infoMAILCHIMP_GET_ECOMMERCE_STORES_ID_PRODUCTS_IDGet information about a specific product.Connection
Get information about a specific product.
Authentication
Connected account requiredTags
List product imagesMAILCHIMP_GET_ECOMMERCE_STORES_ID_PRODUCTS_ID_IMAGESGet information about a product's images.Connection
Get information about a product's images.
Authentication
Connected account requiredTags
Get product image infoMAILCHIMP_GET_ECOMMERCE_STORES_ID_PRODUCTS_ID_IMAGES_IDGet information about a specific product image.Connection
Get information about a specific product image.
Authentication
Connected account requiredTags
List product variantsMAILCHIMP_GET_ECOMMERCE_STORES_ID_PRODUCTS_ID_VARIANTSGet information about a product's variants.Connection
Get information about a product's variants.
Authentication
Connected account requiredTags
Get product variant infoMAILCHIMP_GET_ECOMMERCE_STORES_ID_PRODUCTS_ID_VARIANTS_IDGet information about a specific product variant.Connection
Get information about a specific product variant.
Authentication
Connected account requiredTags
List promo codesMAILCHIMP_GET_ECOMMERCE_STORES_ID_PROMOCODESGet information about a store's promo codes.Connection
Get information about a store's promo codes.
Authentication
Connected account requiredTags
Get promo codeMAILCHIMP_GET_ECOMMERCE_STORES_ID_PROMOCODES_IDGet information about a specific promo code.Connection
Get information about a specific promo code.
Authentication
Connected account requiredTags
List promo rulesMAILCHIMP_GET_ECOMMERCE_STORES_ID_PROMORULESGet information about a store's promo rules.Connection
Get information about a store's promo rules.
Authentication
Connected account requiredTags
Get promo ruleMAILCHIMP_GET_ECOMMERCE_STORES_ID_PROMORULES_IDGet information about a specific promo rule.Connection
Get information about a specific promo rule.
Authentication
Connected account requiredTags
Get facebook ad infoMAILCHIMP_GET_FACEBOOK_ADS_IDGet details of a Facebook ad.Connection
Get details of a Facebook ad.
Authentication
Connected account requiredTags
List stored filesMAILCHIMP_GET_FILE_MANAGER_FILESGet a list of available images and files stored in the File Manager for the account.Connection
Get a list of available images and files stored in the File Manager for the account.
Authentication
Connected account requiredTags
Get fileMAILCHIMP_GET_FILE_MANAGER_FILES_IDGet information about a specific file in the File Manager.Connection
Get information about a specific file in the File Manager.
Authentication
Connected account requiredTags
List foldersMAILCHIMP_GET_FILE_MANAGER_FOLDERSGet a list of all folders in the File Manager.Connection
Get a list of all folders in the File Manager.
Authentication
Connected account requiredTags
List stored filesMAILCHIMP_GET_FILE_MANAGER_FOLDERS_FILESGet a list of available images and files stored in this folder.Connection
Get a list of available images and files stored in this folder.
Authentication
Connected account requiredTags
Get folderMAILCHIMP_GET_FILE_MANAGER_FOLDERS_IDGet information about a specific folder in the File Manager.Connection
Get information about a specific folder in the File Manager.
Authentication
Connected account requiredTags
Get landing page infoMAILCHIMP_GET_LANDING_PAGE_IDGet information about a specific page.Connection
Get information about a specific page.
Authentication
Connected account requiredTags
Get landing page contentMAILCHIMP_GET_LANDING_PAGE_ID_CONTENTGet the the HTML for your landing page.Connection
Get the the HTML for your landing page.
Authentication
Connected account requiredTags
List member tagsMAILCHIMP_GET_LIST_MEMBER_TAGSGet the tags on a list member.Connection
Get the tags on a list member.
Authentication
Connected account requiredTags
Get lists infoMAILCHIMP_GET_LISTSGet information about all lists in the account.Connection
Get information about all lists in the account.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
List abuse reportsMAILCHIMP_GET_LISTS_ID_ABUSE_REPORTSGet all abuse reports for a specific list.Connection
Get all abuse reports for a specific list.
Authentication
Connected account requiredTags
Get abuse reportMAILCHIMP_GET_LISTS_ID_ABUSE_REPORTS_IDGet details about a specific abuse report.Connection
Get details about a specific abuse report.
Authentication
Connected account requiredTags
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.Connection
Get up to the previous 180 days of daily detailed aggregated activity stats for a list, not including Automation activity.
Authentication
Connected account requiredTags
List top email clientsMAILCHIMP_GET_LISTS_ID_CLIENTSGet a list of the top email clients based on user-agent strings.Connection
Get a list of the top email clients based on user-agent strings.
Authentication
Connected account requiredTags
List growth history dataMAILCHIMP_GET_LISTS_ID_GROWTH_HISTORYGet a month-by-month summary of a specific list's growth activity.Connection
Get a month-by-month summary of a specific list's growth activity.
Authentication
Connected account requiredTags
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.Connection
Get a summary of a specific list's growth activity for a specific month and year.
Authentication
Connected account requiredTags
List interest categoriesMAILCHIMP_GET_LISTS_ID_INTEREST_CATEGORIESGet information about a list's interest categories.Connection
Get information about a list's interest categories.
Authentication
Connected account requiredTags
Get interest category infoMAILCHIMP_GET_LISTS_ID_INTEREST_CATEGORIES_IDGet information about a specific interest category.Connection
Get information about a specific interest category.
Authentication
Connected account requiredTags
List interests in categoryMAILCHIMP_GET_LISTS_ID_INTEREST_CATEGORIES_ID_INTERESTSGet a list of this category's interests.Connection
Get a list of this category's interests.
Authentication
Connected account requiredTags
Get interest in categoryMAILCHIMP_GET_LISTS_ID_INTEREST_CATEGORIES_ID_INTERESTS_IDGet interests or 'group names' for a specific category.Connection
Get interests or 'group names' for a specific category.
Authentication
Connected account requiredTags
List locationsMAILCHIMP_GET_LISTS_ID_LOCATIONSGet the locations (countries) that the list's subscribers have been tagged to based on geocoding their IP address.Connection
Get the locations (countries) that the list's subscribers have been tagged to based on geocoding their IP address.
Authentication
Connected account requiredTags
List members infoMAILCHIMP_GET_LISTS_ID_MEMBERSGet information about members in a specific Mailchimp list.Connection
Get information about members in a specific Mailchimp list.
Authentication
Connected account requiredTags
Get member infoMAILCHIMP_GET_LISTS_ID_MEMBERS_IDGet information about a specific list member, including a currently subscribed, unsubscribed, or bounced member.Connection
Get information about a specific list member, including a currently subscribed, unsubscribed, or bounced member.
Authentication
Connected account requiredTags
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.Connection
Get the last 50 events of a member's activity on a specific list, including opens, clicks, and unsubscribes.
Authentication
Connected account requiredTags
View recent activityMAILCHIMP_GET_LISTS_ID_MEMBERS_ID_ACTIVITY_FEEDGet a member's activity on a specific list, including opens, clicks, and unsubscribes.Connection
Get a member's activity on a specific list, including opens, clicks, and unsubscribes.
Authentication
Connected account requiredTags
List member eventsMAILCHIMP_GET_LISTS_ID_MEMBERS_ID_EVENTSGet events for a contact.Connection
Get events for a contact.
Authentication
Connected account requiredTags
List member goal eventsMAILCHIMP_GET_LISTS_ID_MEMBERS_ID_GOALSGet the last 50 Goal events for a member on a specific list.Connection
Get the last 50 Goal events for a member on a specific list.
Authentication
Connected account requiredTags
List recent member notesMAILCHIMP_GET_LISTS_ID_MEMBERS_ID_NOTESGet recent notes for a specific list member.Connection
Get recent notes for a specific list member.
Authentication
Connected account requiredTags
Get member noteMAILCHIMP_GET_LISTS_ID_MEMBERS_ID_NOTES_IDGet a specific note for a specific list member.Connection
Get a specific note for a specific list member.
Authentication
Connected account requiredTags
List merge fieldsMAILCHIMP_GET_LISTS_ID_MERGE_FIELDSGet a list of all merge fields for an audience.Connection
Get a list of all merge fields for an audience.
Authentication
Connected account requiredTags
Get merge fieldMAILCHIMP_GET_LISTS_ID_MERGE_FIELDS_IDGet information about a specific merge field.Connection
Get information about a specific merge field.
Authentication
Connected account requiredTags
Get segment infoMAILCHIMP_GET_LISTS_ID_SEGMENTS_IDGet information about a specific segment.Connection
Get information about a specific segment.
Authentication
Connected account requiredTags
List members in segmentMAILCHIMP_GET_LISTS_ID_SEGMENTS_ID_MEMBERSGet information about members in a saved segment.Connection
Get information about members in a saved segment.
Authentication
Connected account requiredTags
List signup formsMAILCHIMP_GET_LISTS_ID_SIGNUP_FORMSGet signup forms for a specific list.Connection
Get signup forms for a specific list.
Authentication
Connected account requiredTags
Get information about all surveys for a listMAILCHIMP_GET_LISTS_ID_SURVEYSGet information about all available surveys for a specific list.Connection
Get information about all available surveys for a specific list.
Authentication
Connected account requiredTags
Get surveyMAILCHIMP_GET_LISTS_ID_SURVEYS_IDGet details about a specific survey.Connection
Get details about a specific survey.
Authentication
Connected account requiredTags
List webhooksMAILCHIMP_GET_LISTS_ID_WEBHOOKSGet information about all webhooks for a specific list.Connection
Get information about all webhooks for a specific list.
Authentication
Connected account requiredTags
Get webhook infoMAILCHIMP_GET_LISTS_ID_WEBHOOKS_IDGet information about a specific webhook.Connection
Get information about a specific webhook.
Authentication
Connected account requiredTags
PingMAILCHIMP_GET_PINGA health check for the API that won't return any account-specific information.Connection
A health check for the API that won't return any account-specific information.
Authentication
Connected account requiredTags
List facebook ads reportsMAILCHIMP_GET_REPORTING_FACEBOOK_ADSGet reports of Facebook ads.Connection
Get reports of Facebook ads.
Authentication
Connected account requiredTags
Get facebook ad reportMAILCHIMP_GET_REPORTING_FACEBOOK_ADS_IDGet report of a Facebook ad.Connection
Get report of a Facebook ad.
Authentication
Connected account requiredTags
List facebook ecommerce reportMAILCHIMP_GET_REPORTING_FACEBOOK_ADS_ID_ECOMMERCE_PRODUCT_ACTIVITYGet breakdown of product activity for an outreach.Connection
Get breakdown of product activity for an outreach.
Authentication
Connected account requiredTags
List landing pages reportsMAILCHIMP_GET_REPORTING_LANDING_PAGESGet reports of landing pages.Connection
Get reports of landing pages.
Authentication
Connected account requiredTags
Get landing page reportMAILCHIMP_GET_REPORTING_LANDING_PAGES_IDGet report of a landing page.Connection
Get report of a landing page.
Authentication
Connected account requiredTags
List survey reportsMAILCHIMP_GET_REPORTING_SURVEYSGet reports for surveys.Connection
Get reports for surveys.
Authentication
Connected account requiredTags
Get survey reportMAILCHIMP_GET_REPORTING_SURVEYS_IDGet report for a survey.Connection
Get report for a survey.
Authentication
Connected account requiredTags
List survey question reportsMAILCHIMP_GET_REPORTING_SURVEYS_ID_QUESTIONSGet reports for survey questions.Connection
Get reports for survey questions.
Authentication
Connected account requiredTags
Get survey question reportMAILCHIMP_GET_REPORTING_SURVEYS_ID_QUESTIONS_IDGet report for a survey question.Connection
Get report for a survey question.
Authentication
Connected account requiredTags
List answers for questionMAILCHIMP_GET_REPORTING_SURVEYS_ID_QUESTIONS_ID_ANSWERSGet answers for a survey question.Connection
Get answers for a survey question.
Authentication
Connected account requiredTags
List survey responsesMAILCHIMP_GET_REPORTING_SURVEYS_ID_RESPONSESGet responses to a survey.Connection
Get responses to a survey.
Authentication
Connected account requiredTags
Get survey responseMAILCHIMP_GET_REPORTING_SURVEYS_ID_RESPONSES_IDGet a single survey response.Connection
Get a single survey response.
Authentication
Connected account requiredTags
List campaign reportsMAILCHIMP_GET_REPORTSGet campaign reports.Connection
Get campaign reports.
Authentication
Connected account requiredTags
Get campaign reportMAILCHIMP_GET_REPORTS_IDGet report details for a specific sent campaign.Connection
Get report details for a specific sent campaign.
Authentication
Connected account requiredTags
List abuse reportsMAILCHIMP_GET_REPORTS_ID_ABUSE_REPORTS_IDGet a list of abuse complaints for a specific campaign.Connection
Get a list of abuse complaints for a specific campaign.
Authentication
Connected account requiredTags
Get abuse reportMAILCHIMP_GET_REPORTS_ID_ABUSE_REPORTS_ID_IDGet information about a specific abuse report for a campaign.Connection
Get information about a specific abuse report for a campaign.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
List campaign detailsMAILCHIMP_GET_REPORTS_ID_CLICK_DETAILSGet information about clicks on specific links in your Mailchimp campaigns.Connection
Get information about clicks on specific links in your Mailchimp campaigns.
Authentication
Connected account requiredTags
Get campaign link detailsMAILCHIMP_GET_REPORTS_ID_CLICK_DETAILS_IDGet click details for a specific link in a campaign.Connection
Get click details for a specific link in a campaign.
Authentication
Connected account requiredTags
List clicked link subscribersMAILCHIMP_GET_REPORTS_ID_CLICK_DETAILS_ID_MEMBERSGet information about list members who clicked on a specific link in a campaign.Connection
Get information about list members who clicked on a specific link in a campaign.
Authentication
Connected account requiredTags
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.Connection
Get information about a specific subscriber who clicked a link in a specific campaign.
Authentication
Connected account requiredTags
List domain performance statsMAILCHIMP_GET_REPORTS_ID_DOMAIN_PERFORMANCEGet statistics for the top-performing email domains in a campaign.Connection
Get statistics for the top-performing email domains in a campaign.
Authentication
Connected account requiredTags
List campaign product activityMAILCHIMP_GET_REPORTS_ID_ECOMMERCE_PRODUCT_ACTIVITYGet breakdown of product activity for a campaignConnection
Get breakdown of product activity for a campaign
Authentication
Connected account requiredTags
List EepURL activityMAILCHIMP_GET_REPORTS_ID_EEPURLGet a summary of social activity for the campaign, tracked by EepURL.Connection
Get a summary of social activity for the campaign, tracked by EepURL.
Authentication
Connected account requiredTags
List email activityMAILCHIMP_GET_REPORTS_ID_EMAIL_ACTIVITYGet a list of member's subscriber activity in a specific campaign.Connection
Get a list of member's subscriber activity in a specific campaign.
Authentication
Connected account requiredTags
Get subscriber email activityMAILCHIMP_GET_REPORTS_ID_EMAIL_ACTIVITY_IDGet a specific list member's activity in a campaign including opens, clicks, and bounces.Connection
Get a specific list member's activity in a campaign including opens, clicks, and bounces.
Authentication
Connected account requiredTags
List top open activitiesMAILCHIMP_GET_REPORTS_ID_LOCATIONSGet top open locations for a specific campaign.Connection
Get top open locations for a specific campaign.
Authentication
Connected account requiredTags
List campaign open detailsMAILCHIMP_GET_REPORTS_ID_OPEN_DETAILSGet detailed information about any campaign emails that were opened by a list member.Connection
Get detailed information about any campaign emails that were opened by a list member.
Authentication
Connected account requiredTags
Get opened campaign subscriberMAILCHIMP_GET_REPORTS_ID_OPEN_DETAILS_ID_MEMBERS_IDGet information about a specific subscriber who opened a campaign.Connection
Get information about a specific subscriber who opened a campaign.
Authentication
Connected account requiredTags
List campaign recipientsMAILCHIMP_GET_REPORTS_ID_SENT_TOGet information about campaign recipients.Connection
Get information about campaign recipients.
Authentication
Connected account requiredTags
Get campaign recipient infoMAILCHIMP_GET_REPORTS_ID_SENT_TO_IDGet information about a specific campaign recipient.Connection
Get information about a specific campaign recipient.
Authentication
Connected account requiredTags
List child campaign reportsMAILCHIMP_GET_REPORTS_ID_SUB_REPORTS_IDGet a list of reports with child campaigns for a specific parent campaign.Connection
Get a list of reports with child campaigns for a specific parent campaign.
Authentication
Connected account requiredTags
List unsubscribed membersMAILCHIMP_GET_REPORTS_ID_UNSUBSCRIBEDGet information about members who have unsubscribed from a specific campaign.Connection
Get information about members who have unsubscribed from a specific campaign.
Authentication
Connected account requiredTags
Get unsubscribed memberMAILCHIMP_GET_REPORTS_ID_UNSUBSCRIBED_IDGet information about a specific list member who unsubscribed from a campaign.Connection
Get information about a specific list member who unsubscribed from a campaign.
Authentication
Connected account requiredTags
List api root resourcesMAILCHIMP_GET_ROOTGet links to all other resources available in the API.Connection
Get links to all other resources available in the API.
Authentication
Connected account requiredTags
Search campaignsMAILCHIMP_GET_SEARCH_CAMPAIGNSSearch all campaigns for the specified query terms.Connection
Search all campaigns for the specified query terms.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
List SMS campaignsMAILCHIMP_GET_SMS_CAMPAIGNSGet all SMS campaigns in an account.Connection
Get all SMS campaigns in an account.
Authentication
Connected account requiredTags
Get SMS campaign infoMAILCHIMP_GET_SMS_CAMPAIGNS_IDGet information about a specific SMS campaign.Connection
Get information about a specific SMS campaign.
Authentication
Connected account requiredTags
Get SMS campaign contentMAILCHIMP_GET_SMS_CAMPAIGNS_ID_CONTENTGet the content for an SMS campaign.Connection
Get the content for an SMS campaign.
Authentication
Connected account requiredTags
List template foldersMAILCHIMP_GET_TEMPLATE_FOLDERSGet all folders used to organize templates.Connection
Get all folders used to organize templates.
Authentication
Connected account requiredTags
Get template folderMAILCHIMP_GET_TEMPLATE_FOLDERS_IDGet information about a specific folder used to organize templates.Connection
Get information about a specific folder used to organize templates.
Authentication
Connected account requiredTags
List templatesMAILCHIMP_GET_TEMPLATESGet a list of an account's available templates.Connection
Get a list of an account's available templates.
Authentication
Connected account requiredTags
Get template infoMAILCHIMP_GET_TEMPLATES_IDGet information about a specific template.Connection
Get information about a specific template.
Authentication
Connected account requiredTags
View default contentMAILCHIMP_GET_TEMPLATES_ID_DEFAULT_CONTENTGet the sections that you can edit in a template, including each section's default content.Connection
Get the sections that you can edit in a template, including each section's default content.
Authentication
Connected account requiredTags
Get domain infoMAILCHIMP_GET_VERIFIED_DOMAINGet the details for a single domain on the account.Connection
Get the details for a single domain on the account.
Authentication
Connected account requiredTags
List sending domainsMAILCHIMP_GET_VERIFIED_DOMAINSGet all of the sending domains on the account.Connection
Get all of the sending domains on the account.
Authentication
Connected account requiredTags
Update ContactMAILCHIMP_PATCH_AUDIENCE_CONTACTUpdate an existing omni-channel contact.Connection
Update an existing omni-channel contact.
Authentication
Connected account requiredTags
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.Connection
Update settings for a classic automation workflow email. Only works with workflows of type: abandonedBrowse, abandonedCart, emailFollowup, or singleWelcome.
Authentication
Connected account requiredTags
Update batch webhookMAILCHIMP_PATCH_BATCH_WEBHOOKSUpdate a webhook that will fire whenever any batch request completes processing.Connection
Update a webhook that will fire whenever any batch request completes processing.
Authentication
Connected account requiredTags
Update campaign folderMAILCHIMP_PATCH_CAMPAIGN_FOLDERS_IDUpdate a specific folder used to organize campaigns.Connection
Update a specific folder used to organize campaigns.
Authentication
Connected account requiredTags
Update campaign settingsMAILCHIMP_PATCH_CAMPAIGNS_IDUpdate some or all of the settings for a specific campaign.Connection
Update some or all of the settings for a specific campaign.
Authentication
Connected account requiredTags
Update campaign feedback messageMAILCHIMP_PATCH_CAMPAIGNS_ID_FEEDBACK_IDUpdate a specific feedback message for a campaign.Connection
Update a specific feedback message for a campaign.
Authentication
Connected account requiredTags
Update storeMAILCHIMP_PATCH_ECOMMERCE_STORES_IDUpdate a store.Connection
Update a store.
Authentication
Connected account requiredTags
Update cartMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_CARTS_IDUpdate a specific cart.Connection
Update a specific cart.
Authentication
Connected account requiredTags
Update cart line itemMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_CARTS_ID_LINES_IDUpdate a specific cart line item.Connection
Update a specific cart line item.
Authentication
Connected account requiredTags
Update customerMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_CUSTOMERS_IDUpdate a customer.Connection
Update a customer.
Authentication
Connected account requiredTags
Update orderMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_ORDERS_IDUpdate a specific order.Connection
Update a specific order.
Authentication
Connected account requiredTags
Update order line itemMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_ORDERS_ID_LINES_IDUpdate a specific order line item.Connection
Update a specific order line item.
Authentication
Connected account requiredTags
Update productMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_PRODUCTS_IDUpdate a specific product.Connection
Update a specific product.
Authentication
Connected account requiredTags
Update product imageMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_PRODUCTS_ID_IMAGES_IDUpdate a product image.Connection
Update a product image.
Authentication
Connected account requiredTags
Update product variantMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_PRODUCTS_ID_VARIANTS_IDUpdate a product variant.Connection
Update a product variant.
Authentication
Connected account requiredTags
Update promo codeMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_PROMOCODES_IDUpdate a promo code.Connection
Update a promo code.
Authentication
Connected account requiredTags
Update promo ruleMAILCHIMP_PATCH_ECOMMERCE_STORES_ID_PROMORULES_IDUpdate a promo rule.Connection
Update a promo rule.
Authentication
Connected account requiredTags
Update fileMAILCHIMP_PATCH_FILE_MANAGER_FILES_IDUpdate a file in the File Manager.Connection
Update a file in the File Manager.
Authentication
Connected account requiredTags
Update folderMAILCHIMP_PATCH_FILE_MANAGER_FOLDERS_IDUpdate a specific File Manager folder.Connection
Update a specific File Manager folder.
Authentication
Connected account requiredTags
Update landing pageMAILCHIMP_PATCH_LANDING_PAGE_IDUpdate a landing page.Connection
Update a landing page.
Authentication
Connected account requiredTags
Update listsMAILCHIMP_PATCH_LISTS_IDUpdate the settings for a specific list.Connection
Update the settings for a specific list.
Authentication
Connected account requiredTags
Update interest categoryMAILCHIMP_PATCH_LISTS_ID_INTEREST_CATEGORIES_IDUpdate a specific interest category.Connection
Update a specific interest category.
Authentication
Connected account requiredTags
Update interest in categoryMAILCHIMP_PATCH_LISTS_ID_INTEREST_CATEGORIES_ID_INTERESTS_IDUpdate interests or 'group names' for a specific category.Connection
Update interests or 'group names' for a specific category.
Authentication
Connected account requiredTags
Update list memberMAILCHIMP_PATCH_LISTS_ID_MEMBERS_IDUpdate information for a specific list member.Connection
Update information for a specific list member.
Authentication
Connected account requiredTags
Update noteMAILCHIMP_PATCH_LISTS_ID_MEMBERS_ID_NOTES_IDUpdate a specific note for a specific list member.Connection
Update a specific note for a specific list member.
Authentication
Connected account requiredTags
Update merge fieldMAILCHIMP_PATCH_LISTS_ID_MERGE_FIELDS_IDUpdate a specific merge field.Connection
Update a specific merge field.
Authentication
Connected account requiredTags
Update segmentMAILCHIMP_PATCH_LISTS_ID_SEGMENTS_IDUpdate a specific segment in a list.Connection
Update a specific segment in a list.
Authentication
Connected account requiredTags
Update webhookMAILCHIMP_PATCH_LISTS_ID_WEBHOOKS_IDUpdate the settings for an existing webhook.Connection
Update the settings for an existing webhook.
Authentication
Connected account requiredTags
Update SMS campaign settingsMAILCHIMP_PATCH_SMS_CAMPAIGNS_IDUpdate some or all of the settings for a specific SMS campaign.Connection
Update some or all of the settings for a specific SMS campaign.
Authentication
Connected account requiredTags
Update template folderMAILCHIMP_PATCH_TEMPLATE_FOLDERS_IDUpdate a specific folder used to organize templates.Connection
Update a specific folder used to organize templates.
Authentication
Connected account requiredTags
Update templateMAILCHIMP_PATCH_TEMPLATES_IDUpdate the name, HTML, or `folder_id` of an existing template.Connection
Update the name, HTML, or `folder_id` of an existing template.
Authentication
Connected account requiredTags
Add exportMAILCHIMP_POST_ACCOUNT_EXPORTCreate a new account export in your Mailchimp account.Connection
Create a new account export in your Mailchimp account.
Authentication
Connected account requiredTags
Add landing pageMAILCHIMP_POST_ALL_LANDING_PAGESCreate an unpublished and contentless Mailchimp landing page.Connection
Create an unpublished and contentless Mailchimp landing page.
Authentication
Connected account requiredTags
Archive ContactMAILCHIMP_POST_AUDIENCES_CONTACTS_ACTIONS_ARCHIVEArchives a Contact.Connection
Archives a Contact.
Authentication
Connected account requiredTags
Forget ContactMAILCHIMP_POST_AUDIENCES_CONTACTS_ACTIONS_FORGETForgets a Contact.Connection
Forgets a Contact.
Authentication
Connected account requiredTags
Add automationMAILCHIMP_POST_AUTOMATIONSCreate a new classic automation in your Mailchimp account.Connection
Create a new classic automation in your Mailchimp account.
Authentication
Connected account requiredTags
Pause automation emailsMAILCHIMP_POST_AUTOMATIONS_ID_ACTIONS_PAUSE_ALL_EMAILSPause all emails in a specific classic automation workflow.Connection
Pause all emails in a specific classic automation workflow.
Authentication
Connected account requiredTags
Start automation emailsMAILCHIMP_POST_AUTOMATIONS_ID_ACTIONS_START_ALL_EMAILSStart all emails in a classic automation workflow.Connection
Start all emails in a classic automation workflow.
Authentication
Connected account requiredTags
Pause automated emailMAILCHIMP_POST_AUTOMATIONS_ID_EMAILS_ID_ACTIONS_PAUSEPause an automated email.Connection
Pause an automated email.
Authentication
Connected account requiredTags
Start automated emailMAILCHIMP_POST_AUTOMATIONS_ID_EMAILS_ID_ACTIONS_STARTStart an automated email.Connection
Start an automated email.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Start batch operationMAILCHIMP_POST_BATCHESBegin processing a batch operations request.Connection
Begin processing a batch operations request.
Authentication
Connected account requiredTags
Add campaign folderMAILCHIMP_POST_CAMPAIGN_FOLDERSCreate a new campaign folder.Connection
Create a new campaign folder.
Authentication
Connected account requiredTags
Add campaignMAILCHIMP_POST_CAMPAIGNSCreate a new Mailchimp campaign.Connection
Create a new Mailchimp campaign.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
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 requiredTags
Pause rss campaignMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_PAUSEPause an RSS-Driven campaign.Connection
Pause an RSS-Driven campaign.
Authentication
Connected account requiredTags
Replicate campaignMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_REPLICATEReplicate a campaign in saved or send status.Connection
Replicate a campaign in saved or send status.
Authentication
Connected account requiredTags
Resume rss campaignMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_RESUMEResume an RSS-Driven campaign.Connection
Resume an RSS-Driven campaign.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
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.Connection
Send a Mailchimp campaign. For RSS Campaigns, the campaign will send according to its schedule. All other campaigns will send immediately.
Authentication
Connected account requiredTags
Send test emailMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_TESTSend a test email.Connection
Send a test email.
Authentication
Connected account requiredTags
Unschedule campaignMAILCHIMP_POST_CAMPAIGNS_ID_ACTIONS_UNSCHEDULEUnschedule a scheduled campaign that hasn't started sending.Connection
Unschedule a scheduled campaign that hasn't started sending.
Authentication
Connected account requiredTags
Add campaign feedbackMAILCHIMP_POST_CAMPAIGNS_ID_FEEDBACKAdd feedback on a specific campaign.Connection
Add feedback on a specific campaign.
Authentication
Connected account requiredTags
Add connected siteMAILCHIMP_POST_CONNECTED_SITESCreate a new Mailchimp connected site.Connection
Create a new Mailchimp connected site.
Authentication
Connected account requiredTags
Disable pixel for connected siteMAILCHIMP_POST_CONNECTED_SITES_ID_ACTIONS_DISABLE_PIXELDisable the Mailchimp tracking pixel for a connected site.Connection
Disable the Mailchimp tracking pixel for a connected site.
Authentication
Connected account requiredTags
Enable pixel for connected siteMAILCHIMP_POST_CONNECTED_SITES_ID_ACTIONS_ENABLE_PIXELEnable the Mailchimp tracking pixel for a connected site.Connection
Enable the Mailchimp tracking pixel for a connected site.
Authentication
Connected account requiredTags
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.Connection
Verify that the connected sites script has been installed, either via the script URL or fragment.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Add storeMAILCHIMP_POST_ECOMMERCE_STORESAdd a new store to your Mailchimp account.Connection
Add a new store to your Mailchimp account.
Authentication
Connected account requiredTags
Add cartMAILCHIMP_POST_ECOMMERCE_STORES_ID_CARTSAdd a new cart to a store.Connection
Add a new cart to a store.
Authentication
Connected account requiredTags
Add cart line itemMAILCHIMP_POST_ECOMMERCE_STORES_ID_CARTS_ID_LINESAdd a new line item to an existing cart.Connection
Add a new line item to an existing cart.
Authentication
Connected account requiredTags
Add customerMAILCHIMP_POST_ECOMMERCE_STORES_ID_CUSTOMERSAdd a new customer to a store.Connection
Add a new customer to a store.
Authentication
Connected account requiredTags
Add orderMAILCHIMP_POST_ECOMMERCE_STORES_ID_ORDERSAdd a new order to a store.Connection
Add a new order to a store.
Authentication
Connected account requiredTags
Add order line itemMAILCHIMP_POST_ECOMMERCE_STORES_ID_ORDERS_ID_LINESAdd a new line item to an existing order.Connection
Add a new line item to an existing order.
Authentication
Connected account requiredTags
Add productMAILCHIMP_POST_ECOMMERCE_STORES_ID_PRODUCTSAdd a new product to a store.Connection
Add a new product to a store.
Authentication
Connected account requiredTags
Add product imageMAILCHIMP_POST_ECOMMERCE_STORES_ID_PRODUCTS_ID_IMAGESAdd a new image to the product.Connection
Add a new image to the product.
Authentication
Connected account requiredTags
Add product variantMAILCHIMP_POST_ECOMMERCE_STORES_ID_PRODUCTS_ID_VARIANTSAdd a new variant to the product.Connection
Add a new variant to the product.
Authentication
Connected account requiredTags
Add promo codeMAILCHIMP_POST_ECOMMERCE_STORES_ID_PROMOCODESAdd a new promo code to a store.Connection
Add a new promo code to a store.
Authentication
Connected account requiredTags
Add promo ruleMAILCHIMP_POST_ECOMMERCE_STORES_ID_PROMORULESAdd a new promo rule to a store.Connection
Add a new promo rule to a store.
Authentication
Connected account requiredTags
Add fileMAILCHIMP_POST_FILE_MANAGER_FILESUpload a new image or file to the File Manager.Connection
Upload a new image or file to the File Manager.
Authentication
Connected account requiredTags
Add folderMAILCHIMP_POST_FILE_MANAGER_FOLDERSCreate a new folder in the File Manager.Connection
Create a new folder in the File Manager.
Authentication
Connected account requiredTags
Publish landing pageMAILCHIMP_POST_LANDING_PAGE_ID_ACTIONS_PUBLISHPublish a landing page that is in draft, unpublished, or has been previously published and edited.Connection
Publish a landing page that is in draft, unpublished, or has been previously published and edited.
Authentication
Connected account requiredTags
Unpublish landing pageMAILCHIMP_POST_LANDING_PAGE_ID_ACTIONS_UNPUBLISHUnpublish a landing page that is in draft or has been published.Connection
Unpublish a landing page that is in draft or has been published.
Authentication
Connected account requiredTags
Add eventMAILCHIMP_POST_LIST_MEMBER_EVENTSAdd an event for a list member.Connection
Add an event for a list member.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Add listMAILCHIMP_POST_LISTSCreate a new list in your Mailchimp account.Connection
Create a new list in your Mailchimp account.
Authentication
Connected account requiredTags
Batch subscribe or unsubscribeMAILCHIMP_POST_LISTS_IDBatch subscribe or unsubscribe list members.Connection
Batch subscribe or unsubscribe list members.
Authentication
Connected account requiredTags
Add interest categoryMAILCHIMP_POST_LISTS_ID_INTEREST_CATEGORIESCreate a new interest category.Connection
Create a new interest category.
Authentication
Connected account requiredTags
Add interest in categoryMAILCHIMP_POST_LISTS_ID_INTEREST_CATEGORIES_ID_INTERESTSCreate a new interest or 'group name' for a specific category.Connection
Create a new interest or 'group name' for a specific category.
Authentication
Connected account requiredTags
Add member to listMAILCHIMP_POST_LISTS_ID_MEMBERSAdd a new member to the list.Connection
Add a new member to the list.
Authentication
Connected account requiredTags
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.Connection
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 requiredTags
Add member noteMAILCHIMP_POST_LISTS_ID_MEMBERS_ID_NOTESAdd a new note for a specific subscriber.Connection
Add a new note for a specific subscriber.
Authentication
Connected account requiredTags
Add merge fieldMAILCHIMP_POST_LISTS_ID_MERGE_FIELDSAdd a new merge field for a specific audience.Connection
Add a new merge field for a specific audience.
Authentication
Connected account requiredTags
Add segmentMAILCHIMP_POST_LISTS_ID_SEGMENTSCreate a new segment in a specific list.Connection
Create a new segment in a specific list.
Authentication
Connected account requiredTags
Batch add or remove membersMAILCHIMP_POST_LISTS_ID_SEGMENTS_IDBatch add/remove list members to static segmentConnection
Batch add/remove list members to static segment
Authentication
Connected account requiredTags
Add member to segmentMAILCHIMP_POST_LISTS_ID_SEGMENTS_ID_MEMBERSAdd a member to a static segment.Connection
Add a member to a static segment.
Authentication
Connected account requiredTags
Customize signup formMAILCHIMP_POST_LISTS_ID_SIGNUP_FORMSCustomize a list's default signup form.Connection
Customize a list's default signup form.
Authentication
Connected account requiredTags
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.Connection
Utilize the List ID and Survey ID to generate a Campaign that links to your survey.
Authentication
Connected account requiredTags
Publish a SurveyMAILCHIMP_POST_LISTS_ID_SURVEYS_ID_ACTIONS_PUBLISHPublish a survey that is in draft, unpublished, or has been previously published and edited.Connection
Publish a survey that is in draft, unpublished, or has been previously published and edited.
Authentication
Connected account requiredTags
Unpublish a SurveyMAILCHIMP_POST_LISTS_ID_SURVEYS_ID_ACTIONS_UNPUBLISHUnpublish a survey that has been published.Connection
Unpublish a survey that has been published.
Authentication
Connected account requiredTags
Add webhookMAILCHIMP_POST_LISTS_ID_WEBHOOKSCreate a new webhook for a specific list.Connection
Create a new webhook for a specific list.
Authentication
Connected account requiredTags
Add SMS campaignMAILCHIMP_POST_SMS_CAMPAIGNSCreate a new SMS campaign.Connection
Create a new SMS campaign.
Authentication
Connected account requiredTags
Cancel SMS campaign sendMAILCHIMP_POST_SMS_CAMPAIGNS_ID_ACTIONS_CANCEL_SENDCancel a scheduled or sending SMS campaign.Connection
Cancel a scheduled or sending SMS campaign.
Authentication
Connected account requiredTags
Schedule SMS campaignMAILCHIMP_POST_SMS_CAMPAIGNS_ID_ACTIONS_SCHEDULESchedule an SMS campaign to send at a specific time.Connection
Schedule an SMS campaign to send at a specific time.
Authentication
Connected account requiredTags
Send SMS campaignMAILCHIMP_POST_SMS_CAMPAIGNS_ID_ACTIONS_SENDSend an SMS campaign.Connection
Send an SMS campaign.
Authentication
Connected account requiredTags
Add template folderMAILCHIMP_POST_TEMPLATE_FOLDERSCreate a new template folder.Connection
Create a new template folder.
Authentication
Connected account requiredTags
Add templateMAILCHIMP_POST_TEMPLATESCreate a new template for the account. Only Classic templates are supported.Connection
Create a new template for the account. Only Classic templates are supported.
Authentication
Connected account requiredTags
List segmentsMAILCHIMP_PREVIEW_ASEGMENTGet information about all available segments for a specific list.Connection
Get information about all available segments for a specific list.
Authentication
Connected account requiredTags
Set campaign contentMAILCHIMP_PUT_CAMPAIGNS_ID_CONTENTSet the content for a campaign.Connection
Set the content for a campaign.
Authentication
Connected account requiredTags
Add or update customerMAILCHIMP_PUT_ECOMMERCE_STORES_ID_CUSTOMERS_IDAdd or update a customer.Connection
Add or update a customer.
Authentication
Connected account requiredTags
Add or update orderMAILCHIMP_PUT_ECOMMERCE_STORES_ID_ORDERS_IDAdd or update an order.Connection
Add or update an order.
Authentication
Connected account requiredTags
Create or update productMAILCHIMP_PUT_ECOMMERCE_STORES_ID_PRODUCTS_IDUpdate a specific product.Connection
Update a specific product.
Authentication
Connected account requiredTags
Add or update product variantMAILCHIMP_PUT_ECOMMERCE_STORES_ID_PRODUCTS_ID_VARIANTS_IDAdd or update a product variant.Connection
Add or update a product variant.
Authentication
Connected account requiredTags
Add or update list memberMAILCHIMP_PUT_LISTS_ID_MEMBERS_IDAdd or update a list member.Connection
Add or update a list member.
Authentication
Connected account requiredTags
Set SMS campaign contentMAILCHIMP_PUT_SMS_CAMPAIGNS_ID_CONTENTSet the content for an SMS campaign.Connection
Set the content for an SMS campaign.
Authentication
Connected account requiredTags
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.Connection
Search for tags on a list by name. If no name is provided, will return all tags on the list.
Authentication
Connected account requiredTags
Verify domainMAILCHIMP_VERIFY_DOMAINVerify a domain for sending.Connection
Verify a domain for sending.
Authentication
Connected account requiredTags