Built by Metorial, the integration platform for agentic AI.
Creates a new company/organization account or updates an existing one. Accounts can be associated with contacts and deals. Supports custom fields.
Creates a new task or updates an existing one. Tasks are typically associated with deals. Supports setting title, due date, task type, assignee, and status.
Creates, updates, deletes, or retrieves mailing lists. Lists are used for organizing contacts and sending campaigns. To subscribe/unsubscribe contacts from lists, use the Manage List Subscription tool.
Creates a note on a contact, deal, or account. Specify the resource type and ID along with the note content.
Lists all deal pipelines and their stages. Useful for finding pipeline and stage IDs needed when creating or updating deals.
Retrieves a contact's full details including custom field values, tags, list subscriptions, and deal associations. Can look up by contact ID or search by email.
Subscribes or unsubscribes a contact to/from a mailing list. Status 1 subscribes the contact and status 2 unsubscribes them.
Creates a new contact or updates an existing one using ActiveCampaign's sync endpoint. If a contact with the given email already exists, it will be updated with the provided fields. Otherwise, a new contact is created. Supports setting custom field values.
Retrieves the full details of a deal by its ID, including associated contact, pipeline, stage, and custom fields.
Creates a new deal or updates an existing one. When creating, provide title, contactId, pipelineId, and stageId at minimum. When updating, provide the dealId and only the fields you want to change. The value is in cents (e.g., 10000 = $100.00).
Permanently deletes a deal from ActiveCampaign.
Lists all available automations with their names, statuses, and entry counts. Use this to find automation IDs for adding or removing contacts.
Lists email campaigns with optional pagination. Returns campaign names, types, send dates, and status information.
Adds or removes tags from a contact. Use the action field to specify whether to add or remove tags. When removing, provide the contactTag IDs (not tag IDs) — these can be obtained from the Get Contact tool.
Searches and lists company/organization accounts. Supports text search and pagination.
Lists custom field definitions for contacts, deals, or accounts. Use this to discover field IDs and types before setting custom field values.
Permanently deletes a contact from ActiveCampaign. This removes the contact and all associated data.
Creates, updates, deletes, or lists tags. Tags can be of type "contact" or "template". Use this to manage tag definitions — to add/remove tags from contacts, use the Manage Contact Tags tool instead.
Lists and filters deals across pipelines. Supports filtering by pipeline, stage, status, owner, and contact. Use for browsing deals or finding specific ones.
Adds a contact to an automation or removes them from one. When removing, provide the contactAutomation ID (available from Get Contact).
Searches and lists contacts with optional filters for email, list, tag, and status. Supports pagination and free-text search across contact fields.
Creates, lists, or deletes ActiveCampaign webhooks for contact, campaign, deal, list, and SMS events.
Retrieves an ActiveCampaign account/company by ID.
Associates a contact with an account/company using ActiveCampaign account-contact relationships.
Deletes an ActiveCampaign account/company by ID.
Lists deal tasks with filters for related object, status, task type, assignee, due date, and text fields.
Deletes a deal task from ActiveCampaign.
Retrieves a deal task by ID, including its related object and assignment fields.
Lists ActiveCampaign account users. Use this to find owner, assignee, and list owner IDs for deals, tasks, and lists.
Lists configured deal task types. Use this to find taskTypeId values before creating tasks.