Smartlead.ai
Use Smartlead.ai to inspect campaigns, analytics, leads, email accounts, and lead lists.
smartlead-aiv1.0.013 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| 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: "SMARTLEAD_AI_ANALYTICS_CAMPAIGN_LIST", 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("SMARTLEAD_AI_ANALYTICS_CAMPAIGN_LIST", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute SMARTLEAD_AI_ANALYTICS_CAMPAIGN_LIST --data '{ }'Tool 目录
可用 Tools
13 个可调用操作
Get Campaign ListSMARTLEAD_AI_ANALYTICS_CAMPAIGN_LISTRetrieve campaign IDs/names for reporting selectors.需要连接
Retrieve campaign IDs/names for reporting selectors.
认证
需要 Connected AccountTags
analyticscampaigns
Campaign PerformanceSMARTLEAD_AI_ANALYTICS_CAMPAIGN_PERFORMANCEGet campaign performance metrics for a date range.需要连接
Get campaign performance metrics for a date range.
认证
需要 Connected AccountTags
analyticscampaigns
Get All CampaignsSMARTLEAD_AI_GET_ALL_CAMPAIGNSList campaigns for the authenticated Smartlead account.需要连接
List campaigns for the authenticated Smartlead account.
认证
需要 Connected AccountTags
campaigns
Get Campaign AnalyticsSMARTLEAD_AI_GET_CAMPAIGN_ANALYTICSFetch top-level campaign analytics.需要连接
Fetch top-level campaign analytics.
认证
需要 Connected AccountTags
campaignsanalytics
Get Campaign by IDSMARTLEAD_AI_GET_CAMPAIGN_BY_IDFetch a campaign by ID.需要连接
Fetch a campaign by ID.
认证
需要 Connected AccountTags
campaigns
Get Campaign Email AccountsSMARTLEAD_AI_GET_CAMPAIGN_EMAIL_ACCOUNTSList email accounts assigned to a campaign.需要连接
List email accounts assigned to a campaign.
认证
需要 Connected AccountTags
campaignsemail-accounts
Get Campaign LeadsSMARTLEAD_AI_GET_CAMPAIGN_LEADSList leads in a campaign.需要连接
List leads in a campaign.
认证
需要 Connected AccountTags
campaignsleads
Get Campaign SequencesSMARTLEAD_AI_GET_CAMPAIGN_SEQUENCESFetch sequence steps configured for a campaign.需要连接
Fetch sequence steps configured for a campaign.
认证
需要 Connected AccountTags
campaignssequences
Get Campaign StatisticsSMARTLEAD_AI_GET_CAMPAIGN_STATISTICSFetch aggregate campaign statistics.需要连接
Fetch aggregate campaign statistics.
认证
需要 Connected AccountTags
campaignsanalytics
Get Email Account by IDSMARTLEAD_AI_GET_EMAIL_ACCOUNT_BY_IDFetch an email account by ID.需要连接
Fetch an email account by ID.
认证
需要 Connected AccountTags
email-accounts
Get All Email AccountsSMARTLEAD_AI_GET_EMAIL_ACCOUNTSList Smartlead email accounts.需要连接
List Smartlead email accounts.
认证
需要 Connected AccountTags
email-accounts
Get Lead List by IDSMARTLEAD_AI_GET_LEAD_LIST_BY_IDFetch a Smartlead lead list by ID.需要连接
Fetch a Smartlead lead list by ID.
认证
需要 Connected AccountTags
lead-lists
Get All Lead ListsSMARTLEAD_AI_GET_LEAD_LISTSList Smartlead lead lists.需要连接
List Smartlead lead lists.
认证
需要 Connected AccountTags
lead-lists