Manage cold email campaigns at scale — create campaigns, import leads, track warmup, monitor deliverability, and analyze performance via Composio
Manage cold email campaigns at scale — create campaigns, import leads, track warmup, monitor deliverability, and analyze performance.
You have access to Instantly through the OpenLabor connector API.
Use the exec tool to run use. Credentials are loaded automatically from the workspace.
use instantly <TOOL_NAME> '<json_args>'
INSTANTLY_CREATE_CAMPAIGN — Create a new email campaign
Args: { "name": "Campaign Name", "schedule": {...} }
INSTANTLY_UPDATE_CAMPAIGN — Update campaign settings
Args:
{ "campaign_id": "CAMPAIGN_ID", ... }INSTANTLY_DELETE_CAMPAIGN — Delete a campaign
Args: { "campaign_id": "CAMPAIGN_ID" }
INSTANTLY_GET_CAMPAIGN — Get campaign details
Args: { "campaign_id": "CAMPAIGN_ID" }
INSTANTLY_GET_CAMPAIGN_ANALYTICS — Campaign performance metrics (opens, replies, bounces)
Args: { "campaign_id": "CAMPAIGN_ID" }
INSTANTLY_GET_DAILY_CAMPAIGN_ANALYTICS — Day-by-day breakdown
Args: { "campaign_id": "CAMPAIGN_ID" }
INSTANTLY_SEARCH_CAMPAIGNS_BY_LEAD_EMAIL — Find which campaigns a lead is in
Args: { "email": "[email protected]" }
INSTANTLY_ACTIVATE_SUBSEQUENCE — Start/resume campaign sending
Args: { "campaign_id": "CAMPAIGN_ID" }
INSTANTLY_STOP_SUBSEQUENCE — Pause campaign sending
Args: { "campaign_id": "CAMPAIGN_ID" }
INSTANTLY_CREATE_LEAD — Add a single lead
Args: { "email": "[email protected]", "first_name": "John", "last_name": "Smith", "company_name": "Acme", "campaign_id": "CAMPAIGN_ID" }
INSTANTLY_UPDATE_LEAD — Update lead info
Args: { "email": "[email protected]", ... }
INSTANTLY_DELETE_LEAD — Remove a lead
Args: { "email": "[email protected]" }
INSTANTLY_GET_LEAD — Get lead details
Args: { "email": "[email protected]" }
INSTANTLY_MERGE_LEADS — Merge duplicate leads
Args: { "source_email": "...", "target_email": "..." }
INSTANTLY_UPDATE_LEAD_INTEREST_STATUS — Mark lead as interested/not interested/wrong person
Args: { "email": "[email protected]", "interest_status": "interested" }
INSTANTLY_LIST_LEADS — List leads with filters
Args: { "campaign_id": "CAMPAIGN_ID", "limit": "100" }
INSTANTLY_CREATE_LEAD_LIST — Create a list for segmentation
Args: { "name": "Q2 SaaS Founders" }
INSTANTLY_UPDATE_LEAD_LIST — Update list
Args: { "list_id": "LIST_ID", ... }
INSTANTLY_DELETE_LEAD_LIST — Delete list
Args: { "list_id": "LIST_ID" }
INSTANTLY_GET_LEAD_LIST — Get list details
Args: { "list_id": "LIST_ID" }
INSTANTLY_GET_LEAD_LIST_VERIFICATION_STATS — Email verification results for a list
Args: { "list_id": "LIST_ID" }
INSTANTLY_VERIFY_EMAIL — Verify a single email address
Args: { "email": "[email protected]" }
INSTANTLY_CHECK_EMAIL_VERIFICATION_STATUS — Check verification result
Args: { "email": "[email protected]" }
INSTANTLY_COUNT_UNREAD_EMAILS — Unread email count across accounts
Args: {}
INSTANTLY_LIST_EMAILS — List emails (sent, received, replied)
Args: { "campaign_id": "CAMPAIGN_ID" }
INSTANTLY_LIST_EMAIL_THREADS — List email conversation threads
Args: { "campaign_id": "CAMPAIGN_ID" }
INSTANTLY_MARK_THREAD_AS_READ — Mark thread read
Args: { "thread_id": "THREAD_ID" }
INSTANTLY_LIST_EMAIL_ACCOUNTS — List connected sending accounts
Args: {}
INSTANTLY_ENABLE_ACCOUNT_WARMUP — Start warming up a sending account
Args: { "account_id": "ACCOUNT_ID" }
INSTANTLY_DISABLE_ACCOUNT_WARMUP — Stop warmup
Args: { "account_id": "ACCOUNT_ID" }
INSTANTLY_CREATE_INBOX_PLACEMENT_TEST — Test if emails land in inbox vs spam
Args: { "account_id": "ACCOUNT_ID" }
INSTANTLY_GET_INBOX_PLACEMENT_TEST — Get placement test results
Args: { "test_id": "TEST_ID" }
INSTANTLY_LIST_INBOX_PLACEMENT_TESTS — List all placement tests
Args: {}
INSTANTLY_LIST_INBOX_PLACEMENT_BLACKLIST_REPORTS — Check blacklist status
Args: {}
INSTANTLY_GET_EMAIL_SERVICE_PROVIDER_OPTIONS — ESP configuration options
Args: {}
INSTANTLY_CREATE_WEBHOOK — Set up reply/open/bounce notifications
Args: { "url": "https://...", "event_type": "reply" }
INSTANTLY_DELETE_WEBHOOK — Remove webhook
Args: { "webhook_id": "WEBHOOK_ID" }
INSTANTLY_GET_WEBHOOK — Get webhook details
Args: { "webhook_id": "WEBHOOK_ID" }
INSTANTLY_LIST_WEBHOOKS — List all webhooks
Args: {}
INSTANTLY_GET_WEBHOOK_EVENT — Get specific event data
Args: { "event_id": "EVENT_ID" }
INSTANTLY_LIST_WEBHOOK_EVENTS — List webhook events
Args: {}
INSTANTLY_CREATE_API_KEY — Create new API key with scopes
Args: { "name": "Key Name", "scopes": ["campaign:read", "lead:create"] }
INSTANTLY_LIST_API_KEYS — List existing keys
Args: {}
INSTANTLY_DELETE_API_KEY — Revoke a key
Args: { "key_id": "KEY_ID" }
INSTANTLY_CREATE_AI_ENRICHMENT — AI-powered lead enrichment
Args: { "lead_email": "[email protected]" }
INSTANTLY_LIST_CUSTOM_TAGS — List campaign/lead tags
Args: {}
INSTANTLY_LIST_DFY_EMAIL_ACCOUNT_ORDERS — List managed email account orders
Args: {}
INSTANTLY_LIST_EMAIL_ACCOUNTSINSTANTLY_CREATE_INBOX_PLACEMENT_TESTINSTANTLY_GET_INBOX_PLACEMENT_TESTINSTANTLY_LIST_INBOX_PLACEMENT_BLACKLIST_REPORTSINSTANTLY_CREATE_LEAD_LISTINSTANTLY_CREATE_LEAD (for each)INSTANTLY_VERIFY_EMAIL (for each)INSTANTLY_CREATE_CAMPAIGNINSTANTLY_ACTIVATE_SUBSEQUENCEINSTANTLY_GET_CAMPAIGN_ANALYTICSINSTANTLY_COUNT_UNREAD_EMAILSINSTANTLY_LIST_EMAIL_THREADSINSTANTLY_UPDATE_LEAD_INTEREST_STATUS