# ActiveCampaign — how to use (mcp.ai)

Connect your ActiveCampaign account and use 298 tools for marketing automation straight from your AI agent. Connect with your own API key. ActiveCampaign is a marketing automation and CRM platform enabling businesses to manage email campaigns, sales pipelines, and customer segmentation to boost engagement and drive growth.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_active_campaign?ms=1787295900000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `active_campaign_add_browse_session_cart`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/active_campaign`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/active_campaign/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/active_campaign/add/browse/session/cart` — Set a browse session to have addedToCart flag set to true in ActiveCampaign. This action updates an existing browse session or creates a new one with the addedToCart flag enabled for the specified ema
  - body: { email: string, legacy_connection_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/add/contact/note` — Add a note to a contact in ActiveCampaign. The note will be associated with a contact as a subscriber type. The tool will first find the contact ID using the provided email address and then create the
  - body: { note: string, contact_email: string }
- `POST https://api.mcp.ai/api/active_campaign/add/contact/to/automation` — Adds an existing ActiveCampaign contact to a specific automation workflow. This action enrolls a contact in an automation by their email address. The contact must already exist in ActiveCampaign, and 
  - body: { automation_id: string, contact_email: string }
- `POST https://api.mcp.ai/api/active_campaign/add/contact/to/list` — Tool to add a contact to a list in ActiveCampaign. Use when you need to subscribe or unsubscribe a contact to/from a specific list using their IDs.
  - body: { list: integer, status: integer, contact: integer }
- `POST https://api.mcp.ai/api/active_campaign/add/custom/field` — Tool to add a new custom field in ActiveCampaign. Use when you need to create a custom contact field to store additional information like industry, company size, or other custom data points. Supports 
  - body: { cols?: integer, rows?: integer, type: string, group?: integer, title: string, options?: object[], perstag?: string, visible?: integer, descript?: string, ordernum?: integer, isrequired?: integer, show_in_list?: integer }
- `POST https://api.mcp.ai/api/active_campaign/add/custom/field/options` — Tool to add custom field options in bulk to ActiveCampaign. Use when you need to create multiple options for dropdown, radio, checkbox, or listbox custom fields. The field must already exist before ad
  - body: { fieldOptions: object[] }
- `POST https://api.mcp.ai/api/active_campaign/add/custom/field/to/field/group` — Tool to add a custom field to a field group in ActiveCampaign. Use when you need to associate a custom field with a display group to organize related fields together on contact or deal pages.
  - body: { rel_id: integer, group_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/add/domain/to/white/list` — Add a domain to ActiveCampaign's site tracking whitelist. Use this to enable site tracking functionality for specific domains in your ActiveCampaign account. This action registers a domain that is all
  - body: { domain_name: string }
- `POST https://api.mcp.ai/api/active_campaign/add/field/relationship` — Add a field relationship in ActiveCampaign. Use this to associate a custom field with a list or other entity, enabling the field to be used within that context.
  - body: { field: integer, relid: integer }
- `POST https://api.mcp.ai/api/active_campaign/add/secondary/contact/to/deal` — Adds a secondary contact to an existing deal in ActiveCampaign. Secondary contacts are additional team members associated with a deal beyond the primary contact. You can optionally specify a job title
  - body: { deal_id: integer, job_title?: string, contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/add/tag/to/contact` — Tool to add a tag to a contact in ActiveCampaign. Use when you need to directly associate a tag with a contact using their IDs. Both contact ID and tag ID must already exist.
  - body: { tag: string, contact: string }
- `POST https://api.mcp.ai/api/active_campaign/create/a/deal/note` — Tool to create a note for a specific deal in ActiveCampaign. Use when you need to add documentation, comments, or important information to a deal record.
  - body: { id: string, note: string }
- `POST https://api.mcp.ai/api/active_campaign/create/a/tag2` — Tool to create a new tag in ActiveCampaign with explicit tag type specification. Use when you need to create a tag with a specific type (contact or template).
  - body: { tag: string, tag_type: string, description?: string }
- `POST https://api.mcp.ai/api/active_campaign/create/account` — Creates a new account in ActiveCampaign. An account represents a business or organization that you want to track in your CRM. Each account must have a unique name. Required: account name Optional: acc
  - body: { name: string, owner?: integer, fields?: object[], accountUrl?: string }
- `POST https://api.mcp.ai/api/active_campaign/create/account/contacts` — Tool to create a new account-contact association in ActiveCampaign. Use when you need to link an existing contact to an existing account, optionally specifying the contact's job title at that account.
  - body: { account: integer, contact: integer, jobTitle?: string }
- `POST https://api.mcp.ai/api/active_campaign/create/account/custom/field/data` — Creates a custom field value for an account in ActiveCampaign. Use when you need to set or add a custom field value to an existing account. Requires the account ID and custom field ID.
  - body: { fieldValue: string|integer|string[], customFieldId: integer, fieldCurrency?: string, customerAccountId: integer }
- `POST https://api.mcp.ai/api/active_campaign/create/account/custom/field/meta` — Tool to create a new account custom field metadata in ActiveCampaign. Use when you need to define a new custom field for accounts. After creating the field, you must call the Add Custom Field to Field
  - body: { accountCustomFieldMetum: object }
- `POST https://api.mcp.ai/api/active_campaign/create/account/note` — Tool to create a new note for an account in ActiveCampaign. Use when you need to add notes or comments to a specific account. The note will be associated with the account specified by the account ID.
  - body: { id: string, note: object }
- `POST https://api.mcp.ai/api/active_campaign/create/address` — Tool to create a new address in ActiveCampaign. Use when you need to add a company address for campaigns, forms, or other communications. Requires company name, primary address, and country code.
  - body: { zip?: string, city?: string, state?: string, country: string, allgroup?: string, district?: string, address_1: string, address_2?: string, company_name: string }
- `POST https://api.mcp.ai/api/active_campaign/create/an/order` — Tool to create an e-commerce order in ActiveCampaign. Use when you need to record a purchase or transaction for e-commerce tracking and automation triggers.
  - body: { email: string, source?: integer, currency: string, orderUrl?: string, orderDate?: string, taxAmount?: integer, customerid: integer, externalid: string, totalPrice: integer, orderNumber?: string, connectionid: integer, abandonedDate?: string, orderProducts: object[], discountAmount?: integer, shippingAmount?: integer, shippingMethod?: string, externalcheckoutid?: string, externalCreatedDate: string, externalUpdatedDate?: string }
- `POST https://api.mcp.ai/api/active_campaign/create/bulk/account/custom/field/data` — Tool to bulk create custom field values for accounts in ActiveCampaign. Use when you need to set multiple custom field values across one or more accounts in a single request. Note: This endpoint updat
  - body: { accountCustomFieldData: object[] }
- `POST https://api.mcp.ai/api/active_campaign/create/calendars` — Tool to create a new calendar feed in ActiveCampaign. Use when you need to create a calendar feed that syncs with external calendar applications like Google Calendar or Outlook.
  - body: { type: string, title: string, notification: integer }
- `POST https://api.mcp.ai/api/active_campaign/create/campaign` — Tool to create a new campaign in ActiveCampaign. Use when you need to create a broadcast email campaign or automation campaign.
  - body: { name: string, type: string }
- `POST https://api.mcp.ai/api/active_campaign/create/child/schema` — Tool to create a child schema in ActiveCampaign. Use when you need to create a child schema for a parent schema. Parent/child schemas allow multiple customers to share the same schema, useful for rese
  - body: { parent_schema_id: string }
- `POST https://api.mcp.ai/api/active_campaign/create/connection` — Tool to create a new connection in ActiveCampaign. Use when you need to establish a link between an ActiveCampaign account and an external service or application.
  - body: { name: string, linkUrl: string, logoUrl: string, service: string, externalid: string }
- `POST https://api.mcp.ai/api/active_campaign/create/contact/task` — Create a task associated with a contact in ActiveCampaign. This action allows you to create a new task that will be associated with a specific contact in your ActiveCampaign account. The task can incl
  - body: { note?: string, edate?: string, relid: integer, title?: string, status?: integer, duedate: string, assignee?: integer, dealTasktype: string }
- `POST https://api.mcp.ai/api/active_campaign/create/customer` — Tool to create an e-commerce customer in ActiveCampaign. Use when you need to register a new customer from your e-commerce platform for tracking purchases and automations.
  - body: { email: string, externalid: string, connectionid: integer, acceptsMarketing?: string }
- `POST https://api.mcp.ai/api/active_campaign/create/deal/custom/field/meta` — Tool to create a new deal custom field metadata in ActiveCampaign. Use when you need to define a new custom field for deals. After creating the field, you must call the Add Custom Field to Field Group
  - body: { dealCustomFieldMetum: object }
- `POST https://api.mcp.ai/api/active_campaign/create/deal/pipeline` — Creates a new deal pipeline in ActiveCampaign. A deal pipeline is a visual representation of your sales process that helps organize and track deals through different stages. When you create a new pipe
  - body: { title: string, users?: string[], allusers?: integer, currency: string, allgroups?: integer, autoassign?: integer }
- `POST https://api.mcp.ai/api/active_campaign/create/deal/role` — Tool to create a new deal role in ActiveCampaign. Use when you need to define roles that contacts can have in deals, such as Decision Maker, Influencer, or Head of Sales.
  - body: { title: string }
- `POST https://api.mcp.ai/api/active_campaign/create/deal/stage` — Tool to create a new stage in an ActiveCampaign deal pipeline. Use when you need to add a custom stage to organize deals in a specific pipeline.
  - body: { group: integer, order?: integer, title: string }
- `POST https://api.mcp.ai/api/active_campaign/create/deal/task/type` — This tool creates a new deal task type in ActiveCampaign. Deal task types are used to categorize and organize tasks associated with deals, and they are an important feature for maintaining a structure
  - body: { title: string, status?: integer, description?: string }
- `POST https://api.mcp.ai/api/active_campaign/create/duplicate/campaign` — Tool to duplicate an existing campaign in ActiveCampaign. Use when you need to create a copy of a campaign with the same configuration and content.
  - body: { campaign_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/create/event/tracking/event` — Tool to create a new event tracking event in ActiveCampaign. Use when you need to whitelist a new event name for tracking and use in automations.
  - body: { name: string }
- `POST https://api.mcp.ai/api/active_campaign/create/form/optin` — Submit a form opt-in for a specific form in ActiveCampaign. Use when you need to programmatically opt-in a contact to a form without requiring them to fill it out manually.
  - body: { form_id: string }
- `POST https://api.mcp.ai/api/active_campaign/create/import/bulk` — Bulk import large numbers of contacts into ActiveCampaign with a single API call. This action allows you to upload up to 250,000 contacts at once. The import is processed asynchronously - contacts are
  - body: { callback?: object, contacts: object[] }
- `POST https://api.mcp.ai/api/active_campaign/create/list` — Tool to create a new list in ActiveCampaign. Use when you need to create a subscriber list for organizing contacts and sending campaigns.
  - body: { list: object }
- `POST https://api.mcp.ai/api/active_campaign/create/list/group/permission` — Creates a list group permission in ActiveCampaign by associating a list with a user group. This allows you to grant a specific group access permissions to a particular list.
  - body: { listid: integer, groupid: integer }
- `POST https://api.mcp.ai/api/active_campaign/create/message` — Tool to create a message in ActiveCampaign. Use when you need to create an email message template that can be used in campaigns or automations. The message must include a subject, sender information (
  - body: { message: object }
- `POST https://api.mcp.ai/api/active_campaign/create/metrics/snapshot` — Tool to retrieve snapshot metrics for specified SMS broadcast IDs in ActiveCampaign. Use when you need aggregated metrics (campaigns, sends, deliveries, clicks, replies, failures, opt-outs) for specif
  - body: { ids: string[] }
- `POST https://api.mcp.ai/api/active_campaign/create/note` — Create a note and attach it to a specific entity (contact, deal, account, etc.) in ActiveCampaign. Use this when you need to add notes to track information about contacts, deals, or accounts.
  - body: { note: string, relid: integer, reltype: string }
- `POST https://api.mcp.ai/api/active_campaign/create/or/update/contact` — Create a new contact or update an existing contact in ActiveCampaign using the sync endpoint. This action uses the contact sync endpoint which automatically handles both creation and updates: - If a c
  - body: { contact: object }
- `POST https://api.mcp.ai/api/active_campaign/create/or/update/custom/object/record` — Tool to create or update a custom object record in ActiveCampaign. Use when you need to store custom data associated with contacts, accounts, or deals using custom object schemas. The API uses upsert 
  - body: { fields: object[], schema_id: string, external_id?: string, relationships?: object }
- `POST https://api.mcp.ai/api/active_campaign/create/prism/url/whitelist` — Add a domain to ActiveCampaign's site tracking whitelist. Use this to enable tracking, conversations, and WordPress integration for specific domains or pages in your ActiveCampaign account. This actio
  - body: { wp_enabled?: boolean, tracking_enabled?: boolean, whitelisted_page?: string, whitelisted_domain: string, conversations_enabled?: boolean }
- `POST https://api.mcp.ai/api/active_campaign/create/product` — Create a new product entry in the ActiveCampaign ecommerce catalog using GraphQL. This action creates a product in your ActiveCampaign ecommerce catalog with details like name, SKU, price, and variant
  - body: { variant_sku: string, variant_name?: string, store_primary_id: string, base_product_name: string, legacy_connection_id: integer, variant_price_amount?: number, variant_price_currency?: string }
- `POST https://api.mcp.ai/api/active_campaign/create/saved/response` — Tool to create a new saved response in ActiveCampaign. Use when you need to create a reusable email template with title, subject, and body content.
  - body: { body: string, title: string, subject: string }
- `POST https://api.mcp.ai/api/active_campaign/create/segments/v2` — Tool to create advanced segments in ActiveCampaign using the V2 segments API. Use when you need to create flexible contact segments with complex filtering conditions based on tags, lists, fields, or o
  - body: { data: object[] }
- `POST https://api.mcp.ai/api/active_campaign/create/shareable/campaign/template/link` — Tool to create a shareable link for a campaign template in ActiveCampaign. Use when you need to generate a URL that can be shared with others to access a specific campaign template.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/create/task/reminder` — Create a new task reminder notification in ActiveCampaign. Use this action to set up notifications that will remind users about upcoming tasks before their due date.
  - body: { interval: string, deal_task: string }
- `POST https://api.mcp.ai/api/active_campaign/create/taskoutcome` — Tool to create a new task outcome in ActiveCampaign. Use when you need to add a new outcome option for tasks, which helps categorize task results with associated sentiment.
  - body: { title: string, disabled?: string, sentiment: string, created_by?: string }
- `POST https://api.mcp.ai/api/active_campaign/create/user` — Creates a new user (team member/staff account) in ActiveCampaign with specified details. Use when you need to add a new team member who can log into ActiveCampaign. Note: This creates account users (s
  - body: { lang?: string, email: string, group: integer, lastName: string, password: string, username: string, firstName: string, localZoneid?: string }
- `POST https://api.mcp.ai/api/active_campaign/create/webhook` — Create a new webhook in ActiveCampaign to receive real-time notifications when specific events occur. Use this when you need to set up automated notifications for contact activities like subscriptions
  - body: { url: string, name: string, events: string[], listid?: string, sources: string[] }
- `POST https://api.mcp.ai/api/active_campaign/delete/account` — Permanently deletes an account from ActiveCampaign by its ID. This action is irreversible and will remove the account and all associated data from the system. Use this when you need to clean up old or
  - body: { account_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/account/contacts` — Deletes an existing account-contact association in ActiveCampaign. Use when you need to remove the relationship between an account and a contact without deleting either entity.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/account/custom/field/data` — Tool to delete a custom account field value in ActiveCampaign. Use when you need to remove a specific custom field value associated with an account. Requires permission to manage accounts.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/account/custom/field/meta` — Tool to delete an account custom field meta definition from ActiveCampaign. Use when you need to remove a custom field definition permanently. Requires account management permissions. This action is i
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/accounts/bulk` — Tool to bulk delete multiple accounts from ActiveCampaign in a single operation. Use when you need to delete multiple accounts at once rather than deleting them individually. This action is irreversib
  - body: { ids: integer[] }
- `POST https://api.mcp.ai/api/active_campaign/delete/address` — Permanently deletes an address from ActiveCampaign by its ID. This action is irreversible and will remove the address from the system. Use this when you need to clean up old or unwanted addresses. The
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/address/group` — Tool to delete an address group from ActiveCampaign by its ID. Use when you need to remove an address group permanently. This action is irreversible and will remove the address group from the system i
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/an/order` — Tool to permanently delete an e-commerce order from ActiveCampaign by its ID. Use when you need to remove an order from the system. This action is irreversible - the deleted order cannot be recovered.
  - body: { ecom_order_id: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/calendar` — Tool to permanently delete a calendar feed from ActiveCampaign by its ID. Use when you need to remove a calendar feed that is no longer needed. The deletion is immediate and cannot be undone.
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/connection` — Permanently deletes a connection from ActiveCampaign by its ID. This action is irreversible and will remove the connection from the system. Use this when you need to clean up old or unwanted connectio
  - body: { connection_id: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/contact` — Permanently deletes a contact from ActiveCampaign by its ID. This action is irreversible and will remove the contact and all associated data from the system. Use this when you need to clean up old or 
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/custom/field` — Tool to delete a custom field from ActiveCampaign by its ID. Use when you need to remove an unwanted or obsolete custom field. This action is irreversible and will permanently delete the field and its
  - body: { field_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/custom/field/field/group` — Tool to delete a custom field field group member in ActiveCampaign. Use when you need to remove the association between a custom field and a field group. This operation is permanent and cannot be undo
  - body: { group_id: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/customer` — Tool to permanently delete an e-commerce customer from ActiveCampaign by ID. Use when you need to remove a customer and all associated data. This action is irreversible and cannot be undone.
  - body: { customer_id: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/deal` — Tool to permanently delete a deal from ActiveCampaign by its ID. Use when you need to remove unwanted or obsolete deals from the system. This action is irreversible and will permanently remove the dea
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/deal/custom/field/data` — Tool to delete a custom deal field value in ActiveCampaign. Use when you need to remove custom field data from a deal. Requires deal management permissions and pipeline-specific permissions.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/deal/custom/field/meta` — Tool to delete a custom deal field metadata from ActiveCampaign. Use when you need to remove a custom field definition from deals. Requires deal management permissions and pipeline-specific permission
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/deal/pipeline` — This tool deletes an existing deal pipeline in ActiveCampaign. When deleting a pipeline that has existing deals and stages associated with it, the DELETE request will remove all stages and deals assoc
  - body: { pipeline_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/deal/role` — Tool to delete an existing deal role in ActiveCampaign. Use when you need to permanently remove a deal role that is no longer needed.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/deal/stage` — This tool deletes an existing deal stage in ActiveCampaign. Before deleting the stage, it provides options to handle existing deals: use action_type='Move' to move deals to a different stage/pipeline 
  - body: { stage_id: integer, action_type: string, new_stage_id?: integer, new_pipeline_id?: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/deal/tasks` — Permanently deletes a deal task from ActiveCampaign by its ID. Use when you need to remove a task associated with a deal. The deletion is immediate and cannot be undone.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/event` — Tool to delete an event tracking event from ActiveCampaign. Use when you need to remove an event name from the tracking whitelist.
  - body: { event_name: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/field/relationship` — Tool to delete a field relationship in ActiveCampaign. Use when you need to remove the association between a custom field and a list. This action is irreversible and will permanently remove the field 
  - body: { field_rel_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/field/value` — Tool to permanently delete a custom field value from ActiveCampaign by its ID. Use when you need to remove a specific field value from a contact. This action is irreversible and will remove the field 
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/form` — Tool to permanently delete a form from ActiveCampaign by its ID. Use when you need to remove old or unwanted forms. This action is irreversible and will remove the form and all associated data from th
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/group` — Tool to permanently delete a permission group from ActiveCampaign by its ID. Use when you need to remove a group that is no longer needed. This action is irreversible and will remove the group from th
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/list` — Permanently deletes a list from ActiveCampaign by its ID. This action is irreversible and will remove the list from the system. Use this when you need to clean up old or unwanted lists. The deletion i
  - body: { list_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/message` — Permanently deletes a message from ActiveCampaign by its ID. This action is irreversible and will remove the message from the system. Use this when you need to clean up old or unwanted messages. Retur
  - body: { message_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/note` — Permanently deletes a note from ActiveCampaign by its ID. This action is irreversible and will remove the note and all associated data from the system. Use this when you need to clean up old or unwant
  - body: { note_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/product` — Permanently delete a product from ActiveCampaign's e-commerce catalog by its ID. This action removes a product from the catalog using the deleteProduct GraphQL mutation. The deletion is immediate and 
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/record/by/external/id` — Permanently deletes a custom object record from ActiveCampaign by its external ID. This action is irreversible and will remove the record from the system. Use this when you need to clean up old or unw
  - body: { schema_id: string, external_id: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/record/by/id` — Permanently deletes a custom object record from ActiveCampaign by its ID and schema ID. This action is irreversible and will remove the record and all associated data from the custom object. Use this 
  - body: { record_id: string, schema_id: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/saved/response` — Tool to permanently delete a saved response from ActiveCampaign by its ID. Use when you need to remove saved response templates that are no longer needed. The deletion is immediate and cannot be undon
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/schema` — Permanently deletes a custom object schema from ActiveCampaign by its UUID. This action is irreversible and will remove the schema and all associated data. Use with caution as deletion cannot be undon
  - body: { schema_id: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/secondary/contact` — Permanently deletes a secondary contact association from a deal in ActiveCampaign. This removes the link between a contact and a deal, but does not delete the contact or deal themselves. Use this when
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/segments/v2` — Tool to permanently delete a segment from ActiveCampaign by its UUID. This operation removes the segment including all its historic versions and cannot be undone. Use when you need to clean up unused 
  - body: { segment_id: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/tag` — Tool to permanently delete a tag from ActiveCampaign by its ID. Use when you need to remove unused or unwanted tags from the system. This action is irreversible.
  - body: { tag_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/user` — Permanently deletes a user from ActiveCampaign by their ID. This action is irreversible and will remove the user account from the system. Use this when you need to remove team members or staff account
  - body: { user_id: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/variable` — Permanently deletes a personalization variable from ActiveCampaign by its ID. Use when you need to remove unused or unwanted personalization variables. The deletion is immediate and cannot be undone.
  - body: { variable_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/delete/variables/bulk` — Tool to bulk delete personalization variables in ActiveCampaign. Use when you need to delete multiple personalization variables at once by providing their IDs. The operation will delete existing varia
  - body: { ids: string }
- `POST https://api.mcp.ai/api/active_campaign/delete/webhook` — Permanently deletes a webhook from ActiveCampaign by its ID. Use this when you need to remove a webhook that is no longer needed. The deletion is immediate and cannot be undone.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/edit/campaign` — Edit an existing campaign in ActiveCampaign. Use this to modify campaign properties like the name.
  - body: { id: string, name?: string }
- `POST https://api.mcp.ai/api/active_campaign/find/contact` — Find a specific contact in ActiveCampaign using either their email address, ID, or phone number. This action provides a more efficient way to find a specific contact instead of listing all contacts.
  - body: { id?: string, email?: string, phone?: string }
- `POST https://api.mcp.ai/api/active_campaign/find/contact/task` — This tool allows you to find tasks associated with a specific contact in ActiveCampaign. It searches for tasks using the contact task title and optionally filters by contact ID. It returns an object w
  - body: { limit?: integer, title?: string, offset?: integer, status?: integer, contact_id?: integer }
- `POST https://api.mcp.ai/api/active_campaign/find/user/action` — Find an ActiveCampaign account user (team member/staff) by their email address. Returns user details including username, email, first name, last name, phone, signature, language preference, timezone, 
  - body: { email: string }
- `POST https://api.mcp.ai/api/active_campaign/get/account/contact` — Tool to retrieve an existing account-contact association in ActiveCampaign. Use when you need to get details about the relationship between a specific account and contact.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/account/custom/field/data` — Retrieves a specific account custom field data record by ID. Use when you need to get the value of a custom field associated with an account.
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/account/custom/field/meta` — Retrieve metadata for a specific account custom field by ID. Returns details including field label, type, options, default value, visibility settings, and timestamps.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/address` — Retrieves a single address by ID from ActiveCampaign. Use when you need to fetch complete details of a specific address including company name, location fields, and metadata.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/all/field/relationships` — Get all field relationships in ActiveCampaign. Use this to retrieve custom field associations with lists or other entities. Supports pagination via limit and offset parameters for handling large numbe
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/audiences` — Retrieve a specific audience segment by ID from ActiveCampaign. Returns detailed information about the segment including its conditions, groups, and metadata. Use this action when you need to inspect 
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/branding` — Tool to retrieve an existing branding resource from ActiveCampaign by its ID. Use when you need to fetch branding configuration details such as site name, logos, templates, and styling information.
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/broadcast/metrics/failures` — Retrieve grouping and counts of failures for an SMS broadcast in ActiveCampaign. Use when you need to analyze failure patterns for a specific broadcast, with optional date filtering.
  - body: { end_date?: string, start_date?: string, broadcast_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/broadcasts/metrics` — Tool to retrieve metrics for specified SMS broadcast IDs in ActiveCampaign. Use when you need detailed performance data including sends, deliveries, replies, failures, opt-outs, and clicks for specifi
  - body: { ids: integer[] }
- `POST https://api.mcp.ai/api/active_campaign/get/broadcasts/recipients` — Fetch all contacts who were sent a specific SMS broadcast in ActiveCampaign. Returns recipient details including delivery status, engagement metrics, and replies.
  - body: { limit?: integer, offset?: integer, search?: string, end_date?: string, start_date?: string, broadcastId: integer, order_field?: string, filters_engagement?: string[], filters_deliverability?: string[] }
- `POST https://api.mcp.ai/api/active_campaign/get/bulk/import/status/info` — Tool to retrieve the status of a specific bulk import in ActiveCampaign. Use when you need to check the progress and results of a bulk contact import, including newly created contact IDs and any faile
  - body: { batch_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/calendar` — Tool to retrieve a specific calendar feed from ActiveCampaign by its ID. Returns calendar details including title, type, token, notification settings, and creation/modification dates.
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/campaign/automation/campaign/lists` — Tool to retrieve all lists associated with a specific campaign automation in ActiveCampaign. Use when you need to see which lists a campaign is configured to send to.
  - body: { campaign_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/campaign/automations` — Get automation information associated with a specific campaign in ActiveCampaign. This action retrieves automation details linked to a campaign ID.
  - body: { campaign_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/campaign/by/id` — Retrieve a single campaign by its ID from ActiveCampaign. Returns comprehensive campaign details including engagement metrics, content configuration, and automation settings.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/campaign/links` — Get all links associated with a specific campaign in ActiveCampaign. Use when you need to retrieve tracking links, read trackers, and other URLs associated with a campaign.
  - body: { campaign_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/campaign/message` — Get the message associated with a specific campaign in ActiveCampaign. Returns message details including subject, content (HTML and text), sender information, and configuration settings.
  - body: { campaign_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/campaign/messages` — Get campaign messages associated with a specific campaign in ActiveCampaign. Returns an array of message objects linked to the campaign ID.
  - body: { campaign_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/campaign/user` — Get the user (account owner/staff member) associated with a specific campaign in ActiveCampaign. Returns user details including username, email, name, phone, and other account information.
  - body: { campaign_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/account/contacts` — Retrieve all account-contact associations for a specific contact in ActiveCampaign. Use this action when you need to see which accounts a contact is associated with and their role at each account.
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/automation/entry/counts` — Tool to retrieve the number of times a contact has entered each automation. Use when you need to understand a contact's automation engagement history.
  - body: { contact_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/automations` — Retrieve all automations that a specific contact is enrolled in or has been enrolled in. Returns automation enrollment details including status, progress, and completion information.
  - body: { contact_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/data` — Retrieve detailed data for a specific contact in ActiveCampaign. Use when you need to access a contact's geographic information, social media IDs, Google Analytics data, and tracking timestamps.
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/data/goals` — Retrieve a contact's goals from ActiveCampaign. Use when you need to access goal completion data, automation goals, and goal tracking information for a specific contact.
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/deals` — Tool to retrieve all deals associated with a specific contact in ActiveCampaign. Use when you need to see all deals linked to a particular contact, including deal details like value, stage, status, an
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/events/and/activities` — Tool to retrieve contact events and activities from ActiveCampaign. Use when you need to view the activity history for a specific contact or all contacts, including deal-related activities and general
  - body: { limit?: integer, offset?: integer, contact?: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/field/values` — Tool to retrieve all custom field values for a specific contact in ActiveCampaign. Use when you need to access a contact's custom field data such as custom text fields, dropdown selections, or other c
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/geo/ips/list` — Retrieve all geo IP addresses associated with a specific contact in ActiveCampaign. Use when you need to view the geographic locations from which a contact has interacted with your campaigns.
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/lists` — Tool to retrieve all list memberships for a specific contact in ActiveCampaign. Use when you need to see which lists a contact is subscribed to and their subscription details.
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/logs` — Tool to retrieve logs for a specific contact in ActiveCampaign. Use when you need to access a contact's activity history, including subscription changes, campaign interactions, and automation events.
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/notes` — Retrieve all existing notes associated with a specific contact in ActiveCampaign. Use when you need to view all notes that have been added to a contact's record.
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/organization` — Tool to retrieve organization information associated with a specific contact in ActiveCampaign. Use when you need to get details about the organization that a contact belongs to.
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/plus/append` — Tool to retrieve a contact's plus append enrichment data from ActiveCampaign. Use when you need to access enriched contact information including social media profiles, profile images, and demographic 
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/score/values` — Tool to retrieve all score values associated with a specific contact in ActiveCampaign. Use when you need to see scoring data for a contact.
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/tags` — Tool to retrieve all tags associated with a specific contact in ActiveCampaign. Use when you need to see which tags are applied to a contact.
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/contact/tracking/logs` — Retrieve tracking logs for a specific contact in ActiveCampaign. Use when you need to view all tracking events such as page views, link clicks, and file downloads associated with a contact.
  - body: { contact_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/custom/field` — Retrieve a specific custom field by ID from ActiveCampaign. Returns field metadata including title, type, options, relationships, and configuration settings. Use when you need detailed information abo
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/deal/custom/field/data` — Retrieves a specific deal custom field data record by ID. Use when you need to get the value of a custom field associated with a deal.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/deal/custom/field/meta` — Retrieve metadata for a specific deal custom field by ID. Returns details including field label, type, options, default value, visibility settings, and timestamps. Requires deal management permission.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/deal/pipeline` — Tool to retrieve an existing pipeline (deal group) from ActiveCampaign by its ID. Use when you need to get details about a specific pipeline including its name, currency, stages, and configuration set
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/deal/stage` — Tool to retrieve an existing deal stage from ActiveCampaign by its ID. Use when you need to get detailed information about a specific stage including its title, color, order, and card region configura
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/deal/task` — Tool to retrieve an existing task in ActiveCampaign by its ID. Use when you need to get detailed information about a specific task including its title, status, due date, assignee, and related contact 
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/deal/task/type` — Tool to retrieve an existing deal task type in ActiveCampaign by its ID. Use when you need to get details about a specific task type configuration.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/event/tracking/status` — Tool to retrieve the event tracking status for your ActiveCampaign account. Use this to check whether event tracking is enabled or disabled.
- `POST https://api.mcp.ai/api/active_campaign/get/field/value` — Tool to retrieve a specific field value by its ID in ActiveCampaign. Use when you need to get detailed information about a particular custom field value including its contact, field, value, and timest
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/form` — Retrieve a single form by its ID from ActiveCampaign. Returns comprehensive form details including field configuration, styling, submission behavior, and metadata.
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/group/by/id` — Retrieve a specific group by ID in ActiveCampaign. Use this to get detailed information about a single group including its title, description, settings, and associated resource links.
  - body: { group_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/group/limits` — Tool to retrieve group limits configured for different groups in ActiveCampaign account. Use when you need to check limits for emails, contacts, lists, campaigns, users, and other resources per group.
- `POST https://api.mcp.ai/api/active_campaign/get/lists` — Tool to retrieve all mailing lists in ActiveCampaign. Use when you need to fetch list IDs or list information for subscription management.
  - body: { limit?: integer, offset?: integer, filters_name?: string }
- `POST https://api.mcp.ai/api/active_campaign/get/logged/in/user` — Retrieve information about the currently authenticated user (the user whose API token is being used). Use when you need to identify the current user or access their account details.
- `POST https://api.mcp.ai/api/active_campaign/get/note` — Tool to retrieve a specific note from ActiveCampaign by its ID. Use when you need to get details about a particular note including its content, creation date, and related entity.
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/order` — Retrieve a single order from ActiveCampaign by legacy connection ID and store order ID. Use this to fetch complete order details including customer information, line items, addresses, and order status
  - body: { store_order_id: string, legacy_connection_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/product/by/id` — Retrieve a single product by its ID from ActiveCampaign's e-commerce catalog. Use when you need to fetch detailed information about a specific product, including its name, SKU, pricing, and descriptio
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/recent/segment/counts` — Retrieve the most recent result count for segments that were run without additional criteria. Use when you need to check segment sizes or monitor segment growth over time.
  - body: { segment_ids: string }
- `POST https://api.mcp.ai/api/active_campaign/get/record/by/external/id` — Tool to retrieve a custom object record from ActiveCampaign by its external ID. Use when you need to get detailed information about a specific custom object record using its external identifier.
  - body: { schema_id: string, external_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/record/by/id` — Tool to retrieve a custom object record from ActiveCampaign by schema ID and record ID. Use when you need to get detailed information about a specific custom object record including its fields, values
  - body: { record_id: string, schema_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/saved/response` — Tool to retrieve a specific saved response from ActiveCampaign by its ID. Use when you need to fetch details of a saved response including title, subject, and body content.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/schema/by/id` — Retrieve a specific custom object schema by ID in ActiveCampaign. Use this to get detailed information about a schema including its fields, relationships, and metadata. Optionally include deleted fiel
  - body: { schema_id: string, show_fields?: string }
- `POST https://api.mcp.ai/api/active_campaign/get/secondary/contact` — Tool to retrieve a specific secondary contact (contact-deal association) by ID in ActiveCampaign. Use when you need to get details about a particular secondary contact associated with a deal.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/segment/count/by/timestamp` — Tool to retrieve all result counts for a segment that were run without an AdditionalCriteria. Use when you need to access historical segment count data before a specific timestamp. Returns up to 50 se
  - body: { timestamp: integer, segment_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/segment/count/history` — Tool to retrieve all historical result counts for a given segment that were run without additional criteria. Use when you need to track segment size changes over time or audit segment evaluation histo
  - body: { segment_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/segment/match` — Retrieve segment match evaluation for a contact in ActiveCampaign. Use this to determine if a specific contact matches the criteria of a given segment.
  - body: { contact_id: string, segment_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/segment/match/all/result` — Tool to retrieve segment match-all result set by ID. Use when you need to check the status and results of a segment match-all request. The is_ready attribute indicates if results are complete (true) o
  - body: { page?: integer, sort?: string, run_id: string, page_size?: integer, segment_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/segment/match/by/external/id` — Check if a contact matches a segment using segment ID, contact ID, and external ID. Use when you need to verify if a specific contact belongs to a segment and get match evaluation details.
  - body: { contact_id: integer, segment_id: string, external_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/segment/match/some/result` — Tool to retrieve segment match result set by run ID in ActiveCampaign. Use when you need to fetch the results of a segment evaluation request, including which contacts match the segment criteria. The 
  - body: { page?: integer, run_id: string, page_size?: integer, segment_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/segments/v2` — Tool to retrieve a specific segment by its ID in ActiveCampaign. Use when you need detailed information about a segment including its conditions, groups, and metadata.
  - body: { segment_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/segments/v2/created/date` — Tool to retrieve a segment as it existed at a given point in time in ActiveCampaign. Use when you need to access the historical state of a segment definition. Only supports segments with non-numeric s
  - body: { timestamp: string, segment_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/site/tracking/code` — Tool to retrieve the site tracking JavaScript code for your ActiveCampaign account. Use when you need to get the tracking code snippet to embed on your website for visitor tracking and behavior monito
- `POST https://api.mcp.ai/api/active_campaign/get/site/tracking/status` — Tool to retrieve the site tracking status for your ActiveCampaign account. Use this to check whether site tracking is enabled or disabled.
- `POST https://api.mcp.ai/api/active_campaign/get/sms/broadcast/metrics/snapshot` — Tool to retrieve snapshot data for all SMS broadcasts in ActiveCampaign. Use when you need aggregate metrics including campaigns, sends, deliveries, clicks, replies, failures, and opt-outs.
  - body: { end_date?: string, start_date?: string }
- `POST https://api.mcp.ai/api/active_campaign/get/sms/credits` — Tool to retrieve the current period's SMS credit usage and remaining balance. Use when you need to check how many SMS credits are available, used, or included in the billing cycle.
- `POST https://api.mcp.ai/api/active_campaign/get/tag` — Tool to retrieve a tag from ActiveCampaign by its ID. Use when you need to get detailed information about a specific tag including its name, type, description, and subscriber count.
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/taskoutcome` — Tool to retrieve a specific task outcome from ActiveCampaign by its ID. Use when you need to get details about a task outcome including its title, sentiment, and associated deal task types.
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/template` — Retrieve a single template by its ID from ActiveCampaign. Returns comprehensive template details including content, subject, and configuration settings.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/user` — Tool to retrieve a specific ActiveCampaign account user (team member/staff) by their ID. Use when you need to get detailed information about a specific user including username, email, name, phone, sig
  - body: { user_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/user/by/username` — Tool to retrieve an ActiveCampaign account user (team member/staff) by their username. Use when you need to get detailed information about a specific user by username.
  - body: { username: string }
- `POST https://api.mcp.ai/api/active_campaign/get/users` — Tool to retrieve all ActiveCampaign account users (team members/staff). Use when you need to list all users in the account with pagination and sorting options.
  - body: { limit?: integer, offset?: integer, orders?: object }
- `POST https://api.mcp.ai/api/active_campaign/get/users/by/group` — Tool to retrieve all users associated with a specific group in ActiveCampaign. Use when you need to get the list of users who belong to a particular group.
  - body: { group_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/variable` — Tool to retrieve a personalization variable from ActiveCampaign by its ID. Use when you need to get details about a specific variable including its name, tag, content, format, and associated lists.
  - body: { variable_id: string }
- `POST https://api.mcp.ai/api/active_campaign/get/variables` — Tool to retrieve personalization variables from ActiveCampaign. Use when you need to list or search for custom variables that can be used for personalization in campaigns and automations.
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/get/webhook` — Retrieve an existing webhook by ID from ActiveCampaign. Use this when you need to get detailed information about a specific webhook including its URL, events, sources, and current state.
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/account/contacts` — Tool to retrieve all existing account-contact associations in ActiveCampaign. Use when you need to list relationships between accounts and contacts, with optional filters.
  - body: { limit?: integer, offset?: integer, filters_account?: integer, filters_contact?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/account/custom/field/data` — Tool to list all custom field values for accounts in ActiveCampaign. Use when you need to retrieve account custom field data including field IDs, values, account associations, and timestamps.
  - body: { limit?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/account/custom/field/meta` — Tool to list all account custom field metadata in ActiveCampaign. Use when you need to retrieve information about custom fields available for accounts, including field types, labels, options, and vali
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/addresses` — Tool to list all addresses in the ActiveCampaign account. Use when you need to retrieve all configured addresses. Returns an array of address objects with company name, address details, and metadata.
- `POST https://api.mcp.ai/api/active_campaign/list/all/accounts` — Tool to list all accounts in ActiveCampaign. Use when you need to retrieve all existing accounts, optionally filtered by name search. Can include contact and deal counts for each account.
  - body: { limit?: integer, offset?: integer, search?: string, count_deals?: string }
- `POST https://api.mcp.ai/api/active_campaign/list/all/contacts` — List all contacts in ActiveCampaign. This action allows you to: 1. List all contacts with pagination 2. Search contacts by name, organization, phone, or email 3. Filter contacts by email pattern 4. So
  - body: { limit?: integer, tagid?: integer, listid?: string, orders?: object, search?: string, filters?: object, id_less?: integer, segmentid?: integer, email_like?: string, id_greater?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/all/custom/field/values` — Tool to list all custom field values in ActiveCampaign. Use when you need to retrieve all custom field values across all contacts including field IDs, values, contact associations, and timestamps.
  - body: { limit?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/all/custom/fields2` — Tool to list all custom fields in ActiveCampaign with pagination support. Use when you need to retrieve information about custom fields with control over the number of results returned per request.
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/all/events/name/only` — Tool to list all whitelisted event tracking events in ActiveCampaign. Use when you need to retrieve the names of all events that are whitelisted for tracking and can be used in automations.
- `POST https://api.mcp.ai/api/active_campaign/list/all/schemas` — Tool to list all custom object schemas in ActiveCampaign. Use when you need to retrieve all schema definitions including their fields, relationships, and metadata.
  - body: { showFields?: string }
- `POST https://api.mcp.ai/api/active_campaign/list/all/tags2` — Tool to retrieve all tags in ActiveCampaign with search functionality. Use when you need to list or search for tags.
  - body: { limit?: integer, offset?: integer, search?: string }
- `POST https://api.mcp.ai/api/active_campaign/list/all/white/listed/domains` — Tool to list all whitelisted domains for site tracking in ActiveCampaign. Use when you need to retrieve all domains that are allowed for site tracking.
- `POST https://api.mcp.ai/api/active_campaign/list/audiences` — Retrieve all saved segment summaries (audiences) from ActiveCampaign. Returns a list of all saved segments with their configurations, conditions, and metadata.
  - body: { page?: integer, page_size?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/automations` — List all automations in ActiveCampaign. Use this to retrieve all automation workflows in your account. Supports pagination via limit and offset parameters for handling large numbers of automations.
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/bulk/import/status` — Tool to monitor bulk import progress in ActiveCampaign. Use this after sending bulk data via POST endpoint to track the status of outstanding and recently completed batches. Requires the batchId retur
  - body: { batchId: string }
- `POST https://api.mcp.ai/api/active_campaign/list/bulk/import/status/aggregate` — Tool to retrieve aggregate progress data for all bulk import jobs in ActiveCampaign. Returns daily summaries of outstanding and recently completed batch jobs in a rolling 7-day window. Use this to mon
- `POST https://api.mcp.ai/api/active_campaign/list/calendars` — Tool to list all calendar feeds in ActiveCampaign. Use when you need to retrieve all available calendar feeds for the account.
- `POST https://api.mcp.ai/api/active_campaign/list/campaigns` — Tool to list all campaigns in ActiveCampaign. Use when you need to retrieve campaign information including standard campaigns and automation campaigns.
  - body: { limit?: integer, offset?: integer, orders?: object, filters?: object }
- `POST https://api.mcp.ai/api/active_campaign/list/contact/automations` — List all automations that contacts are enrolled in. Returns enrollment details including status, dates, and progress for each contact-automation pair.
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/contact/deals` — Tool to retrieve all secondary contacts (contact-deal associations) in ActiveCampaign. Use when you need to list all additional contacts associated with deals, beyond the primary contacts.
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/deal/activities` — Tool to retrieve all recent activities for deals in ActiveCampaign. Use when you need to view activity history across deals, including notes, tasks, and other interactions.
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/deal/custom/field/data` — Tool to list all custom field values for deals in ActiveCampaign. Use when you need to retrieve deal custom field data including field IDs, values, deal associations, and timestamps.
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/deal/custom/field/meta` — Tool to list all deal custom field metadata in ActiveCampaign. Use when you need to retrieve information about custom fields available for deals, including field types, labels, options, and validation
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/deal/roles` — Tool to retrieve all deal roles in ActiveCampaign. Use when you need to view available deal roles that can be assigned to contacts in deals.
- `POST https://api.mcp.ai/api/active_campaign/list/deal/stages` — Tool to list all deal stages (pipeline stages) in ActiveCampaign. Use when you need to retrieve stage information for mapping stage titles to stage IDs before updating or moving deals. Optionally filt
  - body: { limit?: integer, title?: string, offset?: integer, pipeline_id?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/deal/task/types` — Tool to retrieve all existing task types for deals in ActiveCampaign. Use when you need to view available task type categories that can be assigned to deal tasks.
- `POST https://api.mcp.ai/api/active_campaign/list/dealgroups` — Tool to retrieve all existing deal pipelines from ActiveCampaign. Use when you need to list all pipelines in the account or filter pipelines by title.
  - body: { limit?: integer, offset?: integer, filters_title?: string }
- `POST https://api.mcp.ai/api/active_campaign/list/deals2` — Tool to list all deals from ActiveCampaign with search and filtering capabilities. Use when you need to retrieve deals with search by title or filter by stage, pipeline, owner, or status.
  - body: { limit?: integer, offset?: integer, filters_group?: integer, filters_owner?: integer, filters_stage?: integer, filters_search?: string, filters_status?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/email/activities` — Tool to list all email activities in ActiveCampaign. Use when you need to retrieve email activity records for a specific subscriber or deal. At least one filter parameter (subscriber ID or deal ID) sh
  - body: { limit?: integer, offset?: integer, filters_dealId?: integer, filters_subscriberid?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/forms` — Tool to list all forms in ActiveCampaign. Use when you need to retrieve form information including form configurations, fields, and styling.
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/group/members` — Tool to list all group members in ActiveCampaign. Use when you need to retrieve the relationships between custom fields and field groups. Group members link custom fields to their display groups.
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/groups` — Tool to retrieve all permission groups from ActiveCampaign. Use when you need to list user groups with their permission settings. Supports pagination via limit and offset parameters.
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/messages` — Tool to list all messages in ActiveCampaign. Use when you need to retrieve message information including email content, sender details, and metadata.
  - body: { limit?: integer, tagid?: integer, formid?: integer, listid?: integer, offset?: integer, search?: string, waitid?: integer, seriesid?: integer, segmentid?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/notes` — Retrieve a list of all notes in ActiveCampaign. Use when you need to view all notes across all contacts and activities in the account.
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/order/products` — Tool to list all e-commerce order products in ActiveCampaign. Use when you need to retrieve all order products with pagination support.
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/prism/url/whitelistings` — Tool to list all whitelisted site tracking domains in ActiveCampaign. Use when you need to retrieve domains that are allowed for site tracking.
- `POST https://api.mcp.ai/api/active_campaign/list/records/for/schema` — Tool to list custom object records for a specific schema in ActiveCampaign. Use when you need to retrieve records created from a custom object schema. Note: Non-admin users must provide a filter param
  - body: { limit?: integer, offset?: integer, filters?: object, schema_id: string }
- `POST https://api.mcp.ai/api/active_campaign/list/saved/responses` — Tool to list all saved responses in ActiveCampaign. Use when you need to retrieve saved response templates for one-off personal emails.
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/list/scores` — Tool to list all scoring rules configured in ActiveCampaign. Use when you need to retrieve all available scores for contacts or deals.
- `POST https://api.mcp.ai/api/active_campaign/list/segment/match/all` — Initiate a match-all request for contacts in a segment. If results are not ready within 4 seconds, returns immediately with is_ready=False and a run_id. Use when you need to retrieve all contacts that
  - body: { page?: integer, sort?: string, instant?: string, page_size?: integer, segment_id: string }
- `POST https://api.mcp.ai/api/active_campaign/list/sms/broadcast/lists` — Tool to retrieve a paged list of all SMS broadcast lists in ActiveCampaign. Use when you need to view available SMS broadcast lists, optionally filtered by name.
  - body: { limit?: integer, offset?: integer, filters_name?: string }
- `POST https://api.mcp.ai/api/active_campaign/list/sms/broadcasts` — Tool to list all SMS broadcasts in ActiveCampaign with optional filtering and pagination. Use when you need to retrieve broadcast messages, check their status, or search for specific broadcasts by nam
  - body: { limit?: integer, offset?: integer, end_date?: string, start_date?: string, filters_name?: string, filters_type?: string, orders_field?: string, filters_status?: string, orders_direction?: string }
- `POST https://api.mcp.ai/api/active_campaign/list/task/outcomes` — Tool to retrieve all existing task outcomes from ActiveCampaign. Use when you need to list all available task outcome options that can be assigned to tasks.
- `POST https://api.mcp.ai/api/active_campaign/list/webhook/events` — List all available webhook events in ActiveCampaign. Use this action when you need to discover what webhook events are available for subscription.
- `POST https://api.mcp.ai/api/active_campaign/list/webhooks` — Tool to list all existing webhooks in ActiveCampaign. Use when you need to retrieve all configured webhooks including their names, URLs, events, and sources.
- `POST https://api.mcp.ai/api/active_campaign/lock/personalization` — Tool to lock a personalization variable in ActiveCampaign. Use when you need to prevent modifications to a personalization variable. Once locked, the variable cannot be edited.
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/manage/contact/tag` — Manage tags for a contact in ActiveCampaign. This action allows adding or removing tags from a contact. The action can be performed using either the contact's ID or email address.
  - body: { tags: string|string[], action: string, contact_id?: string, contact_email?: string }
- `POST https://api.mcp.ai/api/active_campaign/remove/contact/from/automation` — Removes a contact from a specified automation in ActiveCampaign. This action looks up the contact by their email address to get their ID, then removes them from the specified automation. A contact can
  - body: { automation_id: string, contact_email: string, run_remove_option?: string }
- `POST https://api.mcp.ai/api/active_campaign/remove/domain/from/whitelist` — Remove a domain from ActiveCampaign's URL whitelist. Use this to revoke site tracking access for a specific domain that was previously whitelisted.
  - body: { domain_id: string }
- `POST https://api.mcp.ai/api/active_campaign/remove/tag/from/contact` — Tool to remove a tag from a contact in ActiveCampaign. Use when you need to disassociate a tag from a contact. Requires the contactTag ID (the relationship ID, not the tag ID itself).
  - body: { tag_id: string }
- `POST https://api.mcp.ai/api/active_campaign/retrieve/a/deal` — Tool to retrieve a specific deal by its ID in ActiveCampaign. Use when you need detailed information about a single deal including its title, value, stage, status, and associated contacts or organizat
  - body: { id: integer }
- `POST https://api.mcp.ai/api/active_campaign/retrieve/account` — Tool to retrieve an account from ActiveCampaign by its ID. Use when you need to get detailed information about a specific account including its name, URL, timestamps, and custom fields.
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/retrieve/all/connections` — Tool to retrieve all Deep Data connection resources in ActiveCampaign. Use when you need to list connections between the ActiveCampaign account and external services like Shopify or other e-commerce p
- `POST https://api.mcp.ai/api/active_campaign/retrieve/all/customers` — Tool to retrieve all e-commerce customer resources from ActiveCampaign. Use when you need to list customers from external e-commerce services like Shopify, including aggregated metrics such as total r
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/retrieve/all/deals` — Tool to retrieve all deals from ActiveCampaign with filtering and pagination support. Use when you need to list deals, optionally filtered by stage, contact, organization, status, or value range.
  - body: { limit?: integer, offset?: integer, orders?: object, filters?: object }
- `POST https://api.mcp.ai/api/active_campaign/retrieve/all/orders` — Tool to retrieve all e-commerce orders from ActiveCampaign with pagination support. Use when you need to list orders from external e-commerce platforms like Shopify, including order details such as to
  - body: { limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/retrieve/all/products/for/order` — Tool to retrieve all products associated with a specific e-commerce order in ActiveCampaign. Use when you need to list all products that belong to a particular order.
  - body: { order_id: string }
- `POST https://api.mcp.ai/api/active_campaign/retrieve/an/order` — Tool to retrieve an e-commerce order from ActiveCampaign by its ID. Use when you need to get detailed information about a specific order including customer, pricing, products, and order status.
  - body: { ecom_order_id: string }
- `POST https://api.mcp.ai/api/active_campaign/retrieve/an/order/product` — Tool to retrieve an ecommerce order product from ActiveCampaign by its ID. Use when you need to get detailed information about a specific order product including SKU, price, quantity, and related orde
  - body: { productId: string }
- `POST https://api.mcp.ai/api/active_campaign/retrieve/connection` — Tool to retrieve a connection from ActiveCampaign by its ID. Use when you need to get detailed information about a specific connection including service type, status, and synchronization details.
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/retrieve/customer` — Tool to retrieve an e-commerce customer from ActiveCampaign by their ID. Use when you need to get detailed information about a specific customer including email, revenue, order statistics, and connect
  - body: { customer_id: string }
- `POST https://api.mcp.ai/api/active_campaign/retrieve/deal/activities` — Tool to retrieve all activities associated with a deal in ActiveCampaign. Use when you need to track changes, interactions, and history for a specific deal including contact additions, notes, stage ch
  - body: { id: string, limit?: integer, offset?: integer }
- `POST https://api.mcp.ai/api/active_campaign/retrieve/list` — Tool to retrieve a specific list from ActiveCampaign by its ID. Use when you need to get detailed information about a list including its name, description, tracking settings, and configuration.
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/retrieve/message` — Tool to retrieve a specific message by its ID in ActiveCampaign. Use when you need detailed information about a single message including its subject, content (HTML and text), sender information, and c
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/save/browse/session` — Create a browse session in ActiveCampaign for testing purposes. Use this to simulate customer browsing behavior in a specified state. This action creates a new browse session with the specified status
  - body: { email: string, products?: object[], to_abandon_date?: string, normalized_status: string, legacy_connection_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/search/browse/session` — Search for browse sessions matching specified criteria in ActiveCampaign. Use when you need to find browse sessions for a specific contact, connection, and status combination.
  - body: { email: string, normalized_status: string, legacy_connection_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/search/product` — Search for products using filter criteria in ActiveCampaign's e-commerce catalog. Use when you need to find products by name, status, or other attributes with pagination support.
  - body: { limit?: integer, offset?: integer, status_sort?: string, status_value?: string, base_product_name_sort?: string, status_filter_operator?: string, base_product_name_value?: string, base_product_name_filter_operator?: string }
- `POST https://api.mcp.ai/api/active_campaign/search/recurring/payment` — Search for recurring payment records based on filter criteria. Use when you need to find subscription payments by email, status, connection, or other attributes.
  - body: { filter: object }
- `POST https://api.mcp.ai/api/active_campaign/test/tracking/event` — Simulate a tracking event coming into the Browse Session system with debug output for testing URL patterns. This action allows you to test how ActiveCampaign's Browse Session system will process track
  - body: { url: string, email: string, event_date?: string }
- `POST https://api.mcp.ai/api/active_campaign/track/event` — Track custom events for contacts in ActiveCampaign to trigger automations and monitor user engagement. This action records specific user actions (e.g., file downloads, button clicks, logins) for exist
  - body: { event_key: string, event_name: string, event_actid: string, event_value?: string, event_contact_email: string }
- `POST https://api.mcp.ai/api/active_campaign/unlock/personalization` — Tool to unlock a personalization variable in ActiveCampaign. Use when you need to allow modifications to a personalization variable. Once unlocked, the variable can be edited.
  - body: { id: string }
- `POST https://api.mcp.ai/api/active_campaign/update/a/deal` — Tool to update an existing deal in ActiveCampaign. Use when you need to modify deal properties such as title, value, stage, or status.
  - body: { id: integer, group?: string, owner?: string, stage?: integer, title?: string, value?: integer, status?: integer, account?: string, contact?: string, percent?: integer, currency?: string, description?: string }
- `POST https://api.mcp.ai/api/active_campaign/update/a/deal/note` — Tool to update an existing note for a specific deal in ActiveCampaign. Use when you need to modify the content of an existing note attached to a deal record.
  - body: { note: object, deal_id: string, note_id: string }
- `POST https://api.mcp.ai/api/active_campaign/update/a/tag` — Tool to update an existing tag in ActiveCampaign. Use when you need to modify a tag's name, type, or description. Requires the tag ID and at least the tag name and type.
  - body: { tag: string, tag_id: string, tag_type: string, description?: string }
- `POST https://api.mcp.ai/api/active_campaign/update/account` — This tool updates an existing account in ActiveCampaign. It allows modification of account details such as name, website URL, and custom fields. It complements the existing ACTIVE_CAMPAIGN_CREATE_ACCO
  - body: { name?: string, owner?: integer, fields?: object[], accountUrl?: string, account_id: string }
- `POST https://api.mcp.ai/api/active_campaign/update/account/contact` — Tool to update an existing account-contact association in ActiveCampaign. Use when you need to modify the relationship between an account and contact, such as updating the contact's job title at that 
  - body: { id: integer, account?: integer, contact?: integer, jobTitle?: string }
- `POST https://api.mcp.ai/api/active_campaign/update/account/custom/field/data` — Updates a custom account field value in ActiveCampaign. Use when you need to modify an existing custom field value for an account. Requires account permission to manage accounts.
  - body: { id: integer, fieldValue: string, customFieldId: integer, fieldCurrency?: string, customerAccountId: integer }
- `POST https://api.mcp.ai/api/active_campaign/update/account/custom/field/data/bulk` — Tool to bulk update multiple custom account field values in a single request. Use when you need to update existing accountCustomFieldData records by their IDs with new field values. This is more effic
  - body: { updates: object[] }
- `POST https://api.mcp.ai/api/active_campaign/update/account/custom/field/meta` — Update metadata for an account custom field. Allows modification of field label, options, default value, visibility, and display order.
  - body: { id: integer, fieldLabel?: string, displayOrder?: integer, fieldDefault?: string, fieldOptions?: string[], isFormVisible?: integer }
- `POST https://api.mcp.ai/api/active_campaign/update/account/note` — Tool to update an existing account note in ActiveCampaign. Use when you need to modify the content of an existing note attached to a specific account. The note will be updated for the account specifie
  - body: { id: string, note: object, note_id: string }
- `POST https://api.mcp.ai/api/active_campaign/update/address` — Tool to update an existing address in ActiveCampaign. Use when you need to modify address details such as company name, street address, city, state, zip code, or country for an existing address record
  - body: { id: integer, address: object }
- `POST https://api.mcp.ai/api/active_campaign/update/an/order` — Tool to update an existing e-commerce order in ActiveCampaign. Use when you need to modify order details such as pricing, shipping, or customer information.
  - body: { email?: string, source?: integer, currency?: string, orderUrl?: string, orderDate?: string, taxAmount?: integer, customerid?: integer, externalid?: string, totalPrice?: integer, ecomOrderId: string, orderNumber?: string, connectionid?: integer, abandonedDate?: string, discountAmount?: integer, shippingAmount?: integer, shippingMethod?: string, externalcheckoutid?: string, externalCreatedDate?: string, externalUpdatedDate?: string }
- `POST https://api.mcp.ai/api/active_campaign/update/branding` — Tool to update an existing branding resource in ActiveCampaign. Use when you need to modify branding configuration such as site name, logos, templates, styling, or other branding-related settings.
  - body: { id: string, help?: string, favicon?: string, groupid?: string, license?: string, version?: string, siteLogo?: string, siteName?: string, copyright?: string, siteLogoSmall?: string, footerHtmlValue?: string, footerTextValue?: string, headerHtmlValue?: string, headerTextValue?: string, adminTemplateCss?: string, adminTemplateHtm?: string, publicTemplateCss?: string, publicTemplateHtm?: string }
- `POST https://api.mcp.ai/api/active_campaign/update/calendar` — Tool to update an existing calendar feed in ActiveCampaign. Use when you need to modify calendar properties like title, type, or notification settings.
  - body: { id: string, type?: string, title?: string, notification?: integer }
- `POST https://api.mcp.ai/api/active_campaign/update/configs` — Tool to update an existing configuration in ActiveCampaign. Use when you need to modify configuration settings like pagination preferences or onboarding states for users.
  - body: { config: object, config_id: string }
- `POST https://api.mcp.ai/api/active_campaign/update/connection` — Tool to update an existing connection in ActiveCampaign. Use when you need to modify connection details such as service name, external ID, display name, logo URL, or link URL.
  - body: { name?: string, linkUrl?: string, logoUrl?: string, service?: string, externalid?: string, connection_id: string }
- `POST https://api.mcp.ai/api/active_campaign/update/contact` — Update an existing contact in ActiveCampaign by ID. Use when you need to modify specific fields of a contact such as email, name, or phone number. Note: Contact-Organization relationships are now mana
  - body: { id: integer, email?: string, phone?: string, lastName?: string, firstName?: string }
- `POST https://api.mcp.ai/api/active_campaign/update/contact/deals` — Tool to update an existing secondary contact (contact-deal association) in ActiveCampaign. Use when you need to modify the contact, deal, or role assignment for a secondary contact.
  - body: { id: integer, deal?: integer, role?: integer, contact?: integer }
- `POST https://api.mcp.ai/api/active_campaign/update/custom/field` — Tool to update an existing custom field in ActiveCampaign. Use when you need to modify field properties such as label, type, options, default value, visibility, or display order.
  - body: { fieldId: integer, fieldType?: string, fieldLabel?: string, isRequired?: boolean, displayOrder?: integer, fieldDefault?: string, fieldOptions?: string[], isFormVisible?: boolean, fieldDefaultCurrency?: string }
- `POST https://api.mcp.ai/api/active_campaign/update/custom/field/field/group` — Tool to update a custom field field group member in ActiveCampaign. Use when you need to change the display order or group association of a custom field within a field group.
  - body: { rel_id: string, group_id: string, ordernum: integer, group_member_id: string }
- `POST https://api.mcp.ai/api/active_campaign/update/custom/field/value/for/contact` — Tool to update a custom field value for a contact in ActiveCampaign. Use when you need to set or modify a specific custom field's value for a given contact, such as updating subscription tier, prefere
  - body: { field: integer, value: string, contact: integer, fieldCurrency?: string, field_value_id: integer }
- `POST https://api.mcp.ai/api/active_campaign/update/customer` — Tool to update an existing e-commerce customer in ActiveCampaign. Use when you need to modify customer details such as email, external ID, connection ID, or marketing preferences.
  - body: { email?: string, externalid?: string, customer_id: string, connectionid?: integer, acceptsMarketing?: string }
- `POST https://api.mcp.ai/api/active_campaign/update/deal/custom/field/data` — Updates a custom deal field value in ActiveCampaign. Use when you need to modify an existing custom field value for a deal. Requires deal permission and pipeline-specific permission.
  - body: { id: integer, fieldValue: string, fieldCurrency?: string }
- `POST https://api.mcp.ai/api/active_campaign/update/deal/custom/field/meta` — Updates a custom deal field metadata in ActiveCampaign. Use when you need to modify the definition of a custom field (label, options, default value, visibility, display order). Requires deal managemen
  - body: { id: integer, fieldLabel?: string, displayOrder?: integer, fieldDefault?: string, fieldOptions?: string[], isFormVisible?: boolean }
- `POST https://api.mcp.ai/api/active_campaign/update/deal/groups` — Tool to update an existing pipeline (deal group) in ActiveCampaign. Use when you need to modify pipeline properties such as the title, currency, or permission settings. Only the fields provided in the
  - body: { id: string, dealGroup: object }
- `POST https://api.mcp.ai/api/active_campaign/update/deal/owners/bulk` — Tool to bulk update deal owners in ActiveCampaign. Use when you need to reassign multiple deals to new owners in a single API call. Requires deal management permissions, pipeline-specific permissions,
  - body: { deals: object[] }
- `POST https://api.mcp.ai/api/active_campaign/update/deal/stage` — Tool to update an existing stage in an ActiveCampaign deal pipeline. Use when you need to modify a stage's title, move it to a different pipeline, or change its display order.
  - body: { id: integer, title?: string, pipeline?: integer, displayOrder?: integer }
- `POST https://api.mcp.ai/api/active_campaign/update/deal/task` — Tool to update an existing task in ActiveCampaign. Use when you need to modify task details such as title, description, due date, assignee, status, or associated records (deal, contact, account).
  - body: { id: integer, deal?: integer, note?: string, owner?: integer, title?: string, account?: integer, contact?: integer, duedate?: string, tasktype?: integer, dealTaskStatus?: integer }
- `POST https://api.mcp.ai/api/active_campaign/update/deal/task/type` — Tool to update an existing deal task type in ActiveCampaign. Use when you need to modify the title or status of a task type used for categorizing deal tasks.
  - body: { id: integer, title?: string, status?: integer }
- `POST https://api.mcp.ai/api/active_campaign/update/dealstages/deals` — Tool to move all deals from one stage to another stage in ActiveCampaign. Use when you need to bulk-move all deals in a specific stage to a different stage within the same pipeline. The source and tar
  - body: { id: integer, deal: object }
- `POST https://api.mcp.ai/api/active_campaign/update/edit/variable` — Tool to edit an existing personalization variable in ActiveCampaign. Use when you need to update the name, tag, content, format, or associated lists of a variable.
  - body: { variable_id: string, personalization: object }
- `POST https://api.mcp.ai/api/active_campaign/update/event/tracking/status` — Tool to enable or disable event tracking for your ActiveCampaign account. Use this to toggle event tracking on or off based on your tracking requirements.
  - body: { eventTracking: object }
- `POST https://api.mcp.ai/api/active_campaign/update/field/value` — Tool to update a custom field value by its field value ID in ActiveCampaign. Use when you need to modify an existing field value record directly. Datetime field values are converted to the account's t
  - body: { id: integer, field: integer, value: string, contact: integer, currency?: string }
- `POST https://api.mcp.ai/api/active_campaign/update/group` — Tool to update an existing permission group in ActiveCampaign. Use when you need to modify a group's title or description.
  - body: { id: integer, title?: string, descript?: string }
- `POST https://api.mcp.ai/api/active_campaign/update/message` — Tool to update an existing message in ActiveCampaign. Use when you need to modify message properties such as subject line, sender information, content, or other email configuration settings.
  - body: { id: integer, html?: string, name?: string, text?: string, format?: string, reply2?: string, charset?: string, subject?: string, encoding?: string, fromname?: string, priority?: integer, fromemail?: string, preheader_text?: string }
- `POST https://api.mcp.ai/api/active_campaign/update/note` — Tool to update an existing note in ActiveCampaign by its ID. Use when you need to modify the content of any existing note. This is a generic note update tool that works for notes related to contacts, 
  - body: { id: string, note: object }
- `POST https://api.mcp.ai/api/active_campaign/update/product` — Tool to update an existing product in ActiveCampaign's e-commerce system using GraphQL. Use when you need to modify product details like name, store ID, or connection association.
  - body: { id: string, product: object }
- `POST https://api.mcp.ai/api/active_campaign/update/saved/response` — Tool to update an existing saved response in ActiveCampaign. Use when you need to modify the title, subject, or body of a saved response template.
  - body: { id: string, savedResponse: object }
- `POST https://api.mcp.ai/api/active_campaign/update/schema` — Tool to update a custom object schema in ActiveCampaign. Use when you need to modify schema properties or add new options to dropdown/multi-select fields. Note: For child schemas, you can only add new
  - body: { schema: object, schema_id: string }
- `POST https://api.mcp.ai/api/active_campaign/update/segments/v2` — Tool to update existing segments in ActiveCampaign using the V2 segments API. Use when you need to modify segment configurations, including filtering conditions, descriptions, or metadata. The segment
  - body: { data: object[], segment_id: string }
- `POST https://api.mcp.ai/api/active_campaign/update/segments/v2/created/date` — Tool to revert a segment to how it looked at a specific point in time in ActiveCampaign. Use when you need to restore a segment to a previous state using a historic timestamp. Only segments with non-n
  - body: { segment: object, timestamp: string, segment_id: string }
- `POST https://api.mcp.ai/api/active_campaign/update/site/tracking` — Tool to enable or disable site tracking for your ActiveCampaign account. Use this when you need to toggle site tracking functionality on or off.
  - body: { enabled: boolean }
- `POST https://api.mcp.ai/api/active_campaign/update/user` — Tool to update an existing ActiveCampaign user (team member/staff account) by ID. Use when you need to modify user details such as name, email, phone, username, or group assignment. Group assignment i
  - body: { email?: string, group: integer, phone?: string, user_id: integer, lastName?: string, username?: string, firstName?: string }
- `POST https://api.mcp.ai/api/active_campaign/update/webhook` — Update an existing webhook in ActiveCampaign to modify its configuration such as URL, events, or sources. Use this when you need to change the settings of an already created webhook.
  - body: { id: integer, url?: string, name?: string, events?: string[], actions?: string[], sources?: string[], externalid?: string }
- `POST https://api.mcp.ai/api/active_campaign/upsert/account` — Creates a new account or updates an existing one in ActiveCampaign based on the account name. This action searches for an account by name and either: - Updates the existing account if found (modifies 
  - body: { name: string, owner?: integer, fields?: object[], accountUrl: string }
- `POST https://api.mcp.ai/api/active_campaign/upsert/order` — Create a new order or update an existing order in ActiveCampaign. Existence is determined by the combination of legacyConnectionId and storeOrderId. Use this to sync order data from your e-commerce pl
  - body: { email?: string, notes?: string[], cart_id?: string, currency?: string, order_url?: string, location_id?: string, final_amount: number, order_number?: string, store_status?: string, is_test_order?: boolean, sales_channel?: string, store_order_id: string, creation_source: string, customer_locale?: string, shipping_amount?: number, shipping_method?: string, accepts_marketing?: boolean, normalized_status?: string, store_customer_id?: string, store_created_date: string, store_modified_date?: string, legacy_connection_id: integer, store_external_order_id?: string, created_by_recurring_payment?: boolean }
- `POST https://api.mcp.ai/api/active_campaign/upsert/orders/bulk` — Insert multiple orders or update them if they already exist in ActiveCampaign. This action uses the GraphQL bulkUpsertOrders mutation to synchronously create or update multiple e-commerce orders in a 
  - body: { orders: object[] }
- `POST https://api.mcp.ai/api/active_campaign/upsert/orders/bulk/async` — Tool to insert or update multiple orders asynchronously in ActiveCampaign with high throughput. This action performs data store writes completely asynchronously, making it much faster than synchronous
  - body: { orders: object[] }
- `POST https://api.mcp.ai/api/active_campaign/upsert/products` — Create or update multiple products in a single request using ActiveCampaign's GraphQL API. This action uses the bulkUpsertProducts mutation to efficiently create or update multiple products at once. T
  - body: { products: object[] }
- `POST https://api.mcp.ai/api/active_campaign/upsert/recurring/payments/bulk` — Create or update multiple recurring payments asynchronously in ActiveCampaign. Use this action to sync subscription data from your e-commerce platform to ActiveCampaign for automated marketing and cus
  - body: { recurring_payments: object[] }

## Example prompts
- "What can I do in ActiveCampaign?"
- "Show me a summary of my ActiveCampaign account"

## More
- Page: https://mcp.ai/active_campaign
- Agent spec (llms.txt): https://mcp.ai/active_campaign/llms.txt
- Postman collection: https://mcp.ai/active_campaign/postman.json
