Open Connector
All tools

Smartlead.ai

Use Smartlead.ai to inspect campaigns, analytics, leads, email accounts, and lead lists.

smartlead-aiv1.0.013 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

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.

Retrieve campaign IDs/names for reporting selectors.

Authentication

Connected account required

Tags

analyticscampaigns
Campaign PerformanceSMARTLEAD_AI_ANALYTICS_CAMPAIGN_PERFORMANCEGet campaign performance metrics for a date range.

Get campaign performance metrics for a date range.

Authentication

Connected account required

Tags

analyticscampaigns
Get All CampaignsSMARTLEAD_AI_GET_ALL_CAMPAIGNSList campaigns for the authenticated Smartlead account.

List campaigns for the authenticated Smartlead account.

Authentication

Connected account required

Tags

campaigns
Get Campaign AnalyticsSMARTLEAD_AI_GET_CAMPAIGN_ANALYTICSFetch top-level campaign analytics.

Fetch top-level campaign analytics.

Authentication

Connected account required

Tags

campaignsanalytics
Get Campaign by IDSMARTLEAD_AI_GET_CAMPAIGN_BY_IDFetch a campaign by ID.

Fetch a campaign by ID.

Authentication

Connected account required

Tags

campaigns
Get Campaign Email AccountsSMARTLEAD_AI_GET_CAMPAIGN_EMAIL_ACCOUNTSList email accounts assigned to a campaign.

List email accounts assigned to a campaign.

Authentication

Connected account required

Tags

campaignsemail-accounts
Get Campaign LeadsSMARTLEAD_AI_GET_CAMPAIGN_LEADSList leads in a campaign.

List leads in a campaign.

Authentication

Connected account required

Tags

campaignsleads
Get Campaign SequencesSMARTLEAD_AI_GET_CAMPAIGN_SEQUENCESFetch sequence steps configured for a campaign.

Fetch sequence steps configured for a campaign.

Authentication

Connected account required

Tags

campaignssequences
Get Campaign StatisticsSMARTLEAD_AI_GET_CAMPAIGN_STATISTICSFetch aggregate campaign statistics.

Fetch aggregate campaign statistics.

Authentication

Connected account required

Tags

campaignsanalytics
Get Email Account by IDSMARTLEAD_AI_GET_EMAIL_ACCOUNT_BY_IDFetch an email account by ID.

Fetch an email account by ID.

Authentication

Connected account required

Tags

email-accounts
Get All Email AccountsSMARTLEAD_AI_GET_EMAIL_ACCOUNTSList Smartlead email accounts.

List Smartlead email accounts.

Authentication

Connected account required

Tags

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.

Authentication

Connected account required

Tags

lead-lists
Get All Lead ListsSMARTLEAD_AI_GET_LEAD_LISTSList Smartlead lead lists.

List Smartlead lead lists.

Authentication

Connected account required

Tags

lead-lists

Provider resources