ActiveCampaign
Connect to ActiveCampaign to manage contacts, lists, campaigns, automations, and deals.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "ACTIVE_CAMPAIGN_CREATE_CAMPAIGN", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("ACTIVE_CAMPAIGN_CREATE_CAMPAIGN", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute ACTIVE_CAMPAIGN_CREATE_CAMPAIGN --data '{ }'Tool 目录
可用 Tools
13 个可调用操作
Create campaignACTIVE_CAMPAIGN_CREATE_CAMPAIGNCreates an ActiveCampaign campaign.需要连接
Creates an ActiveCampaign campaign.
认证
需要 Connected AccountTags
Create dealACTIVE_CAMPAIGN_CREATE_DEALCreates an ActiveCampaign CRM deal.需要连接
Creates an ActiveCampaign CRM deal.
认证
需要 Connected AccountTags
Create mailing listACTIVE_CAMPAIGN_CREATE_LISTCreates an ActiveCampaign mailing list.需要连接
Creates an ActiveCampaign mailing list.
认证
需要 Connected AccountTags
Get contactACTIVE_CAMPAIGN_GET_CONTACTRetrieves a contact by ID.需要连接
Retrieves a contact by ID.
认证
需要 Connected AccountTags
Get current ActiveCampaign userACTIVE_CAMPAIGN_GET_CURRENT_USERRetrieves the current user associated with the API key.需要连接
Retrieves the current user associated with the API key.
认证
需要 Connected AccountTags
List automationsACTIVE_CAMPAIGN_LIST_AUTOMATIONSRetrieves ActiveCampaign automations.需要连接
Retrieves ActiveCampaign automations.
认证
需要 Connected AccountTags
List campaignsACTIVE_CAMPAIGN_LIST_CAMPAIGNSRetrieves ActiveCampaign campaigns.需要连接
Retrieves ActiveCampaign campaigns.
认证
需要 Connected AccountTags
List, search, and filter contactsACTIVE_CAMPAIGN_LIST_CONTACTSLists contacts and supports common search, pagination, and filtering parameters.需要连接
Lists contacts and supports common search, pagination, and filtering parameters.
认证
需要 Connected AccountTags
List dealsACTIVE_CAMPAIGN_LIST_DEALSRetrieves ActiveCampaign CRM deals.需要连接
Retrieves ActiveCampaign CRM deals.
认证
需要 Connected AccountTags
List mailing listsACTIVE_CAMPAIGN_LIST_LISTSRetrieves ActiveCampaign mailing lists.需要连接
Retrieves ActiveCampaign mailing lists.
认证
需要 Connected AccountTags
Subscribe or unsubscribe contact to listACTIVE_CAMPAIGN_SUBSCRIBE_CONTACT_TO_LISTCreates a contact-list relationship. Use status 1 to subscribe and status 2 to unsubscribe.需要连接
Creates a contact-list relationship. Use status 1 to subscribe and status 2 to unsubscribe.
认证
需要 Connected AccountTags
Sync contact dataACTIVE_CAMPAIGN_SYNC_CONTACTCreates or updates a contact by email address.需要连接
Creates or updates a contact by email address.
认证
需要 Connected AccountTags
Update contactACTIVE_CAMPAIGN_UPDATE_CONTACTUpdates an existing contact by ID.需要连接
Updates an existing contact by ID.
认证
需要 Connected AccountTags