Smartlead.ai
Use Smartlead.ai to inspect campaigns, analytics, leads, email accounts, and lead lists.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
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 catalog
Available tools
13 callable operations
Get Campaign ListSMARTLEAD_AI_ANALYTICS_CAMPAIGN_LISTRetrieve campaign IDs/names for reporting selectors.Connection
Retrieve campaign IDs/names for reporting selectors.
Authentication
Connected account requiredTags
Campaign PerformanceSMARTLEAD_AI_ANALYTICS_CAMPAIGN_PERFORMANCEGet campaign performance metrics for a date range.Connection
Get campaign performance metrics for a date range.
Authentication
Connected account requiredTags
Get All CampaignsSMARTLEAD_AI_GET_ALL_CAMPAIGNSList campaigns for the authenticated Smartlead account.Connection
List campaigns for the authenticated Smartlead account.
Authentication
Connected account requiredTags
Get Campaign AnalyticsSMARTLEAD_AI_GET_CAMPAIGN_ANALYTICSFetch top-level campaign analytics.Connection
Fetch top-level campaign analytics.
Authentication
Connected account requiredTags
Get Campaign by IDSMARTLEAD_AI_GET_CAMPAIGN_BY_IDFetch a campaign by ID.Connection
Fetch a campaign by ID.
Authentication
Connected account requiredTags
Get Campaign Email AccountsSMARTLEAD_AI_GET_CAMPAIGN_EMAIL_ACCOUNTSList email accounts assigned to a campaign.Connection
List email accounts assigned to a campaign.
Authentication
Connected account requiredTags
Get Campaign LeadsSMARTLEAD_AI_GET_CAMPAIGN_LEADSList leads in a campaign.Connection
List leads in a campaign.
Authentication
Connected account requiredTags
Get Campaign SequencesSMARTLEAD_AI_GET_CAMPAIGN_SEQUENCESFetch sequence steps configured for a campaign.Connection
Fetch sequence steps configured for a campaign.
Authentication
Connected account requiredTags
Get Campaign StatisticsSMARTLEAD_AI_GET_CAMPAIGN_STATISTICSFetch aggregate campaign statistics.Connection
Fetch aggregate campaign statistics.
Authentication
Connected account requiredTags
Get Email Account by IDSMARTLEAD_AI_GET_EMAIL_ACCOUNT_BY_IDFetch an email account by ID.Connection
Fetch an email account by ID.
Authentication
Connected account requiredTags
Get All Email AccountsSMARTLEAD_AI_GET_EMAIL_ACCOUNTSList Smartlead email accounts.Connection
List Smartlead email accounts.
Authentication
Connected account requiredTags
Get Lead List by IDSMARTLEAD_AI_GET_LEAD_LIST_BY_IDFetch a Smartlead lead list by ID.Connection
Fetch a Smartlead lead list by ID.
Authentication
Connected account requiredTags
Get All Lead ListsSMARTLEAD_AI_GET_LEAD_LISTSList Smartlead lead lists.Connection
List Smartlead lead lists.
Authentication
Connected account requiredTags