# How to integrate Active campaign MCP with Autogen

```json
{
  "title": "How to integrate Active campaign MCP with Autogen",
  "toolkit": "Active campaign",
  "toolkit_slug": "active_campaign",
  "framework": "AutoGen",
  "framework_slug": "autogen",
  "url": "https://composio.dev/toolkits/active_campaign/framework/autogen",
  "markdown_url": "https://composio.dev/toolkits/active_campaign/framework/autogen.md",
  "updated_at": "2026-05-12T10:00:04.932Z"
}
```

## Introduction

This guide walks you through connecting Active campaign to AutoGen using the Composio tool router. By the end, you'll have a working Active campaign agent that can add a note to john doe's contact record, create a new contact with email and tags, add contact jane@company.com to 'welcome series' automation through natural language commands.
This guide will help you understand how to give your AutoGen agent real control over a Active campaign account through Composio's Active campaign MCP server.
Before we dive in, let's take a quick look at the key ideas and tools involved.

## Also integrate Active campaign with

- [OpenAI Agents SDK](https://composio.dev/toolkits/active_campaign/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/active_campaign/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/active_campaign/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/active_campaign/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/active_campaign/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/active_campaign/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/active_campaign/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/active_campaign/framework/cli)
- [Google ADK](https://composio.dev/toolkits/active_campaign/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/active_campaign/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/active_campaign/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/active_campaign/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/active_campaign/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/active_campaign/framework/crew-ai)

## TL;DR

Here's what you'll learn:
- Get and set up your OpenAI and Composio API keys
- Install the required dependencies for Autogen and Composio
- Initialize Composio and create a Tool Router session for Active campaign
- Wire that MCP URL into Autogen using McpWorkbench and StreamableHttpServerParams
- Configure an Autogen AssistantAgent that can call Active campaign tools
- Run a live chat loop where you ask the agent to perform Active campaign operations

## What is AutoGen?

Autogen is a framework for building multi-agent conversational AI systems from Microsoft. It enables you to create agents that can collaborate, use tools, and maintain complex workflows.
Key features include:
- Multi-Agent Systems: Build collaborative agent workflows
- MCP Workbench: Native support for Model Context Protocol tools
- Streaming HTTP: Connect to external services through streamable HTTP
- AssistantAgent: Pre-built agent class for tool-using assistants

## What is the Active campaign MCP server, and what's possible with it?

The ActiveCampaign MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your ActiveCampaign account. It provides structured and secure access to your marketing automation and CRM data, so your agent can perform actions like adding contacts, managing deals, creating tasks, and organizing pipelines on your behalf.
- Automated contact management: Easily add new contacts, update details, or attach notes so your customer database stays current and actionable.
- Sales pipeline creation and management: Let your agent create, customize, or delete deal pipelines and organize deals through every stage of your sales process.
- Task and activity automation: Have your agent create tasks for contacts and deals, assign due dates, and ensure important follow-ups never slip through the cracks.
- Deal and account organization: Automatically create, update, or remove accounts and associate them with the right contacts and opportunities for seamless CRM workflows.
- Seamless automation enrollment: Add contacts directly to specific automations, personalizing your marketing or sales outreach at scale without manual effort.

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `ACTIVE_CAMPAIGN_ADD_BROWSE_SESSION_CART` | Add Browse Session to 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 email and connection. Use this to track when a customer adds items to their shopping cart during their browsing session. |
| `ACTIVE_CAMPAIGN_ADD_CONTACT_NOTE` | 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 note. |
| `ACTIVE_CAMPAIGN_ADD_CONTACT_TO_AUTOMATION` | 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 the automation must be created beforehand (automations can only be created through the ActiveCampaign UI, not via API). The action performs two steps: 1. Looks up the contact by email to retrieve their contact ID 2. Enrolls the contact in the specified automation Returns enrollment details including the contact ID, automation ID, status, and timestamps. Note: The automation_id must correspond to an existing, active automation in your ActiveCampaign account. You can find automation IDs through the ActiveCampaign UI or by listing automations via the GET /api/3/automations endpoint. |
| `ACTIVE_CAMPAIGN_ADD_CONTACT_TO_LIST` | 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. |
| `ACTIVE_CAMPAIGN_ADD_CUSTOM_FIELD` | 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 various field types including text, dropdown, date, and more. |
| `ACTIVE_CAMPAIGN_ADD_CUSTOM_FIELD_OPTIONS` | 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 adding options. |
| `ACTIVE_CAMPAIGN_ADD_CUSTOM_FIELD_TO_FIELD_GROUP` | 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. |
| `ACTIVE_CAMPAIGN_ADD_DOMAIN_TO_WHITE_LIST` | Add Domain to Site Tracking Whitelist | 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 allowed for site tracking. After adding a domain to the whitelist, ActiveCampaign can track visitor activity on that domain for analytics and automation purposes. |
| `ACTIVE_CAMPAIGN_ADD_FIELD_RELATIONSHIP` | 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. |
| `ACTIVE_CAMPAIGN_ADD_SECONDARY_CONTACT_TO_DEAL` | 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 to provide context about the contact's role in the deal. Required permissions: User must have permission to manage deals. Required parameters: contact_id, deal_id Optional parameters: job_title |
| `ACTIVE_CAMPAIGN_ADD_TAG_TO_CONTACT` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_ACCOUNT` | 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: account URL, owner (user ID, defaults to 1), custom fields Note: Account names must be unique. If an account with the same name already exists, the API will return an error. |
| `ACTIVE_CAMPAIGN_CREATE_ACCOUNT_CONTACTS` | Create Account Contact Association | 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. |
| `ACTIVE_CAMPAIGN_CREATE_ACCOUNT_CUSTOM_FIELD_DATA` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_ACCOUNT_CUSTOM_FIELD_META` | Create Account Custom Field Metadata | 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 Group API to add it to a field group for visibility on record pages. |
| `ACTIVE_CAMPAIGN_CREATE_ACCOUNT_NOTE` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_ADDRESS` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_A_DEAL_NOTE` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_AN_ORDER` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_A_TAG2` | Create Tag with Type | 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). |
| `ACTIVE_CAMPAIGN_CREATE_BULK_ACCOUNT_CUSTOM_FIELD_DATA` | Bulk Create 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 updates the Last Modified date of associated accounts. If multiple items in the request reference the same accountId, the first item's account will show the modified timestamp. |
| `ACTIVE_CAMPAIGN_CREATE_CALENDARS` | Create Calendar Feed | 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. |
| `ACTIVE_CAMPAIGN_CREATE_CAMPAIGN` | Create Campaign | Tool to create a new campaign in ActiveCampaign. Use when you need to create a broadcast email campaign or automation campaign. |
| `ACTIVE_CAMPAIGN_CREATE_CHILD_SCHEMA` | 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 resellers and application developers. The parent schema must be public and associated with an application ID. |
| `ACTIVE_CAMPAIGN_CREATE_CONNECTION` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_CONTACT_TASK` | 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 include details such as due date, title, description, and can be assigned to a specific user. |
| `ACTIVE_CAMPAIGN_CREATE_CUSTOMER` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_DEAL_CUSTOM_FIELD_META` | Create Deal Custom Field Metadata | 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 API (/api/3/groupMembers) to add it to a field group for visibility on deal pages. |
| `ACTIVE_CAMPAIGN_CREATE_DEAL_PIPELINE` | 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 pipeline, it automatically comes with three default stages: 'To Contact,' 'In Contact,' and 'Follow Up.' |
| `ACTIVE_CAMPAIGN_CREATE_DEAL_ROLE` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_DEAL_STAGE` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_DEAL_TASK_TYPE` | 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 structured task management system within the deals pipeline. This action complements the existing ACTIVE_CAMPAIGN_CREATE_DEAL_TASK action by enabling the creation of custom task types that can be used when creating deal tasks. |
| `ACTIVE_CAMPAIGN_CREATE_DUPLICATE_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. |
| `ACTIVE_CAMPAIGN_CREATE_EVENT_TRACKING_EVENT` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_FORM_OPTIN` | Create Form Opt-in | 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. |
| `ACTIVE_CAMPAIGN_CREATE_IMPORT_BULK` | Bulk Import Contacts | 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 queued and imported in the background. You can optionally provide a webhook callback URL to be notified when the import completes. Use cases: - Migrate contacts from another platform - Import large CSV files of contacts - Bulk upload leads from marketing campaigns - Synchronize contacts from external databases Note: This is an asynchronous operation. The API returns immediately with a batch ID, but contacts are processed in the background. Use the callback parameter to get notified when processing completes. |
| `ACTIVE_CAMPAIGN_CREATE_LIST` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_LIST_GROUP_PERMISSION` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_MESSAGE` | 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 (name and email), reply-to address, and content (HTML and/or text). |
| `ACTIVE_CAMPAIGN_CREATE_METRICS_SNAPSHOT` | Create Metrics Snapshot for Broadcasts | 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 specific broadcast IDs. |
| `ACTIVE_CAMPAIGN_CREATE_NOTE` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_OR_UPDATE_CONTACT` | 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 contact with the given email exists, it will be updated with the provided data - If no contact with the email exists, a new contact will be created This is the recommended way to ensure contact data is up-to-date without manually checking for existence. |
| `ACTIVE_CAMPAIGN_CREATE_OR_UPDATE_CUSTOM_OBJECT_RECORD` | 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 logic: if external_id matches an existing record, it updates; otherwise, it creates a new record. |
| `ACTIVE_CAMPAIGN_CREATE_PRISM_URL_WHITELIST` | Add Domain to Tracking 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 action is required before ActiveCampaign tracking scripts will function on your domain. You can control which features (tracking, conversations, WordPress) are enabled for each whitelisted domain. |
| `ACTIVE_CAMPAIGN_CREATE_PRODUCT` | Create Product in Catalog | 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 information. The product is associated with a specific DeepData connection ID that links it to your e-commerce integration. |
| `ACTIVE_CAMPAIGN_CREATE_SAVED_RESPONSE` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_SEGMENTS_V2` | Create Segment 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 other contact attributes. Only segments supported by the segment-builder UI are guaranteed to work as expected. |
| `ACTIVE_CAMPAIGN_CREATE_SHAREABLE_CAMPAIGN_TEMPLATE_LINK` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_TASKOUTCOME` | Create Task Outcome | 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. |
| `ACTIVE_CAMPAIGN_CREATE_TASK_REMINDER` | 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. |
| `ACTIVE_CAMPAIGN_CREATE_USER` | 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 (staff), not contacts (marketing database entries). |
| `ACTIVE_CAMPAIGN_CREATE_WEBHOOK` | 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, email interactions, or other events. |
| `ACTIVE_CAMPAIGN_DELETE_ACCOUNT` | 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 unwanted accounts. The deletion is immediate and cannot be undone. Returns the deleted account ID upon successful deletion. Raises an error if the account is not found. |
| `ACTIVE_CAMPAIGN_DELETE_ACCOUNT_CONTACTS` | Delete Account Contact Association | 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. |
| `ACTIVE_CAMPAIGN_DELETE_ACCOUNT_CUSTOM_FIELD_DATA` | 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. |
| `ACTIVE_CAMPAIGN_DELETE_ACCOUNT_CUSTOM_FIELD_META` | 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 irreversible. |
| `ACTIVE_CAMPAIGN_DELETE_ACCOUNTS_BULK` | Delete Bulk Accounts | 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 irreversible and will permanently remove all specified accounts and their associated data. Provide a list of account IDs to delete. |
| `ACTIVE_CAMPAIGN_DELETE_ADDRESS` | 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 deletion is immediate and cannot be undone. Returns the deleted address ID upon successful deletion. Raises an error if the address is not found. |
| `ACTIVE_CAMPAIGN_DELETE_ADDRESS_GROUP` | 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 immediately. |
| `ACTIVE_CAMPAIGN_DELETE_AN_ORDER` | 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. |
| `ACTIVE_CAMPAIGN_DELETE_CALENDAR` | Delete Calendar Feed | 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. |
| `ACTIVE_CAMPAIGN_DELETE_CONNECTION` | 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 connections. The deletion is immediate and cannot be undone. Returns the deleted connection ID upon successful deletion. Raises an error if the connection is not found. |
| `ACTIVE_CAMPAIGN_DELETE_CONTACT` | 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 unwanted contacts. The deletion is immediate and cannot be undone. Returns the deleted contact ID upon successful deletion. Raises an error if the contact is not found. |
| `ACTIVE_CAMPAIGN_DELETE_CUSTOMER` | 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. |
| `ACTIVE_CAMPAIGN_DELETE_CUSTOM_FIELD` | 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 associated data. |
| `ACTIVE_CAMPAIGN_DELETE_CUSTOM_FIELD_FIELD_GROUP` | 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 undone. |
| `ACTIVE_CAMPAIGN_DELETE_DEAL` | 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 deal and all associated data. The deletion is immediate and cannot be undone. |
| `ACTIVE_CAMPAIGN_DELETE_DEAL_CUSTOM_FIELD_DATA` | 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. |
| `ACTIVE_CAMPAIGN_DELETE_DEAL_CUSTOM_FIELD_META` | Delete Deal Custom Field Metadata | 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 permissions. |
| `ACTIVE_CAMPAIGN_DELETE_DEAL_PIPELINE` | 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 associated with it. This tool complements the existing ACTIVE_CAMPAIGN_CREATE_DEAL_PIPELINE action and provides the ability to manage the full lifecycle of deal pipelines in ActiveCampaign. |
| `ACTIVE_CAMPAIGN_DELETE_DEAL_ROLE` | 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. |
| `ACTIVE_CAMPAIGN_DELETE_DEAL_STAGE` | 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 (requires new_pipeline_id and new_stage_id), or use action_type='Delete' to delete the stage directly. This action uses the ActiveCampaign DELETE /api/3/dealStages/{id} endpoint with additional logic to safely manage deals. |
| `ACTIVE_CAMPAIGN_DELETE_DEAL_TASKS` | Delete Deal Task | 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. |
| `ACTIVE_CAMPAIGN_DELETE_EVENT` | Delete Event | Tool to delete an event tracking event from ActiveCampaign. Use when you need to remove an event name from the tracking whitelist. |
| `ACTIVE_CAMPAIGN_DELETE_FIELD_RELATIONSHIP` | 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 relationship from the system. |
| `ACTIVE_CAMPAIGN_DELETE_FIELD_VALUE` | 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 value immediately. |
| `ACTIVE_CAMPAIGN_DELETE_FORM` | 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 the system. |
| `ACTIVE_CAMPAIGN_DELETE_GROUP` | 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 the system. |
| `ACTIVE_CAMPAIGN_DELETE_LIST` | 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 is immediate and cannot be undone. |
| `ACTIVE_CAMPAIGN_DELETE_MESSAGE` | 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. Returns the deleted message ID upon successful deletion. Raises an error if the message is not found. |
| `ACTIVE_CAMPAIGN_DELETE_NOTE` | 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 unwanted notes. The deletion is immediate and cannot be undone. Returns the deleted note ID upon successful deletion. Raises an error if the note is not found. |
| `ACTIVE_CAMPAIGN_DELETE_PRODUCT` | 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 irreversible. Use this when you need to remove discontinued or unwanted products from your catalog. |
| `ACTIVE_CAMPAIGN_DELETE_RECORD_BY_EXTERNAL_ID` | 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 unwanted custom object records using their external identifier. The deletion is immediate and cannot be undone. Returns the deleted record's schema ID and external ID upon successful deletion. Raises an error if the record is not found. |
| `ACTIVE_CAMPAIGN_DELETE_RECORD_BY_ID` | Delete Custom Object Record | 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 when you need to clean up old or unwanted custom object records. The deletion is immediate and cannot be undone. Returns the deleted record ID and schema ID upon successful deletion. Raises an error if the record or schema is not found. |
| `ACTIVE_CAMPAIGN_DELETE_SAVED_RESPONSE` | 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 undone. |
| `ACTIVE_CAMPAIGN_DELETE_SCHEMA` | 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 undone. |
| `ACTIVE_CAMPAIGN_DELETE_SECONDARY_CONTACT` | 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 you need to remove a secondary contact from a deal. The deletion is immediate and cannot be undone. |
| `ACTIVE_CAMPAIGN_DELETE_SEGMENTS_V2` | Delete Segment 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 or outdated segments. The API returns the segment's final state before deletion as an audit trail. |
| `ACTIVE_CAMPAIGN_DELETE_TAG` | 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. |
| `ACTIVE_CAMPAIGN_DELETE_USER` | 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 accounts. The deletion is immediate and cannot be undone. Returns the deleted user ID upon successful deletion. Raises an error if the user is not found. |
| `ACTIVE_CAMPAIGN_DELETE_VARIABLE` | 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. |
| `ACTIVE_CAMPAIGN_DELETE_VARIABLES_BULK` | Bulk Delete Variables | 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 variables and silently ignore non-existent IDs. |
| `ACTIVE_CAMPAIGN_DELETE_WEBHOOK` | 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. |
| `ACTIVE_CAMPAIGN_EDIT_CAMPAIGN` | Edit Campaign | Edit an existing campaign in ActiveCampaign. Use this to modify campaign properties like the name. |
| `ACTIVE_CAMPAIGN_FIND_CONTACT` | 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. |
| `ACTIVE_CAMPAIGN_FIND_CONTACT_TASK` | Find Contact Tasks | 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 with details such as task_id, title, description, status, due_date, owner_type (which is Subscriber for contact tasks), related_id, created_date, and updated_date. |
| `ACTIVE_CAMPAIGN_FIND_USER_ACTION` | Find User by Email | 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, MFA status, and related resource links. Note: This finds account users (staff who can log into ActiveCampaign), not contacts (people in your marketing database). To find contacts, use the find contact action instead. |
| `ACTIVE_CAMPAIGN_GET_ACCOUNT_CONTACT` | Get Account Contact Association | 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. |
| `ACTIVE_CAMPAIGN_GET_ACCOUNT_CUSTOM_FIELD_DATA` | 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. |
| `ACTIVE_CAMPAIGN_GET_ACCOUNT_CUSTOM_FIELD_META` | Get Account Custom Field Metadata | Retrieve metadata for a specific account custom field by ID. Returns details including field label, type, options, default value, visibility settings, and timestamps. |
| `ACTIVE_CAMPAIGN_GET_ADDRESS` | Get Address by ID | 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. |
| `ACTIVE_CAMPAIGN_GET_ALL_FIELD_RELATIONSHIPS` | 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 numbers of field relationships. |
| `ACTIVE_CAMPAIGN_GET_AUDIENCES` | Get Audience Segment by ID | 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 the configuration or criteria of a saved segment/audience. |
| `ACTIVE_CAMPAIGN_GET_BRANDING` | 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. |
| `ACTIVE_CAMPAIGN_GET_BROADCAST_METRICS_FAILURES` | 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. |
| `ACTIVE_CAMPAIGN_GET_BROADCASTS_METRICS` | 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 specific broadcasts. |
| `ACTIVE_CAMPAIGN_GET_BROADCASTS_RECIPIENTS` | Get Broadcast Recipients | Fetch all contacts who were sent a specific SMS broadcast in ActiveCampaign. Returns recipient details including delivery status, engagement metrics, and replies. |
| `ACTIVE_CAMPAIGN_GET_BULK_IMPORT_STATUS_INFO` | 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 failed email addresses. |
| `ACTIVE_CAMPAIGN_GET_CALENDAR` | Get Calendar Feed | 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. |
| `ACTIVE_CAMPAIGN_GET_CAMPAIGN_AUTOMATION_CAMPAIGN_LISTS` | 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. |
| `ACTIVE_CAMPAIGN_GET_CAMPAIGN_AUTOMATIONS` | Get Campaign Automations | Get automation information associated with a specific campaign in ActiveCampaign. This action retrieves automation details linked to a campaign ID. |
| `ACTIVE_CAMPAIGN_GET_CAMPAIGN_BY_ID` | 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. |
| `ACTIVE_CAMPAIGN_GET_CAMPAIGN_LINKS` | 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. |
| `ACTIVE_CAMPAIGN_GET_CAMPAIGN_MESSAGE` | 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. |
| `ACTIVE_CAMPAIGN_GET_CAMPAIGN_MESSAGES` | Get Campaign Messages | Get campaign messages associated with a specific campaign in ActiveCampaign. Returns an array of message objects linked to the campaign ID. |
| `ACTIVE_CAMPAIGN_GET_CAMPAIGN_USER` | 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. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_ACCOUNT_CONTACTS` | 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. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_AUTOMATION_ENTRY_COUNTS` | 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. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_AUTOMATIONS` | 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. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_DATA` | 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. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_DATA_GOALS` | Get Contact 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. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_DEALS` | 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, and associated metadata. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_EVENTS_AND_ACTIVITIES` | 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 activities. Returns paginated results with limit and offset parameters. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_FIELD_VALUES` | 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 custom attributes. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_GEO_IPS_LIST` | 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. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_LISTS` | 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. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_LOGS` | 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. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_NOTES` | 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. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_ORGANIZATION` | 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. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_PLUS_APPEND` | 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 data from services like FullContact, Rapleaf, and Fliptop. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_SCORE_VALUES` | 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. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_TAGS` | 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. |
| `ACTIVE_CAMPAIGN_GET_CONTACT_TRACKING_LOGS` | 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. |
| `ACTIVE_CAMPAIGN_GET_CUSTOM_FIELD` | 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 about a custom contact field. |
| `ACTIVE_CAMPAIGN_GET_DEAL_CUSTOM_FIELD_DATA` | 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. |
| `ACTIVE_CAMPAIGN_GET_DEAL_CUSTOM_FIELD_META` | Get Deal Custom Field Metadata | 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. |
| `ACTIVE_CAMPAIGN_GET_DEAL_PIPELINE` | 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 settings. |
| `ACTIVE_CAMPAIGN_GET_DEAL_STAGE` | 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 configurations. |
| `ACTIVE_CAMPAIGN_GET_DEAL_TASK` | 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 or deal information. |
| `ACTIVE_CAMPAIGN_GET_DEAL_TASK_TYPE` | 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. |
| `ACTIVE_CAMPAIGN_GET_EVENT_TRACKING_STATUS` | 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. |
| `ACTIVE_CAMPAIGN_GET_FIELD_VALUE` | 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 timestamps. |
| `ACTIVE_CAMPAIGN_GET_FORM` | Get Form | Retrieve a single form by its ID from ActiveCampaign. Returns comprehensive form details including field configuration, styling, submission behavior, and metadata. |
| `ACTIVE_CAMPAIGN_GET_GROUP_BY_ID` | 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. |
| `ACTIVE_CAMPAIGN_GET_GROUP_LIMITS` | 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. |
| `ACTIVE_CAMPAIGN_GET_LISTS` | Get Lists | Tool to retrieve all mailing lists in ActiveCampaign. Use when you need to fetch list IDs or list information for subscription management. |
| `ACTIVE_CAMPAIGN_GET_LOGGED_IN_USER` | 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. |
| `ACTIVE_CAMPAIGN_GET_NOTE` | 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. |
| `ACTIVE_CAMPAIGN_GET_ORDER` | Get Order from ActiveCampaign | 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. |
| `ACTIVE_CAMPAIGN_GET_PRODUCT_BY_ID` | 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 description. |
| `ACTIVE_CAMPAIGN_GET_RECENT_SEGMENT_COUNTS` | 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. |
| `ACTIVE_CAMPAIGN_GET_RECORD_BY_EXTERNAL_ID` | 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. |
| `ACTIVE_CAMPAIGN_GET_RECORD_BY_ID` | Get Custom Object 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, and timestamps. |
| `ACTIVE_CAMPAIGN_GET_SAVED_RESPONSE` | 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. |
| `ACTIVE_CAMPAIGN_GET_SCHEMA_BY_ID` | 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 fields by setting show_fields to 'all'. |
| `ACTIVE_CAMPAIGN_GET_SECONDARY_CONTACT` | 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. |
| `ACTIVE_CAMPAIGN_GET_SEGMENT_COUNT_BY_TIMESTAMP` | 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 segment count history records. |
| `ACTIVE_CAMPAIGN_GET_SEGMENT_COUNT_HISTORY` | 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 history. Returns up to 50 results with data available for the past 90 days. |
| `ACTIVE_CAMPAIGN_GET_SEGMENT_MATCH` | 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. |
| `ACTIVE_CAMPAIGN_GET_SEGMENT_MATCH_ALL_RESULT` | Get Segment Match-All Result Set | 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) or still processing (false). If is_ready is false and run_id_end is populated, the request has errored. |
| `ACTIVE_CAMPAIGN_GET_SEGMENT_MATCH_BY_EXTERNAL_ID` | 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. |
| `ACTIVE_CAMPAIGN_GET_SEGMENT_MATCH_SOME_RESULT` | Get Segment Match 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 is_ready field indicates if results are available. |
| `ACTIVE_CAMPAIGN_GET_SEGMENTS_V2` | Get Segment 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. |
| `ACTIVE_CAMPAIGN_GET_SEGMENTS_V2_CREATED_DATE` | Get Historic Segment by Timestamp | 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 segment IDs. |
| `ACTIVE_CAMPAIGN_GET_SITE_TRACKING_CODE` | 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 monitoring. The returned code enables site tracking features like page view tracking, visitor identification, and site-based automation triggers. |
| `ACTIVE_CAMPAIGN_GET_SITE_TRACKING_STATUS` | 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. |
| `ACTIVE_CAMPAIGN_GET_SMS_BROADCAST_METRICS_SNAPSHOT` | 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. |
| `ACTIVE_CAMPAIGN_GET_SMS_CREDITS` | 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. |
| `ACTIVE_CAMPAIGN_GET_TAG` | 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. |
| `ACTIVE_CAMPAIGN_GET_TASKOUTCOME` | Get Task Outcome | 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. |
| `ACTIVE_CAMPAIGN_GET_TEMPLATE` | Get Template | Retrieve a single template by its ID from ActiveCampaign. Returns comprehensive template details including content, subject, and configuration settings. |
| `ACTIVE_CAMPAIGN_GET_USER` | Get User by ID | 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, signature, language, timezone, and MFA status. |
| `ACTIVE_CAMPAIGN_GET_USER_BY_USERNAME` | 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. |
| `ACTIVE_CAMPAIGN_GET_USERS` | 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. |
| `ACTIVE_CAMPAIGN_GET_USERS_BY_GROUP` | 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. |
| `ACTIVE_CAMPAIGN_GET_VARIABLE` | 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. |
| `ACTIVE_CAMPAIGN_GET_VARIABLES` | Get Personalization 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. |
| `ACTIVE_CAMPAIGN_GET_WEBHOOK` | 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. |
| `ACTIVE_CAMPAIGN_LIST_ACCOUNT_CONTACTS` | List Account Contact Associations | Tool to retrieve all existing account-contact associations in ActiveCampaign. Use when you need to list relationships between accounts and contacts, with optional filters. |
| `ACTIVE_CAMPAIGN_LIST_ACCOUNT_CUSTOM_FIELD_DATA` | 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. |
| `ACTIVE_CAMPAIGN_LIST_ACCOUNT_CUSTOM_FIELD_META` | List Account Custom Field Metadata | 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 validation requirements. |
| `ACTIVE_CAMPAIGN_LIST_ADDRESSES` | 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. |
| `ACTIVE_CAMPAIGN_LIST_ALL_ACCOUNTS` | 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. |
| `ACTIVE_CAMPAIGN_LIST_ALL_CONTACTS` | 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. Sort contacts by various fields 5. Filter contacts by creation and update dates 6. Filter contacts by list, tag, or segment |
| `ACTIVE_CAMPAIGN_LIST_ALL_CUSTOM_FIELDS2` | List All Custom Fields (with pagination) | 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. |
| `ACTIVE_CAMPAIGN_LIST_ALL_CUSTOM_FIELD_VALUES` | 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. |
| `ACTIVE_CAMPAIGN_LIST_ALL_EVENTS_NAME_ONLY` | List All Event Tracking Events | 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. |
| `ACTIVE_CAMPAIGN_LIST_ALL_SCHEMAS` | 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. |
| `ACTIVE_CAMPAIGN_LIST_ALL_TAGS2` | List All Tags | Tool to retrieve all tags in ActiveCampaign with search functionality. Use when you need to list or search for tags. |
| `ACTIVE_CAMPAIGN_LIST_ALL_WHITE_LISTED_DOMAINS` | List All Whitelisted 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. |
| `ACTIVE_CAMPAIGN_LIST_AUDIENCES` | List Audiences | Retrieve all saved segment summaries (audiences) from ActiveCampaign. Returns a list of all saved segments with their configurations, conditions, and metadata. |
| `ACTIVE_CAMPAIGN_LIST_AUTOMATIONS` | 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. |
| `ACTIVE_CAMPAIGN_LIST_BULK_IMPORT_STATUS` | 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 returned from the bulk import POST request. |
| `ACTIVE_CAMPAIGN_LIST_BULK_IMPORT_STATUS_AGGREGATE` | 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 monitor overall bulk import progress across all batches without needing a specific batch ID. |
| `ACTIVE_CAMPAIGN_LIST_CALENDARS` | List All Calendar Feeds | Tool to list all calendar feeds in ActiveCampaign. Use when you need to retrieve all available calendar feeds for the account. |
| `ACTIVE_CAMPAIGN_LIST_CAMPAIGNS` | List Campaigns | Tool to list all campaigns in ActiveCampaign. Use when you need to retrieve campaign information including standard campaigns and automation campaigns. |
| `ACTIVE_CAMPAIGN_LIST_CONTACT_AUTOMATIONS` | List Contact Automations | List all automations that contacts are enrolled in. Returns enrollment details including status, dates, and progress for each contact-automation pair. |
| `ACTIVE_CAMPAIGN_LIST_CONTACT_DEALS` | List All Secondary Contacts | 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. |
| `ACTIVE_CAMPAIGN_LIST_DEAL_ACTIVITIES` | List All 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. |
| `ACTIVE_CAMPAIGN_LIST_DEAL_CUSTOM_FIELD_DATA` | 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. |
| `ACTIVE_CAMPAIGN_LIST_DEAL_CUSTOM_FIELD_META` | List Deal Custom Field Metadata | 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 requirements. Requires deal management permissions. |
| `ACTIVE_CAMPAIGN_LIST_DEALGROUPS` | List Deal Pipelines | 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. |
| `ACTIVE_CAMPAIGN_LIST_DEAL_ROLES` | List All 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. |
| `ACTIVE_CAMPAIGN_LIST_DEALS2` | List All Deals (Search & Filter) | 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. |
| `ACTIVE_CAMPAIGN_LIST_DEAL_STAGES` | 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 filter by pipeline/group ID or stage title. |
| `ACTIVE_CAMPAIGN_LIST_DEAL_TASK_TYPES` | List All 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. |
| `ACTIVE_CAMPAIGN_LIST_EMAIL_ACTIVITIES` | 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) should be provided for optimal performance. |
| `ACTIVE_CAMPAIGN_LIST_FORMS` | List Forms | Tool to list all forms in ActiveCampaign. Use when you need to retrieve form information including form configurations, fields, and styling. |
| `ACTIVE_CAMPAIGN_LIST_GROUP_MEMBERS` | List All 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. |
| `ACTIVE_CAMPAIGN_LIST_GROUPS` | 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. |
| `ACTIVE_CAMPAIGN_LIST_MESSAGES` | List Messages | Tool to list all messages in ActiveCampaign. Use when you need to retrieve message information including email content, sender details, and metadata. |
| `ACTIVE_CAMPAIGN_LIST_NOTES` | List all 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. |
| `ACTIVE_CAMPAIGN_LIST_ORDER_PRODUCTS` | 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. |
| `ACTIVE_CAMPAIGN_LIST_PRISM_URL_WHITELISTINGS` | 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. |
| `ACTIVE_CAMPAIGN_LIST_RECORDS_FOR_SCHEMA` | 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 parameter for contact, account, or deal. |
| `ACTIVE_CAMPAIGN_LIST_SAVED_RESPONSES` | 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. |
| `ACTIVE_CAMPAIGN_LIST_SCORES` | List All Scores | Tool to list all scoring rules configured in ActiveCampaign. Use when you need to retrieve all available scores for contacts or deals. |
| `ACTIVE_CAMPAIGN_LIST_SEGMENT_MATCH_ALL` | List Segment Match All Contacts | 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 match a specific segment's criteria, especially for large segments where immediate results may not be available. |
| `ACTIVE_CAMPAIGN_LIST_SMS_BROADCAST_LISTS` | 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. |
| `ACTIVE_CAMPAIGN_LIST_SMS_BROADCASTS` | 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 name or date range. |
| `ACTIVE_CAMPAIGN_LIST_TASK_OUTCOMES` | 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. |
| `ACTIVE_CAMPAIGN_LIST_WEBHOOK_EVENTS` | 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. |
| `ACTIVE_CAMPAIGN_LIST_WEBHOOKS` | 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. |
| `ACTIVE_CAMPAIGN_LOCK_PERSONALIZATION` | Lock Personalization Variable | 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. |
| `ACTIVE_CAMPAIGN_MANAGE_CONTACT_TAG` | 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. |
| `ACTIVE_CAMPAIGN_REMOVE_CONTACT_FROM_AUTOMATION` | 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 be enrolled in the same automation multiple times (different runs), and you can choose to remove them from all runs or just the most recent run using the run_remove_option parameter. Use this when you need to unenroll a contact from an automation workflow they're currently enrolled in. This is a destructive operation that cannot be undone. Technical details: Uses /api/3/contacts to find the contact, /api/3/contactAutomations to list their enrollments, and DELETE /api/3/contactAutomations/{id} to remove each enrollment. |
| `ACTIVE_CAMPAIGN_REMOVE_DOMAIN_FROM_WHITELIST` | 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. |
| `ACTIVE_CAMPAIGN_REMOVE_TAG_FROM_CONTACT` | 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). |
| `ACTIVE_CAMPAIGN_RETRIEVE_ACCOUNT` | 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. |
| `ACTIVE_CAMPAIGN_RETRIEVE_A_DEAL` | 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 organizations. |
| `ACTIVE_CAMPAIGN_RETRIEVE_ALL_CONNECTIONS` | 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 platforms. |
| `ACTIVE_CAMPAIGN_RETRIEVE_ALL_CUSTOMERS` | Retrieve All E-Commerce 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 revenue, orders, and products. |
| `ACTIVE_CAMPAIGN_RETRIEVE_ALL_DEALS` | 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. |
| `ACTIVE_CAMPAIGN_RETRIEVE_ALL_ORDERS` | Retrieve All E-Commerce 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 total price, products, and customer information. |
| `ACTIVE_CAMPAIGN_RETRIEVE_ALL_PRODUCTS_FOR_ORDER` | 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. |
| `ACTIVE_CAMPAIGN_RETRIEVE_AN_ORDER` | 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. |
| `ACTIVE_CAMPAIGN_RETRIEVE_AN_ORDER_PRODUCT` | 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 order details. |
| `ACTIVE_CAMPAIGN_RETRIEVE_CONNECTION` | 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. |
| `ACTIVE_CAMPAIGN_RETRIEVE_CUSTOMER` | 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 connection details. |
| `ACTIVE_CAMPAIGN_RETRIEVE_DEAL_ACTIVITIES` | 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 changes, and custom field updates. |
| `ACTIVE_CAMPAIGN_RETRIEVE_LIST` | 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. |
| `ACTIVE_CAMPAIGN_RETRIEVE_MESSAGE` | 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 configuration settings. |
| `ACTIVE_CAMPAIGN_SAVE_BROWSE_SESSION` | 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, products, and metadata. It is intended for testing and development purposes only, not for production integrations. The action will always create a new session rather than updating an existing one. Note that sessions created in an ABANDONED state will NOT generate Browse Abandonment custom objects. |
| `ACTIVE_CAMPAIGN_SEARCH_BROWSE_SESSION` | Search Browse Sessions | 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. |
| `ACTIVE_CAMPAIGN_SEARCH_PRODUCT` | Search Products | 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. |
| `ACTIVE_CAMPAIGN_SEARCH_RECURRING_PAYMENT` | Search Recurring Payments | Search for recurring payment records based on filter criteria. Use when you need to find subscription payments by email, status, connection, or other attributes. |
| `ACTIVE_CAMPAIGN_TEST_TRACKING_EVENT` | 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 tracking events and identify products from URLs. It's useful for validating URL patterns and understanding how browsing events will be handled before implementing live tracking. |
| `ACTIVE_CAMPAIGN_TRACK_EVENT` | Track Event in ActiveCampaign | 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 existing contacts. Events can be used to trigger automation workflows in ActiveCampaign. Prerequisites: - Event Tracking must be enabled in ActiveCampaign (Settings > Tracking > Site Tracking) - The contact must already exist in ActiveCampaign - Event names should be whitelisted in ActiveCampaign for automation usage Use cases: - Track user behavior on your website or application - Trigger targeted email campaigns based on user actions - Monitor engagement and build user profiles - Create conditional automation workflows |
| `ACTIVE_CAMPAIGN_UNLOCK_PERSONALIZATION` | Unlock Personalization Variable | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_ACCOUNT` | 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_ACCOUNT action and provides the ability to modify account details after creation, which is a crucial functionality for account management. |
| `ACTIVE_CAMPAIGN_UPDATE_ACCOUNT_CONTACT` | Update Account Contact Association | 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 account. |
| `ACTIVE_CAMPAIGN_UPDATE_ACCOUNT_CUSTOM_FIELD_DATA` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_ACCOUNT_CUSTOM_FIELD_DATA_BULK` | Bulk Update Account Custom Field Data | 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 efficient than making individual update requests when modifying multiple field values. |
| `ACTIVE_CAMPAIGN_UPDATE_ACCOUNT_CUSTOM_FIELD_META` | Update Account Custom Field Metadata | Update metadata for an account custom field. Allows modification of field label, options, default value, visibility, and display order. |
| `ACTIVE_CAMPAIGN_UPDATE_ACCOUNT_NOTE` | 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 specified by the account ID and note ID. |
| `ACTIVE_CAMPAIGN_UPDATE_ADDRESS` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_A_DEAL` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_A_DEAL_NOTE` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_AN_ORDER` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_A_TAG` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_BRANDING` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_CALENDAR` | Update Calendar Feed | Tool to update an existing calendar feed in ActiveCampaign. Use when you need to modify calendar properties like title, type, or notification settings. |
| `ACTIVE_CAMPAIGN_UPDATE_CONFIGS` | Update Configuration | Tool to update an existing configuration in ActiveCampaign. Use when you need to modify configuration settings like pagination preferences or onboarding states for users. |
| `ACTIVE_CAMPAIGN_UPDATE_CONNECTION` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_CONTACT` | 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 managed through Account-Contact endpoints. |
| `ACTIVE_CAMPAIGN_UPDATE_CONTACT_DEALS` | Update Secondary Contact | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_CUSTOMER` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_CUSTOM_FIELD` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_CUSTOM_FIELD_FIELD_GROUP` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_CUSTOM_FIELD_VALUE_FOR_CONTACT` | 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, preferences, or custom data. |
| `ACTIVE_CAMPAIGN_UPDATE_DEAL_CUSTOM_FIELD_DATA` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_DEAL_CUSTOM_FIELD_META` | Update Deal Custom Field Metadata | 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 management permission and pipeline-specific permission. |
| `ACTIVE_CAMPAIGN_UPDATE_DEAL_GROUPS` | Update Deal Pipeline | 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 dealGroup object will be updated; other fields remain unchanged. |
| `ACTIVE_CAMPAIGN_UPDATE_DEAL_OWNERS_BULK` | Bulk Update Deal Owners | 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, and deal reassign permission. |
| `ACTIVE_CAMPAIGN_UPDATE_DEAL_STAGE` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_DEALSTAGES_DEALS` | Update Deal Stage 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 target stages must belong to the same pipeline, otherwise a 422 error will be returned. |
| `ACTIVE_CAMPAIGN_UPDATE_DEAL_TASK` | 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). |
| `ACTIVE_CAMPAIGN_UPDATE_DEAL_TASK_TYPE` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_EDIT_VARIABLE` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_EVENT_TRACKING_STATUS` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_FIELD_VALUE` | 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 timezone when saved. |
| `ACTIVE_CAMPAIGN_UPDATE_GROUP` | Update Group | Tool to update an existing permission group in ActiveCampaign. Use when you need to modify a group's title or description. |
| `ACTIVE_CAMPAIGN_UPDATE_MESSAGE` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_NOTE` | 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, deals, or accounts. |
| `ACTIVE_CAMPAIGN_UPDATE_PRODUCT` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_SAVED_RESPONSE` | 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. |
| `ACTIVE_CAMPAIGN_UPDATE_SCHEMA` | 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 options to existing dropdown/multi-select fields. |
| `ACTIVE_CAMPAIGN_UPDATE_SEGMENTS_V2` | Update Segment 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 ID must be in UUID format (e.g., 'f0390c20-ce33-46ae-8c19-468f770fd1f7'), not numeric format. |
| `ACTIVE_CAMPAIGN_UPDATE_SEGMENTS_V2_CREATED_DATE` | Revert Segment to Historic State | 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-numeric segment IDs are supported. |
| `ACTIVE_CAMPAIGN_UPDATE_SITE_TRACKING` | Update Site Tracking Status | Tool to enable or disable site tracking for your ActiveCampaign account. Use this when you need to toggle site tracking functionality on or off. |
| `ACTIVE_CAMPAIGN_UPDATE_USER` | 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 is required. |
| `ACTIVE_CAMPAIGN_UPDATE_WEBHOOK` | 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. |
| `ACTIVE_CAMPAIGN_UPSERT_ACCOUNT` | 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 URL, owner, and custom fields) - Creates a new account if not found Use this when you want to ensure an account exists with specific properties without worrying about duplicate creation. The account name is used as the unique identifier for matching existing accounts. |
| `ACTIVE_CAMPAIGN_UPSERT_ORDER` | 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 platform. |
| `ACTIVE_CAMPAIGN_UPSERT_ORDERS_BULK` | Bulk Upsert Orders | 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 single request. Orders are matched by storeOrderId - if an order with the same storeOrderId exists for the given connection, it will be updated; otherwise, a new order will be created. Use this action when you need to sync multiple orders from your e-commerce system to ActiveCampaign in an efficient manner. This is ideal for batch imports, periodic syncs, or processing multiple orders at once. |
| `ACTIVE_CAMPAIGN_UPSERT_ORDERS_BULK_ASYNC` | Bulk Upsert Orders 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 bulk operations. Recommended for all stores processing large volumes of orders. Use when you need to import historical orders or sync real-time order data from e-commerce platforms. |
| `ACTIVE_CAMPAIGN_UPSERT_PRODUCTS` | Bulk 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. The API automatically deduplicates entries with identical storePrimaryId and legacyConnectionId combinations, ensuring no duplicate products are created. |
| `ACTIVE_CAMPAIGN_UPSERT_RECURRING_PAYMENTS_BULK` | 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 customer tracking. |

## Supported Triggers

None listed.

## Creating MCP Server - Stand-alone vs Composio SDK

The Active campaign MCP server is an implementation of the Model Context Protocol that connects your AI agents and assistants directly to Active campaign. Instead of manually wiring Active campaign APIs, OAuth, and scopes yourself, you get a structured, tool-based interface that an LLM can call safely.
With Composio's managed implementation, you don't have to create your own developer app. For production, if you're building an end product, we recommend using your own credentials. The managed server helps you prototype fast and go from 0-1 faster.

## Step-by-step Guide

### 1. Prerequisites

You will need:
- A Composio API key
- An OpenAI API key (used by Autogen's OpenAIChatCompletionClient)
- A Active campaign account you can connect to Composio
- Some basic familiarity with Autogen and Python async

### 1. Getting API Keys for OpenAI and Composio

OpenAI API Key
- Go to the [OpenAI dashboard](https://platform.openai.com/settings/organization/api-keys) and create an API key. You'll need credits to use the models, or you can connect to another model provider.
- Keep the API key safe.
Composio API Key
- Log in to the [Composio dashboard](https://dashboard.composio.dev?utm_source=toolkits&utm_medium=framework_docs).
- Navigate to your API settings and generate a new API key.
- Store this key securely as you'll need it for authentication.

### 2. Install dependencies

Install Composio, Autogen extensions, and dotenv.
What's happening:
- composio connects your agent to Active campaign via MCP
- autogen-agentchat provides the AssistantAgent class
- autogen-ext-openai provides the OpenAI model client
- autogen-ext-tools provides MCP workbench support
```bash
pip install composio python-dotenv
pip install autogen-agentchat autogen-ext-openai autogen-ext-tools
```

### 3. Set up environment variables

Create a .env file in your project folder.
What's happening:
- COMPOSIO_API_KEY is required to talk to Composio
- OPENAI_API_KEY is used by Autogen's OpenAI client
- USER_ID is how Composio identifies which user's Active campaign connections to use
```bash
COMPOSIO_API_KEY=your-composio-api-key
OPENAI_API_KEY=your-openai-api-key
USER_ID=your-user-identifier@example.com
```

### 4. Import dependencies and create Tool Router session

What's happening:
- load_dotenv() reads your .env file
- Composio(api_key=...) initializes the SDK
- create(...) creates a Tool Router session that exposes Active campaign tools
- session.mcp.url is the MCP endpoint that Autogen will connect to
```python
import asyncio
import os
from dotenv import load_dotenv
from composio import Composio

from autogen_agentchat.agents import AssistantAgent
from autogen_ext.models.openai import OpenAIChatCompletionClient
from autogen_ext.tools.mcp import McpWorkbench, StreamableHttpServerParams

load_dotenv()

async def main():
    # Initialize Composio and create a Active campaign session
    composio = Composio(api_key=os.getenv("COMPOSIO_API_KEY"))
    session = composio.create(
        user_id=os.getenv("USER_ID"),
        toolkits=["active_campaign"]
    )
    url = session.mcp.url
```

### 5. Configure MCP parameters for Autogen

Autogen expects parameters describing how to talk to the MCP server. That is what StreamableHttpServerParams is for.
What's happening:
- url points to the Tool Router MCP endpoint from Composio
- timeout is the HTTP timeout for requests
- sse_read_timeout controls how long to wait when streaming responses
- terminate_on_close=True cleans up the MCP server process when the workbench is closed
```python
# Configure MCP server parameters for Streamable HTTP
server_params = StreamableHttpServerParams(
    url=url,
    timeout=30.0,
    sse_read_timeout=300.0,
    terminate_on_close=True,
    headers={"x-api-key": os.getenv("COMPOSIO_API_KEY")}
)
```

### 6. Create the model client and agent

What's happening:
- OpenAIChatCompletionClient wraps the OpenAI model for Autogen
- McpWorkbench connects the agent to the MCP tools
- AssistantAgent is configured with the Active campaign tools from the workbench
```python
# Create model client
model_client = OpenAIChatCompletionClient(
    model="gpt-5",
    api_key=os.getenv("OPENAI_API_KEY")
)

# Use McpWorkbench as context manager
async with McpWorkbench(server_params) as workbench:
    # Create Active campaign assistant agent with MCP tools
    agent = AssistantAgent(
        name="active_campaign_assistant",
        description="An AI assistant that helps with Active campaign operations.",
        model_client=model_client,
        workbench=workbench,
        model_client_stream=True,
        max_tool_iterations=10
    )
```

### 7. Run the interactive chat loop

What's happening:
- The script prompts you in a loop with You:
- Autogen passes your input to the model, which decides which Active campaign tools to call via MCP
- agent.run_stream(...) yields streaming messages as the agent thinks and calls tools
- Typing exit, quit, or bye ends the loop
```python
print("Chat started! Type 'exit' or 'quit' to end the conversation.\n")
print("Ask any Active campaign related question or task to the agent.\n")

# Conversation loop
while True:
    user_input = input("You: ").strip()

    if user_input.lower() in ["exit", "quit", "bye"]:
        print("\nGoodbye!")
        break

    if not user_input:
        continue

    print("\nAgent is thinking...\n")

    # Run the agent with streaming
    try:
        response_text = ""
        async for message in agent.run_stream(task=user_input):
            if hasattr(message, "content") and message.content:
                response_text = message.content

        # Print the final response
        if response_text:
            print(f"Agent: {response_text}\n")
        else:
            print("Agent: I encountered an issue processing your request.\n")

    except Exception as e:
        print(f"Agent: Sorry, I encountered an error: {str(e)}\n")
```

## Complete Code

```python
import asyncio
import os
from dotenv import load_dotenv
from composio import Composio

from autogen_agentchat.agents import AssistantAgent
from autogen_ext.models.openai import OpenAIChatCompletionClient
from autogen_ext.tools.mcp import McpWorkbench, StreamableHttpServerParams

load_dotenv()

async def main():
    # Initialize Composio and create a Active campaign session
    composio = Composio(api_key=os.getenv("COMPOSIO_API_KEY"))
    session = composio.create(
        user_id=os.getenv("USER_ID"),
        toolkits=["active_campaign"]
    )
    url = session.mcp.url

    # Configure MCP server parameters for Streamable HTTP
    server_params = StreamableHttpServerParams(
        url=url,
        timeout=30.0,
        sse_read_timeout=300.0,
        terminate_on_close=True,
        headers={"x-api-key": os.getenv("COMPOSIO_API_KEY")}
    )

    # Create model client
    model_client = OpenAIChatCompletionClient(
        model="gpt-5",
        api_key=os.getenv("OPENAI_API_KEY")
    )

    # Use McpWorkbench as context manager
    async with McpWorkbench(server_params) as workbench:
        # Create Active campaign assistant agent with MCP tools
        agent = AssistantAgent(
            name="active_campaign_assistant",
            description="An AI assistant that helps with Active campaign operations.",
            model_client=model_client,
            workbench=workbench,
            model_client_stream=True,
            max_tool_iterations=10
        )

        print("Chat started! Type 'exit' or 'quit' to end the conversation.\n")
        print("Ask any Active campaign related question or task to the agent.\n")

        # Conversation loop
        while True:
            user_input = input("You: ").strip()

            if user_input.lower() in ['exit', 'quit', 'bye']:
                print("\nGoodbye!")
                break

            if not user_input:
                continue

            print("\nAgent is thinking...\n")

            # Run the agent with streaming
            try:
                response_text = ""
                async for message in agent.run_stream(task=user_input):
                    if hasattr(message, 'content') and message.content:
                        response_text = message.content

                # Print the final response
                if response_text:
                    print(f"Agent: {response_text}\n")
                else:
                    print("Agent: I encountered an issue processing your request.\n")

            except Exception as e:
                print(f"Agent: Sorry, I encountered an error: {str(e)}\n")

if __name__ == "__main__":
    asyncio.run(main())
```

## Conclusion

You now have an Autogen assistant wired into Active campaign through Composio's Tool Router and MCP. From here you can:
- Add more toolkits to the toolkits list, for example notion or hubspot
- Refine the agent description to point it at specific workflows
- Wrap this script behind a UI, Slack bot, or internal tool
Once the pattern is clear for Active campaign, you can reuse the same structure for other MCP-enabled apps with minimal code changes.

## How to build Active campaign MCP Agent with another framework

- [OpenAI Agents SDK](https://composio.dev/toolkits/active_campaign/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/active_campaign/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/active_campaign/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/active_campaign/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/active_campaign/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/active_campaign/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/active_campaign/framework/hermes-agent)
- [CLI](https://composio.dev/toolkits/active_campaign/framework/cli)
- [Google ADK](https://composio.dev/toolkits/active_campaign/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/active_campaign/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/active_campaign/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/active_campaign/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/active_campaign/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/active_campaign/framework/crew-ai)

## Related Toolkits

- [Reddit](https://composio.dev/toolkits/reddit) - Reddit is a social news platform with thriving user-driven communities (subreddits). It's the go-to place for discussion, content sharing, and viral marketing.
- [Facebook](https://composio.dev/toolkits/facebook) - Facebook is a social media and advertising platform for businesses and creators. It helps you connect, share, and manage content across your public Facebook Pages.
- [Linkedin](https://composio.dev/toolkits/linkedin) - LinkedIn is a professional networking platform for connecting, sharing content, and engaging with business opportunities. It's the go-to place for building your professional brand and unlocking new career connections.
- [ActiveTrail](https://composio.dev/toolkits/active_trail) - ActiveTrail is a user-friendly email marketing and automation platform. It helps you reach subscribers and automate campaigns with ease.
- [Ahrefs](https://composio.dev/toolkits/ahrefs) - Ahrefs is an SEO and marketing platform for site audits, keyword research, and competitor insights. It helps you improve search rankings and drive organic traffic.
- [Amcards](https://composio.dev/toolkits/amcards) - AMCards lets you create and mail personalized greeting cards online. Build stronger customer relationships with easy, automated card campaigns.
- [Beamer](https://composio.dev/toolkits/beamer) - Beamer is a news and changelog platform for in-app announcements and feature updates. It helps companies boost user engagement by sharing news where users are most active.
- [Benchmark email](https://composio.dev/toolkits/benchmark_email) - Benchmark Email is a platform for creating, sending, and tracking email campaigns. It's built to help you engage audiences and analyze results—all in one place.
- [Bigmailer](https://composio.dev/toolkits/bigmailer) - BigMailer is an email marketing platform for managing multiple brands with white-labeling and automation. It helps teams streamline campaigns and simplify integration with Amazon SES.
- [Brandfetch](https://composio.dev/toolkits/brandfetch) - Brandfetch is an API that delivers company logos, colors, and visual branding assets. It helps marketers and developers keep brand visuals consistent everywhere.
- [Brevo](https://composio.dev/toolkits/brevo) - Brevo is an all-in-one email and SMS marketing platform for transactional messaging, automation, and CRM. It helps businesses engage customers and streamline communications through powerful campaign tools.
- [Campayn](https://composio.dev/toolkits/campayn) - Campayn is an email marketing platform for creating, sending, and managing campaigns. It helps businesses engage contacts and grow audiences with easy-to-use tools.
- [Cardly](https://composio.dev/toolkits/cardly) - Cardly is a platform for creating and sending personalized direct mail to customers. It helps businesses break through the digital clutter by getting real engagement via physical mailboxes.
- [ClickSend](https://composio.dev/toolkits/clicksend) - ClickSend is a cloud-based SMS and email marketing platform for businesses. It streamlines communication by enabling quick message delivery and contact management.
- [Crustdata](https://composio.dev/toolkits/crustdata) - CrustData is an AI-powered data intelligence platform for real-time company and people data. It helps B2B sales teams, AI SDRs, and investors react to live business signals.
- [Curated](https://composio.dev/toolkits/curated) - Curated is a platform for collecting, curating, and publishing newsletters. It streamlines content aggregation and distribution for creators and teams.
- [Customerio](https://composio.dev/toolkits/customerio) - Customer.io is a customer engagement platform for targeted messaging across email, SMS, and push. Easily automate, segment, and track communications with your audience.
- [Cutt ly](https://composio.dev/toolkits/cutt_ly) - Cutt.ly is a URL shortening service for managing and analyzing links. Streamline your workflows with quick, trackable, and branded short URLs.
- [Demio](https://composio.dev/toolkits/demio) - Demio is webinar software built for marketers, offering both live and automated sessions with interactive features. It helps teams engage audiences and optimize lead generation through detailed analytics.
- [Doppler marketing automation](https://composio.dev/toolkits/doppler_marketing_automation) - Doppler marketing automation is a platform for creating, sending, and tracking email campaigns. It helps you automate marketing workflows and manage subscriber lists for better engagement.

## Frequently Asked Questions

### What are the differences in Tool Router MCP and Active campaign MCP?

With a standalone Active campaign MCP server, the agents and LLMs can only access a fixed set of Active campaign tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Active campaign and many other apps based on the task at hand, all through a single MCP endpoint.

### Can I use Tool Router MCP with Autogen?

Yes, you can. Autogen fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Active campaign tools.

### Can I manage the permissions and scopes for Active campaign while using Tool Router?

Yes, absolutely. You can configure which Active campaign scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

### How safe is my data with Composio Tool Router?

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Active campaign data and credentials are handled as safely as possible.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
