KosmoKrator

productivity

Instantly CLI for AI Agents

Use the Instantly CLI from KosmoKrator to call Instantly tools headlessly, return JSON, inspect schemas, and automate workflows from coding agents, scripts, and CI.

181 functions 87 read 94 write API key auth

Instantly CLI Setup

Instantly can be configured headlessly with `kosmokrator integrations:configure instantly`.

# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash

# Configure and verify this integration.
kosmokrator integrations:configure instantly --set api_key="$INSTANTLY_API_KEY" --enable --read allow --write ask --json
kosmokrator integrations:doctor instantly --json
kosmokrator integrations:status --json

Credentials

Authentication type: API key api_key. Configure credentials once, then use the same stored profile from scripts, coding CLIs, Lua code mode, and the MCP gateway.

KeyEnv varTypeRequiredLabel
api_key INSTANTLY_API_KEY Secret secret yes API Key

Call Instantly Headlessly

Use the generic call form when another coding CLI or script needs a stable universal interface.

kosmo integrations:call instantly.instantly_activate_campaign '{
  "id": "example_id"
}' --json

Use the provider shortcut form for shorter human-facing commands.

kosmo integrations:instantly instantly_activate_campaign '{
  "id": "example_id"
}' --json

Agent Discovery Commands

These commands return structured output for coding agents that need to inspect capabilities before choosing a function.

kosmo integrations:docs instantly --json
kosmo integrations:docs instantly.instantly_activate_campaign --json
kosmo integrations:schema instantly.instantly_activate_campaign --json
kosmo integrations:search "Instantly" --json
kosmo integrations:list --json

All CLI Functions

Every function below can be called headlessly. The generic form is stable across all integrations; the provider shortcut is shorter but specific to Instantly.

instantly.instantly_activate_campaign

Write write

Activate a campaign to start sending emails.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_activate_campaign '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_activate_campaign '{"id":"example_id"}' --json

instantly.instantly_add_campaign_variables

Write write

Add custom variables to an existing campaign.

Parameters
id, variables

Generic CLI call

kosmo integrations:call instantly.instantly_add_campaign_variables '{"id":"example_id","variables":"example_variables"}' --json

Provider shortcut

kosmo integrations:instantly instantly_add_campaign_variables '{"id":"example_id","variables":"example_variables"}' --json

instantly.instantly_ai_enrichment_progress

Read read

Get AI enrichment progress for a resource.

Parameters
resource_id

Generic CLI call

kosmo integrations:call instantly.instantly_ai_enrichment_progress '{"resource_id":"example_resource_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_ai_enrichment_progress '{"resource_id":"example_resource_id"}' --json

instantly.instantly_analytics_campaign

Read read

Get campaign analytics including sends, opens, clicks, replies, and bounces.

Parameters
campaign_id, from, to

Generic CLI call

kosmo integrations:call instantly.instantly_analytics_campaign '{"campaign_id":"example_campaign_id","from":"example_from","to":"example_to"}' --json

Provider shortcut

kosmo integrations:instantly instantly_analytics_campaign '{"campaign_id":"example_campaign_id","from":"example_from","to":"example_to"}' --json

instantly.instantly_analytics_campaign_overview

Read read

Get overview analytics across all campaigns.

Parameters
from, to

Generic CLI call

kosmo integrations:call instantly.instantly_analytics_campaign_overview '{"from":"example_from","to":"example_to"}' --json

Provider shortcut

kosmo integrations:instantly instantly_analytics_campaign_overview '{"from":"example_from","to":"example_to"}' --json

instantly.instantly_analytics_campaign_steps

Read read

Get campaign step analytics.

Parameters
campaign_id, from, to

Generic CLI call

kosmo integrations:call instantly.instantly_analytics_campaign_steps '{"campaign_id":"example_campaign_id","from":"example_from","to":"example_to"}' --json

Provider shortcut

kosmo integrations:instantly instantly_analytics_campaign_steps '{"campaign_id":"example_campaign_id","from":"example_from","to":"example_to"}' --json

instantly.instantly_analytics_daily_account

Read read

Get daily account analytics breakdown.

Parameters
from, to

Generic CLI call

kosmo integrations:call instantly.instantly_analytics_daily_account '{"from":"example_from","to":"example_to"}' --json

Provider shortcut

kosmo integrations:instantly instantly_analytics_daily_account '{"from":"example_from","to":"example_to"}' --json

instantly.instantly_analytics_daily_campaign

Read read

Get daily campaign analytics breakdown.

Parameters
campaign_id, from, to

Generic CLI call

kosmo integrations:call instantly.instantly_analytics_daily_campaign '{"campaign_id":"example_campaign_id","from":"example_from","to":"example_to"}' --json

Provider shortcut

kosmo integrations:instantly instantly_analytics_daily_campaign '{"campaign_id":"example_campaign_id","from":"example_from","to":"example_to"}' --json

instantly.instantly_analytics_warmup

Read read

Get warmup analytics for email accounts.

Parameters
emails

Generic CLI call

kosmo integrations:call instantly.instantly_analytics_warmup '{"emails":"example_emails"}' --json

Provider shortcut

kosmo integrations:instantly instantly_analytics_warmup '{"emails":"example_emails"}' --json

instantly.instantly_billing_plan_details

Read read

Get workspace plan details.

Parameters
none

Generic CLI call

kosmo integrations:call instantly.instantly_billing_plan_details '{}' --json

Provider shortcut

kosmo integrations:instantly instantly_billing_plan_details '{}' --json

instantly.instantly_billing_subscription_details

Read read

Get workspace subscription details.

Parameters
none

Generic CLI call

kosmo integrations:call instantly.instantly_billing_subscription_details '{}' --json

Provider shortcut

kosmo integrations:instantly instantly_billing_subscription_details '{}' --json

instantly.instantly_bulk_add_leads

Write write

Add leads in bulk to a campaign or list.

Parameters
leads, campaign_id, list_id, skip_if_in_workspace, skip_if_in_campaign

Generic CLI call

kosmo integrations:call instantly.instantly_bulk_add_leads '{"leads":"example_leads","campaign_id":"example_campaign_id","list_id":"example_list_id","skip_if_in_workspace":true,"skip_if_in_campaign":true}' --json

Provider shortcut

kosmo integrations:instantly instantly_bulk_add_leads '{"leads":"example_leads","campaign_id":"example_campaign_id","list_id":"example_list_id","skip_if_in_workspace":true,"skip_if_in_campaign":true}' --json

instantly.instantly_bulk_assign_leads

Write write

Bulk assign leads to organization users.

Parameters
organization_user_ids, campaign, list_id, ids, limit

Generic CLI call

kosmo integrations:call instantly.instantly_bulk_assign_leads '{"organization_user_ids":"example_organization_user_ids","campaign":"example_campaign","list_id":"example_list_id","ids":"example_ids","limit":1}' --json

Provider shortcut

kosmo integrations:instantly instantly_bulk_assign_leads '{"organization_user_ids":"example_organization_user_ids","campaign":"example_campaign","list_id":"example_list_id","ids":"example_ids","limit":1}' --json

instantly.instantly_bulk_create_blocklist_entries

Write write

Create block list entries in bulk from domains or email addresses.

Parameters
bl_values

Generic CLI call

kosmo integrations:call instantly.instantly_bulk_create_blocklist_entries '{"bl_values":"example_bl_values"}' --json

Provider shortcut

kosmo integrations:instantly instantly_bulk_create_blocklist_entries '{"bl_values":"example_bl_values"}' --json

instantly.instantly_bulk_delete_blocklist_entries

Write write

Delete block list entries in bulk by entry ID.

Parameters
ids

Generic CLI call

kosmo integrations:call instantly.instantly_bulk_delete_blocklist_entries '{"ids":"example_ids"}' --json

Provider shortcut

kosmo integrations:instantly instantly_bulk_delete_blocklist_entries '{"ids":"example_ids"}' --json

instantly.instantly_bulk_delete_leads

Write write

Delete multiple leads in bulk.

Parameters
campaign_id, list_id, ids, status, limit

Generic CLI call

kosmo integrations:call instantly.instantly_bulk_delete_leads '{"campaign_id":"example_campaign_id","list_id":"example_list_id","ids":"example_ids","status":1,"limit":1}' --json

Provider shortcut

kosmo integrations:instantly instantly_bulk_delete_leads '{"campaign_id":"example_campaign_id","list_id":"example_list_id","ids":"example_ids","status":1,"limit":1}' --json

instantly.instantly_campaign_sending_status

Read read

Get sending status and diagnostics for a campaign.

Parameters
id, with_ai_summary

Generic CLI call

kosmo integrations:call instantly.instantly_campaign_sending_status '{"id":"example_id","with_ai_summary":true}' --json

Provider shortcut

kosmo integrations:instantly instantly_campaign_sending_status '{"id":"example_id","with_ai_summary":true}' --json

instantly.instantly_cancel_dfy_accounts

Write write

Cancel DFY email accounts.

Parameters
accounts

Generic CLI call

kosmo integrations:call instantly.instantly_cancel_dfy_accounts '{"accounts":"example_accounts"}' --json

Provider shortcut

kosmo integrations:instantly instantly_cancel_dfy_accounts '{"accounts":"example_accounts"}' --json

instantly.instantly_change_workspace_owner

Write write

Change the owner of the current workspace.

Parameters
email, sec

Generic CLI call

kosmo integrations:call instantly.instantly_change_workspace_owner '{"email":"example_email","sec":"example_sec"}' --json

Provider shortcut

kosmo integrations:instantly instantly_change_workspace_owner '{"email":"example_email","sec":"example_sec"}' --json

instantly.instantly_check_dfy_domains

Read read

Check domain availability for DFY orders.

Parameters
domains

Generic CLI call

kosmo integrations:call instantly.instantly_check_dfy_domains '{"domains":"example_domains"}' --json

Provider shortcut

kosmo integrations:instantly instantly_check_dfy_domains '{"domains":"example_domains"}' --json

instantly.instantly_count_launched_campaigns

Read read

Get the count of launched campaigns.

Parameters
none

Generic CLI call

kosmo integrations:call instantly.instantly_count_launched_campaigns '{}' --json

Provider shortcut

kosmo integrations:instantly instantly_count_launched_campaigns '{}' --json

instantly.instantly_create_account

Write write

Create a new email account via SMTP/IMAP credentials.

Parameters
email, first_name, last_name, smtp_host, smtp_port, smtp_username, smtp_password, imap_host, imap_port, imap_username, imap_password, daily_limit

Generic CLI call

kosmo integrations:call instantly.instantly_create_account '{"email":"example_email","first_name":"example_first_name","last_name":"example_last_name","smtp_host":"example_smtp_host","smtp_port":1,"smtp_username":"example_smtp_username","smtp_password":"example_smtp_password","imap_host":"example_imap_host"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_account '{"email":"example_email","first_name":"example_first_name","last_name":"example_last_name","smtp_host":"example_smtp_host","smtp_port":1,"smtp_username":"example_smtp_username","smtp_password":"example_smtp_password","imap_host":"example_imap_host"}' --json

instantly.instantly_create_ai_enrichment

Write write

Create AI enrichment for a resource. Uses AI models to generate custom columns.

Parameters
resource_id, output_column, resource_type, model_version, input_columns, use_instantly_account, overwrite, auto_update, skip_leads_without_email, limit, prompt, template_id

Generic CLI call

kosmo integrations:call instantly.instantly_create_ai_enrichment '{"resource_id":"example_resource_id","output_column":"example_output_column","resource_type":1,"model_version":"example_model_version","input_columns":"example_input_columns","use_instantly_account":true,"overwrite":true,"auto_update":true}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_ai_enrichment '{"resource_id":"example_resource_id","output_column":"example_output_column","resource_type":1,"model_version":"example_model_version","input_columns":"example_input_columns","use_instantly_account":true,"overwrite":true,"auto_update":true}' --json

instantly.instantly_create_api_key

Write write

Create a new API key with specified scopes.

Parameters
name, scopes

Generic CLI call

kosmo integrations:call instantly.instantly_create_api_key '{"name":"example_name","scopes":"example_scopes"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_api_key '{"name":"example_name","scopes":"example_scopes"}' --json

instantly.instantly_create_blocklist_entry

Write write

Add an email or domain to the blocklist.

Parameters
bl_value

Generic CLI call

kosmo integrations:call instantly.instantly_create_blocklist_entry '{"bl_value":"example_bl_value"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_blocklist_entry '{"bl_value":"example_bl_value"}' --json

instantly.instantly_create_campaign

Write write

Create a new campaign with full configuration including sequences, schedule, and sender accounts.

Parameters
name, open_tracking, link_tracking, text_only, stop_on_reply, stop_on_auto_reply, daily_limit, email_gap, email_list, sequences, campaign_schedule

Generic CLI call

kosmo integrations:call instantly.instantly_create_campaign '{"name":"example_name","open_tracking":true,"link_tracking":true,"text_only":true,"stop_on_reply":true,"stop_on_auto_reply":true,"daily_limit":1,"email_gap":1}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_campaign '{"name":"example_name","open_tracking":true,"link_tracking":true,"text_only":true,"stop_on_reply":true,"stop_on_auto_reply":true,"daily_limit":1,"email_gap":1}' --json

instantly.instantly_create_campaign_from_export

Write write

Create a new campaign from a shared/exported campaign ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_create_campaign_from_export '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_campaign_from_export '{"id":"example_id"}' --json

instantly.instantly_create_custom_prompt_template

Write write

Create a new custom prompt template for AI enrichment.

Parameters
name, prompt, category, is_public, description, model_version, template_type, from_shared

Generic CLI call

kosmo integrations:call instantly.instantly_create_custom_prompt_template '{"name":"example_name","prompt":"example_prompt","category":1,"is_public":true,"description":"example_description","model_version":"example_model_version","template_type":"example_template_type","from_shared":true}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_custom_prompt_template '{"name":"example_name","prompt":"example_prompt","category":1,"is_public":true,"description":"example_description","model_version":"example_model_version","template_type":"example_template_type","from_shared":true}' --json

instantly.instantly_create_custom_tag

Write write

Create a new custom tag for organizing accounts and campaigns.

Parameters
label, description

Generic CLI call

kosmo integrations:call instantly.instantly_create_custom_tag '{"label":"example_label","description":"example_description"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_custom_tag '{"label":"example_label","description":"example_description"}' --json

instantly.instantly_create_dfy_order

Write write

Place a DFY email account order.

Parameters
items, order_type, simulation

Generic CLI call

kosmo integrations:call instantly.instantly_create_dfy_order '{"items":"example_items","order_type":"example_order_type","simulation":true}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_dfy_order '{"items":"example_items","order_type":"example_order_type","simulation":true}' --json

instantly.instantly_create_email_template

Write write

Create an email template.

Parameters
template_name, subject, body, category

Generic CLI call

kosmo integrations:call instantly.instantly_create_email_template '{"template_name":"example_template_name","subject":"example_subject","body":"example_body","category":"example_category"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_email_template '{"template_name":"example_template_name","subject":"example_subject","body":"example_body","category":"example_category"}' --json

instantly.instantly_create_enrichment

Write write

Create an enrichment for a resource (campaign or lead list).

Parameters
resource_id, type, limit, filters, custom_flow

Generic CLI call

kosmo integrations:call instantly.instantly_create_enrichment '{"resource_id":"example_resource_id","type":"example_type","limit":1,"filters":"example_filters","custom_flow":"example_custom_flow"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_enrichment '{"resource_id":"example_resource_id","type":"example_type","limit":1,"filters":"example_filters","custom_flow":"example_custom_flow"}' --json

instantly.instantly_create_inbox_placement_test

Write write

Create an inbox placement test. Send test emails to check deliverability.

Parameters
name, type, sending_method, email_subject, email_body, emails

Generic CLI call

kosmo integrations:call instantly.instantly_create_inbox_placement_test '{"name":"example_name","type":1,"sending_method":1,"email_subject":"example_email_subject","email_body":"example_email_body","emails":"example_emails"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_inbox_placement_test '{"name":"example_name","type":1,"sending_method":1,"email_subject":"example_email_subject","email_body":"example_email_body","emails":"example_emails"}' --json

instantly.instantly_create_lead

Write write

Create a single lead.

Parameters
email, campaign_id, list_id, first_name, last_name, company_name, website, phone

Generic CLI call

kosmo integrations:call instantly.instantly_create_lead '{"email":"example_email","campaign_id":"example_campaign_id","list_id":"example_list_id","first_name":"example_first_name","last_name":"example_last_name","company_name":"example_company_name","website":"example_website","phone":"example_phone"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_lead '{"email":"example_email","campaign_id":"example_campaign_id","list_id":"example_list_id","first_name":"example_first_name","last_name":"example_last_name","company_name":"example_company_name","website":"example_website","phone":"example_phone"}' --json

instantly.instantly_create_lead_label

Write write

Create a new lead label (custom interest status).

Parameters
label_name, color, icon, value

Generic CLI call

kosmo integrations:call instantly.instantly_create_lead_label '{"label_name":"example_label_name","color":"example_color","icon":"example_icon","value":1}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_lead_label '{"label_name":"example_label_name","color":"example_color","icon":"example_icon","value":1}' --json

instantly.instantly_create_lead_list

Write write

Create a new lead list.

Parameters
name

Generic CLI call

kosmo integrations:call instantly.instantly_create_lead_list '{"name":"example_name"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_lead_list '{"name":"example_name"}' --json

instantly.instantly_create_sales_flow

Write write

Create a sales flow.

Parameters
body

Generic CLI call

kosmo integrations:call instantly.instantly_create_sales_flow '{"body":"example_body"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_sales_flow '{"body":"example_body"}' --json

instantly.instantly_create_subsequence

Write write

Create a new subsequence for a campaign.

Parameters
parent_campaign, name, conditions, subsequence_schedule, sequences

Generic CLI call

kosmo integrations:call instantly.instantly_create_subsequence '{"parent_campaign":"example_parent_campaign","name":"example_name","conditions":"example_conditions","subsequence_schedule":"example_subsequence_schedule","sequences":"example_sequences"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_subsequence '{"parent_campaign":"example_parent_campaign","name":"example_name","conditions":"example_conditions","subsequence_schedule":"example_subsequence_schedule","sequences":"example_sequences"}' --json

instantly.instantly_create_webhook

Write write

Create a new webhook subscription.

Parameters
target_hook_url, event_type, campaign, name

Generic CLI call

kosmo integrations:call instantly.instantly_create_webhook '{"target_hook_url":"example_target_hook_url","event_type":"example_event_type","campaign":"example_campaign","name":"example_name"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_webhook '{"target_hook_url":"example_target_hook_url","event_type":"example_event_type","campaign":"example_campaign","name":"example_name"}' --json

instantly.instantly_create_whitelabel

Write write

Set the agency domain (whitelabel) for the workspace.

Parameters
domain

Generic CLI call

kosmo integrations:call instantly.instantly_create_whitelabel '{"domain":"example_domain"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_whitelabel '{"domain":"example_domain"}' --json

instantly.instantly_create_workspace_group_member

Write write

Create or invite a workspace group member.

Parameters
email

Generic CLI call

kosmo integrations:call instantly.instantly_create_workspace_group_member '{"email":"example_email"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_workspace_group_member '{"email":"example_email"}' --json

instantly.instantly_create_workspace_member

Write write

Invite a new member to the workspace.

Parameters
email, role

Generic CLI call

kosmo integrations:call instantly.instantly_create_workspace_member '{"email":"example_email","role":"example_role"}' --json

Provider shortcut

kosmo integrations:instantly instantly_create_workspace_member '{"email":"example_email","role":"example_role"}' --json

instantly.instantly_ctd_status

Read read

Get custom tracking domain (CTD) status. Check SSL and CNAME configuration.

Parameters
host

Generic CLI call

kosmo integrations:call instantly.instantly_ctd_status '{"host":"example_host"}' --json

Provider shortcut

kosmo integrations:instantly instantly_ctd_status '{"host":"example_host"}' --json

instantly.instantly_delete_account

Write write

Delete an email account by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_account '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_account '{"id":"example_id"}' --json

instantly.instantly_delete_all_blocklist_entries

Write write

Delete all block list entries matching optional filters. Requires confirm=true.

Parameters
confirm, domains_only, search

Generic CLI call

kosmo integrations:call instantly.instantly_delete_all_blocklist_entries '{"confirm":true,"domains_only":true,"search":"example_search"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_all_blocklist_entries '{"confirm":true,"domains_only":true,"search":"example_search"}' --json

instantly.instantly_delete_api_key

Write write

Delete an API key by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_api_key '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_api_key '{"id":"example_id"}' --json

instantly.instantly_delete_blocklist_entry

Write write

Remove an entry from the blocklist.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_blocklist_entry '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_blocklist_entry '{"id":"example_id"}' --json

instantly.instantly_delete_campaign

Write write

Delete a campaign by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_campaign '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_campaign '{"id":"example_id"}' --json

instantly.instantly_delete_custom_prompt_template

Write write

Delete a custom prompt template.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_custom_prompt_template '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_custom_prompt_template '{"id":"example_id"}' --json

instantly.instantly_delete_custom_tag

Write write

Delete a custom tag by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_custom_tag '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_custom_tag '{"id":"example_id"}' --json

instantly.instantly_delete_email

Write write

Delete an email.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_email '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_email '{"id":"example_id"}' --json

instantly.instantly_delete_email_template

Write write

Delete an email template.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_email_template '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_email_template '{"id":"example_id"}' --json

instantly.instantly_delete_inbox_placement_test

Write write

Delete an inbox placement test.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_inbox_placement_test '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_inbox_placement_test '{"id":"example_id"}' --json

instantly.instantly_delete_lead

Write write

Delete a lead by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_lead '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_lead '{"id":"example_id"}' --json

instantly.instantly_delete_lead_label

Write write

Delete a lead label.

Parameters
id, new_label

Generic CLI call

kosmo integrations:call instantly.instantly_delete_lead_label '{"id":"example_id","new_label":"example_new_label"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_lead_label '{"id":"example_id","new_label":"example_new_label"}' --json

instantly.instantly_delete_lead_list

Write write

Delete a lead list by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_lead_list '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_lead_list '{"id":"example_id"}' --json

instantly.instantly_delete_phone_number

Write write

Delete a CRM phone number.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_phone_number '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_phone_number '{"id":"example_id"}' --json

instantly.instantly_delete_sales_flow

Write write

Delete a sales flow.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_sales_flow '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_sales_flow '{"id":"example_id"}' --json

instantly.instantly_delete_subsequence

Write write

Delete a subsequence by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_subsequence '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_subsequence '{"id":"example_id"}' --json

instantly.instantly_delete_webhook

Write write

Delete a webhook by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_webhook '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_webhook '{"id":"example_id"}' --json

instantly.instantly_delete_whitelabel

Write write

Delete the whitelabel domain.

Parameters
none

Generic CLI call

kosmo integrations:call instantly.instantly_delete_whitelabel '{}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_whitelabel '{}' --json

instantly.instantly_delete_workspace_group_member

Write write

Delete a workspace group member.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_workspace_group_member '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_workspace_group_member '{"id":"example_id"}' --json

instantly.instantly_delete_workspace_member

Write write

Remove a member from the workspace.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_delete_workspace_member '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_delete_workspace_member '{"id":"example_id"}' --json

instantly.instantly_deliverability_insights

Read read

Get deliverability insights for an inbox placement test.

Parameters
test_id, date_from, date_to, previous_date_from, previous_date_to, show_previous, recipient_geo, recipient_type, recipient_esp

Generic CLI call

kosmo integrations:call instantly.instantly_deliverability_insights '{"test_id":"example_test_id","date_from":"example_date_from","date_to":"example_date_to","previous_date_from":"example_previous_date_from","previous_date_to":"example_previous_date_to","show_previous":true,"recipient_geo":"example_recipient_geo","recipient_type":"example_recipient_type"}' --json

Provider shortcut

kosmo integrations:instantly instantly_deliverability_insights '{"test_id":"example_test_id","date_from":"example_date_from","date_to":"example_date_to","previous_date_from":"example_previous_date_from","previous_date_to":"example_previous_date_to","show_previous":true,"recipient_geo":"example_recipient_geo","recipient_type":"example_recipient_type"}' --json

instantly.instantly_download_blocklist_entries

Read read

Download block list entries as CSV text.

Parameters
domains_only, search

Generic CLI call

kosmo integrations:call instantly.instantly_download_blocklist_entries '{"domains_only":true,"search":"example_search"}' --json

Provider shortcut

kosmo integrations:instantly instantly_download_blocklist_entries '{"domains_only":true,"search":"example_search"}' --json

instantly.instantly_duplicate_campaign

Write write

Duplicate a campaign.

Parameters
id, name

Generic CLI call

kosmo integrations:call instantly.instantly_duplicate_campaign '{"id":"example_id","name":"example_name"}' --json

Provider shortcut

kosmo integrations:instantly instantly_duplicate_campaign '{"id":"example_id","name":"example_name"}' --json

instantly.instantly_duplicate_subsequence

Write write

Duplicate a subsequence to the same or different campaign.

Parameters
id, parent_campaign, name

Generic CLI call

kosmo integrations:call instantly.instantly_duplicate_subsequence '{"id":"example_id","parent_campaign":"example_parent_campaign","name":"example_name"}' --json

Provider shortcut

kosmo integrations:instantly instantly_duplicate_subsequence '{"id":"example_id","parent_campaign":"example_parent_campaign","name":"example_name"}' --json

instantly.instantly_email_unread_count

Read read

Get the count of unread emails.

Parameters
none

Generic CLI call

kosmo integrations:call instantly.instantly_email_unread_count '{}' --json

Provider shortcut

kosmo integrations:instantly instantly_email_unread_count '{}' --json

instantly.instantly_email_verification_status

Read read

Get email verification status for an address.

Parameters
email

Generic CLI call

kosmo integrations:call instantly.instantly_email_verification_status '{"email":"example_email"}' --json

Provider shortcut

kosmo integrations:instantly instantly_email_verification_status '{"email":"example_email"}' --json

instantly.instantly_enrichment_count_leads

Read read

Count leads matching SuperSearch filters without importing them.

Parameters
search_filters

Generic CLI call

kosmo integrations:call instantly.instantly_enrichment_count_leads '{"search_filters":"example_search_filters"}' --json

Provider shortcut

kosmo integrations:instantly instantly_enrichment_count_leads '{"search_filters":"example_search_filters"}' --json

instantly.instantly_enrichment_enrich_leads

Read read

Enrich leads from SuperSearch. Import and enrich leads matching your search filters.

Parameters
search_filters, limit

Generic CLI call

kosmo integrations:call instantly.instantly_enrichment_enrich_leads '{"search_filters":"example_search_filters","limit":1}' --json

Provider shortcut

kosmo integrations:instantly instantly_enrichment_enrich_leads '{"search_filters":"example_search_filters","limit":1}' --json

instantly.instantly_enrichment_history

Read read

Retrieve enrichment history for a resource.

Parameters
resource_id

Generic CLI call

kosmo integrations:call instantly.instantly_enrichment_history '{"resource_id":"example_resource_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_enrichment_history '{"resource_id":"example_resource_id"}' --json

instantly.instantly_enrichment_preview_leads

Read read

Preview leads matching SuperSearch filters without importing.

Parameters
search_filters

Generic CLI call

kosmo integrations:call instantly.instantly_enrichment_preview_leads '{"search_filters":"example_search_filters"}' --json

Provider shortcut

kosmo integrations:instantly instantly_enrichment_preview_leads '{"search_filters":"example_search_filters"}' --json

instantly.instantly_export_campaign

Read read

Export a campaign to JSON format.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_export_campaign '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_export_campaign '{"id":"example_id"}' --json

instantly.instantly_forward_email

Write write

Forward an email.

Parameters
lead_id, campaign_id, forward_to, forward_body

Generic CLI call

kosmo integrations:call instantly.instantly_forward_email '{"lead_id":"example_lead_id","campaign_id":"example_campaign_id","forward_to":"example_forward_to","forward_body":"example_forward_body"}' --json

Provider shortcut

kosmo integrations:instantly instantly_forward_email '{"lead_id":"example_lead_id","campaign_id":"example_campaign_id","forward_to":"example_forward_to","forward_body":"example_forward_body"}' --json

instantly.instantly_get_account

Read read

Get an email account by ID with full details including warmup status, sending limits, and vitals.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_account '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_account '{"id":"example_id"}' --json

instantly.instantly_get_account_mappings

Read read

Get campaigns associated with an email account.

Parameters
email, limit, starting_after

Generic CLI call

kosmo integrations:call instantly.instantly_get_account_mappings '{"email":"example_email","limit":1,"starting_after":"example_starting_after"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_account_mappings '{"email":"example_email","limit":1,"starting_after":"example_starting_after"}' --json

instantly.instantly_get_background_job

Read read

Get a background job by ID.

Parameters
id, data_fields

Generic CLI call

kosmo integrations:call instantly.instantly_get_background_job '{"id":"example_id","data_fields":"example_data_fields"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_background_job '{"id":"example_id","data_fields":"example_data_fields"}' --json

instantly.instantly_get_blocklist_entry

Read read

Get a blocklist entry by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_blocklist_entry '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_blocklist_entry '{"id":"example_id"}' --json

instantly.instantly_get_campaign

Read read

Get a campaign by ID with full details.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_campaign '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_campaign '{"id":"example_id"}' --json

instantly.instantly_get_custom_prompt_template

Read read

Get a custom prompt template by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_custom_prompt_template '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_custom_prompt_template '{"id":"example_id"}' --json

instantly.instantly_get_custom_tag

Read read

Get a custom tag by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_custom_tag '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_custom_tag '{"id":"example_id"}' --json

instantly.instantly_get_email

Read read

Get an email by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_email '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_email '{"id":"example_id"}' --json

instantly.instantly_get_email_template

Read read

Get an email template by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_email_template '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_email_template '{"id":"example_id"}' --json

instantly.instantly_get_enrichment

Read read

Get enrichment settings for a resource (campaign or lead list).

Parameters
resource_id

Generic CLI call

kosmo integrations:call instantly.instantly_get_enrichment '{"resource_id":"example_resource_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_enrichment '{"resource_id":"example_resource_id"}' --json

instantly.instantly_get_inbox_placement_analytics

Read read

Get a single inbox placement analytics entry.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_inbox_placement_analytics '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_inbox_placement_analytics '{"id":"example_id"}' --json

instantly.instantly_get_inbox_placement_report

Read read

Get an inbox placement report by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_inbox_placement_report '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_inbox_placement_report '{"id":"example_id"}' --json

instantly.instantly_get_inbox_placement_test

Read read

Get an inbox placement test by ID.

Parameters
id, with_metadata

Generic CLI call

kosmo integrations:call instantly.instantly_get_inbox_placement_test '{"id":"example_id","with_metadata":true}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_inbox_placement_test '{"id":"example_id","with_metadata":true}' --json

instantly.instantly_get_lead

Read read

Get a lead by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_lead '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_lead '{"id":"example_id"}' --json

instantly.instantly_get_lead_label

Read read

Get a lead label by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_lead_label '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_lead_label '{"id":"example_id"}' --json

instantly.instantly_get_lead_list

Read read

Get a lead list by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_lead_list '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_lead_list '{"id":"example_id"}' --json

instantly.instantly_get_oauth_session_status

Read read

Get the status of a Google or Microsoft OAuth account connection session.

Parameters
session_id

Generic CLI call

kosmo integrations:call instantly.instantly_get_oauth_session_status '{"session_id":"example_session_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_oauth_session_status '{"session_id":"example_session_id"}' --json

instantly.instantly_get_sales_flow

Read read

Get a sales flow by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_sales_flow '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_sales_flow '{"id":"example_id"}' --json

instantly.instantly_get_webhook

Read read

Get a webhook by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_webhook '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_webhook '{"id":"example_id"}' --json

instantly.instantly_get_webhook_event

Read read

Get a webhook event by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_webhook_event '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_webhook_event '{"id":"example_id"}' --json

instantly.instantly_get_whitelabel

Read read

Get whitelabel domain information.

Parameters
none

Generic CLI call

kosmo integrations:call instantly.instantly_get_whitelabel '{}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_whitelabel '{}' --json

instantly.instantly_get_workspace

Read read

Get current workspace details based on your API key.

Parameters
none

Generic CLI call

kosmo integrations:call instantly.instantly_get_workspace '{}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_workspace '{}' --json

instantly.instantly_get_workspace_group_member

Read read

Get a workspace group member by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_workspace_group_member '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_workspace_group_member '{"id":"example_id"}' --json

instantly.instantly_get_workspace_group_members_admin

Read read

Get admin workspace group members.

Parameters
none

Generic CLI call

kosmo integrations:call instantly.instantly_get_workspace_group_members_admin '{}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_workspace_group_members_admin '{}' --json

instantly.instantly_get_workspace_member

Read read

Get a workspace member by ID.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_get_workspace_member '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_get_workspace_member '{"id":"example_id"}' --json

instantly.instantly_inbox_placement_esp_options

Read read

Get available email service provider options for inbox placement tests.

Parameters
none

Generic CLI call

kosmo integrations:call instantly.instantly_inbox_placement_esp_options '{}' --json

Provider shortcut

kosmo integrations:instantly instantly_inbox_placement_esp_options '{}' --json

instantly.instantly_inbox_placement_stats_by_date

Read read

Get time series stats for inbox placement (inbox/spam/category distribution).

Parameters
test_id, date_from, date_to, recipient_geo, recipient_type, recipient_esp, sender_email

Generic CLI call

kosmo integrations:call instantly.instantly_inbox_placement_stats_by_date '{"test_id":"example_test_id","date_from":"example_date_from","date_to":"example_date_to","recipient_geo":"example_recipient_geo","recipient_type":"example_recipient_type","recipient_esp":"example_recipient_esp","sender_email":"example_sender_email"}' --json

Provider shortcut

kosmo integrations:instantly instantly_inbox_placement_stats_by_date '{"test_id":"example_test_id","date_from":"example_date_from","date_to":"example_date_to","recipient_geo":"example_recipient_geo","recipient_type":"example_recipient_type","recipient_esp":"example_recipient_esp","sender_email":"example_sender_email"}' --json

instantly.instantly_inbox_placement_stats_by_test

Read read

Get aggregated inbox/spam/category counts for test IDs.

Parameters
test_ids, date_from, date_to, recipient_geo, recipient_type, recipient_esp, sender_email

Generic CLI call

kosmo integrations:call instantly.instantly_inbox_placement_stats_by_test '{"test_ids":"example_test_ids","date_from":"example_date_from","date_to":"example_date_to","recipient_geo":"example_recipient_geo","recipient_type":"example_recipient_type","recipient_esp":"example_recipient_esp","sender_email":"example_sender_email"}' --json

Provider shortcut

kosmo integrations:instantly instantly_inbox_placement_stats_by_test '{"test_ids":"example_test_ids","date_from":"example_date_from","date_to":"example_date_to","recipient_geo":"example_recipient_geo","recipient_type":"example_recipient_type","recipient_esp":"example_recipient_esp","sender_email":"example_sender_email"}' --json

instantly.instantly_initialize_google_oauth

Read read

Initialize a Google OAuth account connection flow and return the authorization URL.

Parameters
none

Generic CLI call

kosmo integrations:call instantly.instantly_initialize_google_oauth '{}' --json

Provider shortcut

kosmo integrations:instantly instantly_initialize_google_oauth '{}' --json

instantly.instantly_initialize_microsoft_oauth

Read read

Initialize a Microsoft OAuth account connection flow and return the authorization URL.

Parameters
none

Generic CLI call

kosmo integrations:call instantly.instantly_initialize_microsoft_oauth '{}' --json

Provider shortcut

kosmo integrations:instantly instantly_initialize_microsoft_oauth '{}' --json

instantly.instantly_lead_list_verification_stats

Read read

Get email verification statistics for a lead list.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_lead_list_verification_stats '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_lead_list_verification_stats '{"id":"example_id"}' --json

instantly.instantly_list_accounts

Read read

List all email accounts in the workspace. Returns email, status, warmup status, and sending limits.

Parameters
limit, starting_after, search, status

Generic CLI call

kosmo integrations:call instantly.instantly_list_accounts '{"limit":1,"starting_after":"example_starting_after","search":"example_search","status":1}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_accounts '{"limit":1,"starting_after":"example_starting_after","search":"example_search","status":1}' --json

instantly.instantly_list_api_keys

Read read

List all API keys in the workspace.

Parameters
limit, starting_after

Generic CLI call

kosmo integrations:call instantly.instantly_list_api_keys '{"limit":1,"starting_after":"example_starting_after"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_api_keys '{"limit":1,"starting_after":"example_starting_after"}' --json

instantly.instantly_list_audit_logs

Read read

List audit log records for tracking workspace activities.

Parameters
limit, starting_after, activity_type, search, start_date, end_date

Generic CLI call

kosmo integrations:call instantly.instantly_list_audit_logs '{"limit":1,"starting_after":"example_starting_after","activity_type":1,"search":"example_search","start_date":"example_start_date","end_date":"example_end_date"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_audit_logs '{"limit":1,"starting_after":"example_starting_after","activity_type":1,"search":"example_search","start_date":"example_start_date","end_date":"example_end_date"}' --json

instantly.instantly_list_background_jobs

Read read

List background jobs. Track long-running tasks like bulk imports and exports.

Parameters
limit, starting_after, ids, type, entity_type, entity_id, status, sort_column, sort_order

Generic CLI call

kosmo integrations:call instantly.instantly_list_background_jobs '{"limit":1,"starting_after":"example_starting_after","ids":"example_ids","type":"example_type","entity_type":"example_entity_type","entity_id":"example_entity_id","status":"example_status","sort_column":"example_sort_column"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_background_jobs '{"limit":1,"starting_after":"example_starting_after","ids":"example_ids","type":"example_type","entity_type":"example_entity_type","entity_id":"example_entity_id","status":"example_status","sort_column":"example_sort_column"}' --json

instantly.instantly_list_blocklist

Read read

List all blocklist entries (blocked emails and domains).

Parameters
limit, starting_after, domains_only, search

Generic CLI call

kosmo integrations:call instantly.instantly_list_blocklist '{"limit":1,"starting_after":"example_starting_after","domains_only":true,"search":"example_search"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_blocklist '{"limit":1,"starting_after":"example_starting_after","domains_only":true,"search":"example_search"}' --json

instantly.instantly_list_campaigns

Read read

List all campaigns in the workspace.

Parameters
limit, starting_after, status, search

Generic CLI call

kosmo integrations:call instantly.instantly_list_campaigns '{"limit":1,"starting_after":"example_starting_after","status":1,"search":"example_search"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_campaigns '{"limit":1,"starting_after":"example_starting_after","status":1,"search":"example_search"}' --json

instantly.instantly_list_custom_prompt_templates

Read read

List custom prompt templates.

Parameters
limit, starting_after, search

Generic CLI call

kosmo integrations:call instantly.instantly_list_custom_prompt_templates '{"limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_custom_prompt_templates '{"limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json

instantly.instantly_list_custom_tag_mappings

Read read

List custom tag mappings showing which tags are on which resources.

Parameters
limit, starting_after, resource_ids

Generic CLI call

kosmo integrations:call instantly.instantly_list_custom_tag_mappings '{"limit":1,"starting_after":"example_starting_after","resource_ids":"example_resource_ids"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_custom_tag_mappings '{"limit":1,"starting_after":"example_starting_after","resource_ids":"example_resource_ids"}' --json

instantly.instantly_list_custom_tags

Read read

List custom tags used to organize accounts and campaigns.

Parameters
limit, starting_after, search, resource_ids, tag_ids

Generic CLI call

kosmo integrations:call instantly.instantly_list_custom_tags '{"limit":1,"starting_after":"example_starting_after","search":"example_search","resource_ids":"example_resource_ids","tag_ids":"example_tag_ids"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_custom_tags '{"limit":1,"starting_after":"example_starting_after","search":"example_search","resource_ids":"example_resource_ids","tag_ids":"example_tag_ids"}' --json

instantly.instantly_list_dfy_accounts

Read read

List DFY ordered email accounts.

Parameters
limit, starting_after, with_passwords

Generic CLI call

kosmo integrations:call instantly.instantly_list_dfy_accounts '{"limit":1,"starting_after":"example_starting_after","with_passwords":true}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_dfy_accounts '{"limit":1,"starting_after":"example_starting_after","with_passwords":true}' --json

instantly.instantly_list_dfy_orders

Read read

List DFY email account orders.

Parameters
limit, starting_after

Generic CLI call

kosmo integrations:call instantly.instantly_list_dfy_orders '{"limit":1,"starting_after":"example_starting_after"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_dfy_orders '{"limit":1,"starting_after":"example_starting_after"}' --json

instantly.instantly_list_email_templates

Read read

List email templates.

Parameters
limit, starting_after, search

Generic CLI call

kosmo integrations:call instantly.instantly_list_email_templates '{"limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_email_templates '{"limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json

instantly.instantly_list_emails

Read read

List emails from the Unibox (unified inbox).

Parameters
limit, starting_after, search, campaign_id, label, assigned_to, type

Generic CLI call

kosmo integrations:call instantly.instantly_list_emails '{"limit":1,"starting_after":"example_starting_after","search":"example_search","campaign_id":"example_campaign_id","label":1,"assigned_to":"example_assigned_to","type":"example_type"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_emails '{"limit":1,"starting_after":"example_starting_after","search":"example_search","campaign_id":"example_campaign_id","label":1,"assigned_to":"example_assigned_to","type":"example_type"}' --json

instantly.instantly_list_inbox_placement_analytics

Read read

List inbox placement analytics for a test.

Parameters
test_id, limit, starting_after, date_from, date_to, recipient_geo, recipient_type, recipient_esp

Generic CLI call

kosmo integrations:call instantly.instantly_list_inbox_placement_analytics '{"test_id":"example_test_id","limit":1,"starting_after":"example_starting_after","date_from":"example_date_from","date_to":"example_date_to","recipient_geo":"example_recipient_geo","recipient_type":"example_recipient_type","recipient_esp":"example_recipient_esp"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_inbox_placement_analytics '{"test_id":"example_test_id","limit":1,"starting_after":"example_starting_after","date_from":"example_date_from","date_to":"example_date_to","recipient_geo":"example_recipient_geo","recipient_type":"example_recipient_type","recipient_esp":"example_recipient_esp"}' --json

instantly.instantly_list_inbox_placement_reports

Read read

List inbox placement blacklist and SpamAssassin reports.

Parameters
test_id, limit, starting_after, date_from, date_to, skip_spam_assassin_report, skip_blacklist_report

Generic CLI call

kosmo integrations:call instantly.instantly_list_inbox_placement_reports '{"test_id":"example_test_id","limit":1,"starting_after":"example_starting_after","date_from":"example_date_from","date_to":"example_date_to","skip_spam_assassin_report":true,"skip_blacklist_report":true}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_inbox_placement_reports '{"test_id":"example_test_id","limit":1,"starting_after":"example_starting_after","date_from":"example_date_from","date_to":"example_date_to","skip_spam_assassin_report":true,"skip_blacklist_report":true}' --json

instantly.instantly_list_inbox_placement_tests

Read read

List inbox placement tests.

Parameters
limit, starting_after, search, status, sort_order

Generic CLI call

kosmo integrations:call instantly.instantly_list_inbox_placement_tests '{"limit":1,"starting_after":"example_starting_after","search":"example_search","status":1,"sort_order":"example_sort_order"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_inbox_placement_tests '{"limit":1,"starting_after":"example_starting_after","search":"example_search","status":1,"sort_order":"example_sort_order"}' --json

instantly.instantly_list_lead_labels

Read read

List all lead labels (interest statuses) in the workspace.

Parameters
limit, starting_after

Generic CLI call

kosmo integrations:call instantly.instantly_list_lead_labels '{"limit":1,"starting_after":"example_starting_after"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_lead_labels '{"limit":1,"starting_after":"example_starting_after"}' --json

instantly.instantly_list_lead_lists

Read read

List all lead lists in the workspace.

Parameters
limit, starting_after, search

Generic CLI call

kosmo integrations:call instantly.instantly_list_lead_lists '{"limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_lead_lists '{"limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json

instantly.instantly_list_leads

Read read

List leads in a campaign or list.

Parameters
campaign_id, list_id, limit, starting_after, search

Generic CLI call

kosmo integrations:call instantly.instantly_list_leads '{"campaign_id":"example_campaign_id","list_id":"example_list_id","limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_leads '{"campaign_id":"example_campaign_id","list_id":"example_list_id","limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json

instantly.instantly_list_phone_numbers

Read read

List CRM phone numbers.

Parameters
limit, starting_after

Generic CLI call

kosmo integrations:call instantly.instantly_list_phone_numbers '{"limit":1,"starting_after":"example_starting_after"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_phone_numbers '{"limit":1,"starting_after":"example_starting_after"}' --json

instantly.instantly_list_sales_flows

Read read

List sales flows.

Parameters
limit, starting_after

Generic CLI call

kosmo integrations:call instantly.instantly_list_sales_flows '{"limit":1,"starting_after":"example_starting_after"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_sales_flows '{"limit":1,"starting_after":"example_starting_after"}' --json

instantly.instantly_list_subsequences

Read read

List all subsequences for a campaign.

Parameters
parent_campaign, limit, starting_after, search

Generic CLI call

kosmo integrations:call instantly.instantly_list_subsequences '{"parent_campaign":"example_parent_campaign","limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_subsequences '{"parent_campaign":"example_parent_campaign","limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json

instantly.instantly_list_webhook_events

Read read

List webhook events.

Parameters
limit, starting_after, success, from, to, search

Generic CLI call

kosmo integrations:call instantly.instantly_list_webhook_events '{"limit":1,"starting_after":"example_starting_after","success":true,"from":"example_from","to":"example_to","search":"example_search"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_webhook_events '{"limit":1,"starting_after":"example_starting_after","success":true,"from":"example_from","to":"example_to","search":"example_search"}' --json

instantly.instantly_list_webhooks

Read read

List all webhooks in the workspace.

Parameters
limit, starting_after, campaign, event_type

Generic CLI call

kosmo integrations:call instantly.instantly_list_webhooks '{"limit":1,"starting_after":"example_starting_after","campaign":"example_campaign","event_type":"example_event_type"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_webhooks '{"limit":1,"starting_after":"example_starting_after","campaign":"example_campaign","event_type":"example_event_type"}' --json

instantly.instantly_list_workspace_group_members

Read read

List workspace group members.

Parameters
limit, starting_after

Generic CLI call

kosmo integrations:call instantly.instantly_list_workspace_group_members '{"limit":1,"starting_after":"example_starting_after"}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_workspace_group_members '{"limit":1,"starting_after":"example_starting_after"}' --json

instantly.instantly_list_workspace_members

Read read

List all workspace members.

Parameters
none

Generic CLI call

kosmo integrations:call instantly.instantly_list_workspace_members '{}' --json

Provider shortcut

kosmo integrations:instantly instantly_list_workspace_members '{}' --json

instantly.instantly_mark_account_fixed

Write write

Mark an email account as fixed after resolving connection or sending errors.

Parameters
email

Generic CLI call

kosmo integrations:call instantly.instantly_mark_account_fixed '{"email":"example_email"}' --json

Provider shortcut

kosmo integrations:instantly instantly_mark_account_fixed '{"email":"example_email"}' --json

instantly.instantly_mark_email_read

Write write

Mark an email thread as read.

Parameters
thread_id

Generic CLI call

kosmo integrations:call instantly.instantly_mark_email_read '{"thread_id":"example_thread_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_mark_email_read '{"thread_id":"example_thread_id"}' --json

instantly.instantly_merge_leads

Write write

Merge two leads into one.

Parameters
lead_id, destination_lead_id

Generic CLI call

kosmo integrations:call instantly.instantly_merge_leads '{"lead_id":"example_lead_id","destination_lead_id":"example_destination_lead_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_merge_leads '{"lead_id":"example_lead_id","destination_lead_id":"example_destination_lead_id"}' --json

instantly.instantly_move_accounts

Write write

Move email accounts between workspaces. Requires an admin workspace API key.

Parameters
emails, source_workspace_id, destination_workspace_id

Generic CLI call

kosmo integrations:call instantly.instantly_move_accounts '{"emails":"example_emails","source_workspace_id":"example_source_workspace_id","destination_workspace_id":"example_destination_workspace_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_move_accounts '{"emails":"example_emails","source_workspace_id":"example_source_workspace_id","destination_workspace_id":"example_destination_workspace_id"}' --json

instantly.instantly_move_leads

Write write

Move leads between campaigns.

Parameters
lead_ids, from_campaign_id, to_campaign_id

Generic CLI call

kosmo integrations:call instantly.instantly_move_leads '{"lead_ids":"example_lead_ids","from_campaign_id":"example_from_campaign_id","to_campaign_id":"example_to_campaign_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_move_leads '{"lead_ids":"example_lead_ids","from_campaign_id":"example_from_campaign_id","to_campaign_id":"example_to_campaign_id"}' --json

instantly.instantly_pause_account

Write write

Pause an email account. Stops sending until resumed.

Parameters
email

Generic CLI call

kosmo integrations:call instantly.instantly_pause_account '{"email":"example_email"}' --json

Provider shortcut

kosmo integrations:instantly instantly_pause_account '{"email":"example_email"}' --json

instantly.instantly_pause_campaign

Write write

Pause a running campaign.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_pause_campaign '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_pause_campaign '{"id":"example_id"}' --json

instantly.instantly_pause_subsequence

Write write

Pause a subsequence.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_pause_subsequence '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_pause_subsequence '{"id":"example_id"}' --json

instantly.instantly_pre_warmed_domains

Read read

Get pre-warmed up domains available for order.

Parameters
extensions, search

Generic CLI call

kosmo integrations:call instantly.instantly_pre_warmed_domains '{"extensions":"example_extensions","search":"example_search"}' --json

Provider shortcut

kosmo integrations:instantly instantly_pre_warmed_domains '{"extensions":"example_extensions","search":"example_search"}' --json

instantly.instantly_remove_from_subsequence

Write write

Remove a lead from a subsequence.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_remove_from_subsequence '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_remove_from_subsequence '{"id":"example_id"}' --json

instantly.instantly_reply_to_email

Write write

Reply to an email thread.

Parameters
lead_id, campaign_id, account_email, reply_body

Generic CLI call

kosmo integrations:call instantly.instantly_reply_to_email '{"lead_id":"example_lead_id","campaign_id":"example_campaign_id","account_email":"example_account_email","reply_body":"example_reply_body"}' --json

Provider shortcut

kosmo integrations:instantly instantly_reply_to_email '{"lead_id":"example_lead_id","campaign_id":"example_campaign_id","account_email":"example_account_email","reply_body":"example_reply_body"}' --json

instantly.instantly_resume_account

Write write

Resume a paused email account.

Parameters
email

Generic CLI call

kosmo integrations:call instantly.instantly_resume_account '{"email":"example_email"}' --json

Provider shortcut

kosmo integrations:instantly instantly_resume_account '{"email":"example_email"}' --json

instantly.instantly_resume_subsequence

Write write

Resume a paused subsequence.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_resume_subsequence '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_resume_subsequence '{"id":"example_id"}' --json

instantly.instantly_resume_webhook

Write write

Resume a disabled webhook.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_resume_webhook '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_resume_webhook '{"id":"example_id"}' --json

instantly.instantly_run_enrichment

Write write

Run enrichment for a campaign or lead list.

Parameters
resource_id, lead_ids

Generic CLI call

kosmo integrations:call instantly.instantly_run_enrichment '{"resource_id":"example_resource_id","lead_ids":"example_lead_ids"}' --json

Provider shortcut

kosmo integrations:instantly instantly_run_enrichment '{"resource_id":"example_resource_id","lead_ids":"example_lead_ids"}' --json

instantly.instantly_search_campaigns_by_contact

Read read

Find campaigns containing a specific lead email.

Parameters
search, sort_column, sort_order

Generic CLI call

kosmo integrations:call instantly.instantly_search_campaigns_by_contact '{"search":"example_search","sort_column":"example_sort_column","sort_order":"example_sort_order"}' --json

Provider shortcut

kosmo integrations:instantly instantly_search_campaigns_by_contact '{"search":"example_search","sort_column":"example_sort_column","sort_order":"example_sort_order"}' --json

instantly.instantly_send_test_email

Write write

Send a preview/test email from a connected email account without creating an Unibox email.

Parameters
eaccount, to_address_email_list, subject, html, text

Generic CLI call

kosmo integrations:call instantly.instantly_send_test_email '{"eaccount":"example_eaccount","to_address_email_list":"example_to_address_email_list","subject":"example_subject","html":"example_html","text":"example_text"}' --json

Provider shortcut

kosmo integrations:instantly instantly_send_test_email '{"eaccount":"example_eaccount","to_address_email_list":"example_to_address_email_list","subject":"example_subject","html":"example_html","text":"example_text"}' --json

instantly.instantly_share_campaign

Read read

Share a campaign so other users can create a new campaign from it.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_share_campaign '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_share_campaign '{"id":"example_id"}' --json

instantly.instantly_similar_domains

Read read

Get similar domains for DFY orders.

Parameters
body

Generic CLI call

kosmo integrations:call instantly.instantly_similar_domains '{"body":"example_body"}' --json

Provider shortcut

kosmo integrations:instantly instantly_similar_domains '{"body":"example_body"}' --json

instantly.instantly_subsequence_move_leads

Write write

Move leads to a subsequence.

Parameters
lead_ids, subsequence_id

Generic CLI call

kosmo integrations:call instantly.instantly_subsequence_move_leads '{"lead_ids":"example_lead_ids","subsequence_id":"example_subsequence_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_subsequence_move_leads '{"lead_ids":"example_lead_ids","subsequence_id":"example_subsequence_id"}' --json

instantly.instantly_subsequence_sending_status

Read read

Get the sending status of a subsequence.

Parameters
id, with_ai_summary

Generic CLI call

kosmo integrations:call instantly.instantly_subsequence_sending_status '{"id":"example_id","with_ai_summary":true}' --json

Provider shortcut

kosmo integrations:instantly instantly_subsequence_sending_status '{"id":"example_id","with_ai_summary":true}' --json

instantly.instantly_test_ai_label

Write write

Test AI reply label prediction. Returns predicted label for a given reply text.

Parameters
reply_text

Generic CLI call

kosmo integrations:call instantly.instantly_test_ai_label '{"reply_text":"example_reply_text"}' --json

Provider shortcut

kosmo integrations:instantly instantly_test_ai_label '{"reply_text":"example_reply_text"}' --json

instantly.instantly_test_vitals

Write write

Test account vitals (DNS, SMTP, IMAP connectivity). Returns diagnostic results.

Parameters
accounts, email

Generic CLI call

kosmo integrations:call instantly.instantly_test_vitals '{"accounts":"example_accounts","email":"example_email"}' --json

Provider shortcut

kosmo integrations:instantly instantly_test_vitals '{"accounts":"example_accounts","email":"example_email"}' --json

instantly.instantly_test_webhook

Write write

Send a test payload to a webhook.

Parameters
id

Generic CLI call

kosmo integrations:call instantly.instantly_test_webhook '{"id":"example_id"}' --json

Provider shortcut

kosmo integrations:instantly instantly_test_webhook '{"id":"example_id"}' --json

instantly.instantly_toggle_custom_tags

Write write

Assign or unassign tags to resources (accounts or campaigns).

Parameters
tag_ids, resource_ids, resource_type, assign

Generic CLI call

kosmo integrations:call instantly.instantly_toggle_custom_tags '{"tag_ids":"example_tag_ids","resource_ids":"example_resource_ids","resource_type":1,"assign":true}' --json

Provider shortcut

kosmo integrations:instantly instantly_toggle_custom_tags '{"tag_ids":"example_tag_ids","resource_ids":"example_resource_ids","resource_type":1,"assign":true}' --json

instantly.instantly_update_account

Write write

Update an email account. Modify daily limit, tracking domain, signature, and more.

Parameters
email, first_name, last_name, daily_limit, tracking_domain_name, enable_slow_ramp, sending_gap, signature, remove_tracking_domain

Generic CLI call

kosmo integrations:call instantly.instantly_update_account '{"email":"example_email","first_name":"example_first_name","last_name":"example_last_name","daily_limit":1,"tracking_domain_name":"example_tracking_domain_name","enable_slow_ramp":true,"sending_gap":1,"signature":"example_signature"}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_account '{"email":"example_email","first_name":"example_first_name","last_name":"example_last_name","daily_limit":1,"tracking_domain_name":"example_tracking_domain_name","enable_slow_ramp":true,"sending_gap":1,"signature":"example_signature"}' --json

instantly.instantly_update_blocklist_entry

Write write

Update a blocklist entry.

Parameters
id, bl_value

Generic CLI call

kosmo integrations:call instantly.instantly_update_blocklist_entry '{"id":"example_id","bl_value":"example_bl_value"}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_blocklist_entry '{"id":"example_id","bl_value":"example_bl_value"}' --json

instantly.instantly_update_campaign

Write write

Update an existing campaign configuration.

Parameters
id, name, open_tracking, link_tracking, text_only, stop_on_reply, daily_limit, email_gap, email_list, sequences, campaign_schedule

Generic CLI call

kosmo integrations:call instantly.instantly_update_campaign '{"id":"example_id","name":"example_name","open_tracking":true,"link_tracking":true,"text_only":true,"stop_on_reply":true,"daily_limit":1,"email_gap":1}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_campaign '{"id":"example_id","name":"example_name","open_tracking":true,"link_tracking":true,"text_only":true,"stop_on_reply":true,"daily_limit":1,"email_gap":1}' --json

instantly.instantly_update_custom_prompt_template

Write write

Update a custom prompt template.

Parameters
id, name, prompt, category, is_public, description, model_version, template_type, from_shared

Generic CLI call

kosmo integrations:call instantly.instantly_update_custom_prompt_template '{"id":"example_id","name":"example_name","prompt":"example_prompt","category":1,"is_public":true,"description":"example_description","model_version":"example_model_version","template_type":"example_template_type"}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_custom_prompt_template '{"id":"example_id","name":"example_name","prompt":"example_prompt","category":1,"is_public":true,"description":"example_description","model_version":"example_model_version","template_type":"example_template_type"}' --json

instantly.instantly_update_custom_tag

Write write

Update a custom tag.

Parameters
id, label, description

Generic CLI call

kosmo integrations:call instantly.instantly_update_custom_tag '{"id":"example_id","label":"example_label","description":"example_description"}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_custom_tag '{"id":"example_id","label":"example_label","description":"example_description"}' --json

instantly.instantly_update_email

Write write

Update an email (e.g., assign to a team member, update label).

Parameters
id, assigned_to, label

Generic CLI call

kosmo integrations:call instantly.instantly_update_email '{"id":"example_id","assigned_to":"example_assigned_to","label":1}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_email '{"id":"example_id","assigned_to":"example_assigned_to","label":1}' --json

instantly.instantly_update_email_template

Write write

Update an email template.

Parameters
id, template_name, subject, body, category

Generic CLI call

kosmo integrations:call instantly.instantly_update_email_template '{"id":"example_id","template_name":"example_template_name","subject":"example_subject","body":"example_body","category":"example_category"}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_email_template '{"id":"example_id","template_name":"example_template_name","subject":"example_subject","body":"example_body","category":"example_category"}' --json

instantly.instantly_update_enrichment_settings

Write write

Update enrichment settings for a resource.

Parameters
resource_id, auto_update, skip_rows_without_email

Generic CLI call

kosmo integrations:call instantly.instantly_update_enrichment_settings '{"resource_id":"example_resource_id","auto_update":true,"skip_rows_without_email":true}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_enrichment_settings '{"resource_id":"example_resource_id","auto_update":true,"skip_rows_without_email":true}' --json

instantly.instantly_update_inbox_placement_test

Write write

Update an inbox placement test.

Parameters
id, name, status

Generic CLI call

kosmo integrations:call instantly.instantly_update_inbox_placement_test '{"id":"example_id","name":"example_name","status":1}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_inbox_placement_test '{"id":"example_id","name":"example_name","status":1}' --json

instantly.instantly_update_lead

Write write

Update a lead.

Parameters
id, first_name, last_name, company_name, website, phone, personalization, lt_interest_status, pl_value_lead, assigned_to

Generic CLI call

kosmo integrations:call instantly.instantly_update_lead '{"id":"example_id","first_name":"example_first_name","last_name":"example_last_name","company_name":"example_company_name","website":"example_website","phone":"example_phone","personalization":"example_personalization","lt_interest_status":1}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_lead '{"id":"example_id","first_name":"example_first_name","last_name":"example_last_name","company_name":"example_company_name","website":"example_website","phone":"example_phone","personalization":"example_personalization","lt_interest_status":1}' --json

instantly.instantly_update_lead_interest_status

Write write

Update a lead interest status by lead email, optionally scoped to a campaign or list.

Parameters
lead_email, interest_value, campaign_id, list_id, ai_interest_value, disable_auto_interest

Generic CLI call

kosmo integrations:call instantly.instantly_update_lead_interest_status '{"lead_email":"example_lead_email","interest_value":1,"campaign_id":"example_campaign_id","list_id":"example_list_id","ai_interest_value":1,"disable_auto_interest":true}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_lead_interest_status '{"lead_email":"example_lead_email","interest_value":1,"campaign_id":"example_campaign_id","list_id":"example_list_id","ai_interest_value":1,"disable_auto_interest":true}' --json

instantly.instantly_update_lead_label

Write write

Update a lead label.

Parameters
id, label_name, color, icon, value

Generic CLI call

kosmo integrations:call instantly.instantly_update_lead_label '{"id":"example_id","label_name":"example_label_name","color":"example_color","icon":"example_icon","value":1}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_lead_label '{"id":"example_id","label_name":"example_label_name","color":"example_color","icon":"example_icon","value":1}' --json

instantly.instantly_update_lead_list

Write write

Update a lead list name.

Parameters
id, name

Generic CLI call

kosmo integrations:call instantly.instantly_update_lead_list '{"id":"example_id","name":"example_name"}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_lead_list '{"id":"example_id","name":"example_name"}' --json

instantly.instantly_update_sales_flow

Write write

Update a sales flow.

Parameters
id, body

Generic CLI call

kosmo integrations:call instantly.instantly_update_sales_flow '{"id":"example_id","body":"example_body"}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_sales_flow '{"id":"example_id","body":"example_body"}' --json

instantly.instantly_update_subsequence

Write write

Update a subsequence.

Parameters
id, name

Generic CLI call

kosmo integrations:call instantly.instantly_update_subsequence '{"id":"example_id","name":"example_name"}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_subsequence '{"id":"example_id","name":"example_name"}' --json

instantly.instantly_update_webhook

Write write

Update a webhook.

Parameters
id, target_hook_url, event_type, campaign, name, custom_interest_value

Generic CLI call

kosmo integrations:call instantly.instantly_update_webhook '{"id":"example_id","target_hook_url":"example_target_hook_url","event_type":"example_event_type","campaign":"example_campaign","name":"example_name","custom_interest_value":1}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_webhook '{"id":"example_id","target_hook_url":"example_target_hook_url","event_type":"example_event_type","campaign":"example_campaign","name":"example_name","custom_interest_value":1}' --json

instantly.instantly_update_workspace

Write write

Update current workspace name or logo.

Parameters
name, org_logo_url

Generic CLI call

kosmo integrations:call instantly.instantly_update_workspace '{"name":"example_name","org_logo_url":"example_org_logo_url"}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_workspace '{"name":"example_name","org_logo_url":"example_org_logo_url"}' --json

instantly.instantly_update_workspace_member

Write write

Update a workspace member role.

Parameters
id, role

Generic CLI call

kosmo integrations:call instantly.instantly_update_workspace_member '{"id":"example_id","role":"example_role"}' --json

Provider shortcut

kosmo integrations:instantly instantly_update_workspace_member '{"id":"example_id","role":"example_role"}' --json

instantly.instantly_verify_email

Write write

Verify an email address. Returns deliverability status.

Parameters
email, webhook_url

Generic CLI call

kosmo integrations:call instantly.instantly_verify_email '{"email":"example_email","webhook_url":"example_webhook_url"}' --json

Provider shortcut

kosmo integrations:instantly instantly_verify_email '{"email":"example_email","webhook_url":"example_webhook_url"}' --json

instantly.instantly_warmup_disable

Write write

Disable warmup for email accounts.

Parameters
account_ids

Generic CLI call

kosmo integrations:call instantly.instantly_warmup_disable '{"account_ids":"example_account_ids"}' --json

Provider shortcut

kosmo integrations:instantly instantly_warmup_disable '{"account_ids":"example_account_ids"}' --json

instantly.instantly_warmup_enable

Write write

Enable warmup for email accounts. Gradually increases sending volume to build reputation.

Parameters
account_ids

Generic CLI call

kosmo integrations:call instantly.instantly_warmup_enable '{"account_ids":"example_account_ids"}' --json

Provider shortcut

kosmo integrations:instantly instantly_warmup_enable '{"account_ids":"example_account_ids"}' --json

instantly.instantly_webhook_event_types

Read read

List all available webhook event types.

Parameters
none

Generic CLI call

kosmo integrations:call instantly.instantly_webhook_event_types '{}' --json

Provider shortcut

kosmo integrations:instantly instantly_webhook_event_types '{}' --json

instantly.instantly_webhook_events_summary

Read read

Get overview aggregates for webhook events.

Parameters
from, to

Generic CLI call

kosmo integrations:call instantly.instantly_webhook_events_summary '{"from":"example_from","to":"example_to"}' --json

Provider shortcut

kosmo integrations:instantly instantly_webhook_events_summary '{"from":"example_from","to":"example_to"}' --json

instantly.instantly_webhook_events_summary_by_date

Read read

Get webhook event aggregates grouped by date.

Parameters
from, to

Generic CLI call

kosmo integrations:call instantly.instantly_webhook_events_summary_by_date '{"from":"example_from","to":"example_to"}' --json

Provider shortcut

kosmo integrations:instantly instantly_webhook_events_summary_by_date '{"from":"example_from","to":"example_to"}' --json

Function Schemas

Use these parameter tables when building CLI payloads without calling integrations:schema first.

instantly.instantly_activate_campaign

Activate a campaign to start sending emails.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_activate_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID

instantly.instantly_add_campaign_variables

Add custom variables to an existing campaign.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_add_campaign_variables --json
ParameterTypeRequiredDescription
id string yes Campaign ID
variables array yes Variable names to add to the campaign

instantly.instantly_ai_enrichment_progress

Get AI enrichment progress for a resource.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_ai_enrichment_progress --json
ParameterTypeRequiredDescription
resource_id string yes Resource ID

instantly.instantly_analytics_campaign

Get campaign analytics including sends, opens, clicks, replies, and bounces.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_analytics_campaign --json
ParameterTypeRequiredDescription
campaign_id string yes Campaign ID
from string no Start date (YYYY-MM-DD)
to string no End date (YYYY-MM-DD)

instantly.instantly_analytics_campaign_overview

Get overview analytics across all campaigns.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_analytics_campaign_overview --json
ParameterTypeRequiredDescription
from string no Start date (YYYY-MM-DD)
to string no End date (YYYY-MM-DD)

instantly.instantly_analytics_campaign_steps

Get campaign step analytics.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_analytics_campaign_steps --json
ParameterTypeRequiredDescription
campaign_id string yes Campaign ID
from string no Start date (YYYY-MM-DD)
to string no End date (YYYY-MM-DD)

instantly.instantly_analytics_daily_account

Get daily account analytics breakdown.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_analytics_daily_account --json
ParameterTypeRequiredDescription
from string no Start date (YYYY-MM-DD)
to string no End date (YYYY-MM-DD)

instantly.instantly_analytics_daily_campaign

Get daily campaign analytics breakdown.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_analytics_daily_campaign --json
ParameterTypeRequiredDescription
campaign_id string yes Campaign ID
from string no Start date (YYYY-MM-DD)
to string no End date (YYYY-MM-DD)

instantly.instantly_analytics_warmup

Get warmup analytics for email accounts.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_analytics_warmup --json
ParameterTypeRequiredDescription
emails array yes Email addresses to check

instantly.instantly_billing_plan_details

Get workspace plan details.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_billing_plan_details --json
ParameterTypeRequiredDescription
No parameters.

instantly.instantly_billing_subscription_details

Get workspace subscription details.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_billing_subscription_details --json
ParameterTypeRequiredDescription
No parameters.

instantly.instantly_bulk_add_leads

Add leads in bulk to a campaign or list.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_bulk_add_leads --json
ParameterTypeRequiredDescription
leads string yes JSON array of lead objects
campaign_id string no Campaign ID
list_id string no List ID
skip_if_in_workspace boolean no Skip existing leads
skip_if_in_campaign boolean no Skip leads in campaign

instantly.instantly_bulk_assign_leads

Bulk assign leads to organization users.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_bulk_assign_leads --json
ParameterTypeRequiredDescription
organization_user_ids string yes Comma-separated user IDs
campaign string no Campaign ID filter
list_id string no List ID filter
ids string no Comma-separated lead IDs
limit integer no Max leads to assign

instantly.instantly_bulk_create_blocklist_entries

Create block list entries in bulk from domains or email addresses.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_bulk_create_blocklist_entries --json
ParameterTypeRequiredDescription
bl_values array yes Domains or email addresses to block

instantly.instantly_bulk_delete_blocklist_entries

Delete block list entries in bulk by entry ID.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_bulk_delete_blocklist_entries --json
ParameterTypeRequiredDescription
ids array yes Block list entry IDs to delete

instantly.instantly_bulk_delete_leads

Delete multiple leads in bulk.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_bulk_delete_leads --json
ParameterTypeRequiredDescription
campaign_id string no Campaign ID
list_id string no List ID
ids string no Comma-separated lead IDs
status integer no Only delete leads with this status
limit integer no Max leads to delete

instantly.instantly_campaign_sending_status

Get sending status and diagnostics for a campaign.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_campaign_sending_status --json
ParameterTypeRequiredDescription
id string yes Campaign ID
with_ai_summary boolean no Include AI summary

instantly.instantly_cancel_dfy_accounts

Cancel DFY email accounts.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_cancel_dfy_accounts --json
ParameterTypeRequiredDescription
accounts string yes Comma-separated emails to cancel

instantly.instantly_change_workspace_owner

Change the owner of the current workspace.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_change_workspace_owner --json
ParameterTypeRequiredDescription
email string yes New owner email
sec string yes Secret token

instantly.instantly_check_dfy_domains

Check domain availability for DFY orders.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_check_dfy_domains --json
ParameterTypeRequiredDescription
domains string yes Comma-separated domains to check

instantly.instantly_count_launched_campaigns

Get the count of launched campaigns.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_count_launched_campaigns --json
ParameterTypeRequiredDescription
No parameters.

instantly.instantly_create_account

Create a new email account via SMTP/IMAP credentials.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_account --json
ParameterTypeRequiredDescription
email string yes Email address
first_name string no First name
last_name string no Last name
smtp_host string yes SMTP server host
smtp_port integer yes SMTP port
smtp_username string yes SMTP username
smtp_password string yes SMTP password
imap_host string yes IMAP host
imap_port integer yes IMAP port
imap_username string yes IMAP username
imap_password string yes IMAP password
daily_limit integer no Daily sending limit

instantly.instantly_create_ai_enrichment

Create AI enrichment for a resource. Uses AI models to generate custom columns.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_ai_enrichment --json
ParameterTypeRequiredDescription
resource_id string yes Resource ID
output_column string yes Output column name
resource_type integer yes Resource type
model_version string yes AI model version
input_columns string no Comma-separated input columns
use_instantly_account boolean no Use Instantly account
overwrite boolean no Overwrite existing values
auto_update boolean no Auto-enrich new leads
skip_leads_without_email boolean no Skip leads without email
limit integer no Max leads to enrich
prompt string no Custom AI prompt
template_id integer no Prompt template ID

instantly.instantly_create_api_key

Create a new API key with specified scopes.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_api_key --json
ParameterTypeRequiredDescription
name string yes Key name
scopes string yes Comma-separated scopes

instantly.instantly_create_blocklist_entry

Add an email or domain to the blocklist.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_blocklist_entry --json
ParameterTypeRequiredDescription
bl_value string yes Email or domain to block

instantly.instantly_create_campaign

Create a new campaign with full configuration including sequences, schedule, and sender accounts.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_campaign --json
ParameterTypeRequiredDescription
name string yes Campaign name
open_tracking boolean no Enable open tracking
link_tracking boolean no Enable link tracking
text_only boolean no Plain text only
stop_on_reply boolean no Stop on reply
stop_on_auto_reply boolean no Stop on auto-reply
daily_limit integer no Max emails/day per account
email_gap integer no Minutes between emails
email_list array no Sender email addresses
sequences string no JSON sequences array
campaign_schedule string no JSON schedule object

instantly.instantly_create_campaign_from_export

Create a new campaign from a shared/exported campaign ID.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_campaign_from_export --json
ParameterTypeRequiredDescription
id string yes Shared/exported campaign ID

instantly.instantly_create_custom_prompt_template

Create a new custom prompt template for AI enrichment.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_custom_prompt_template --json
ParameterTypeRequiredDescription
name string yes Template name
prompt string yes Prompt text with {{property}} placeholders
category integer yes 1=Copywriting,2=Cleaning,3=Sales,4=Marketing,5=Other,6=Personalization
is_public boolean yes Public visibility
description string no Description
model_version string no Model version
template_type string no custom or public
from_shared boolean no Cloned from shared

instantly.instantly_create_custom_tag

Create a new custom tag for organizing accounts and campaigns.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_custom_tag --json
ParameterTypeRequiredDescription
label string yes Tag label
description string no Tag description

instantly.instantly_create_dfy_order

Place a DFY email account order.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_dfy_order --json
ParameterTypeRequiredDescription
items string yes JSON order items
order_type string yes dfy, pre_warmed_up, or extra_accounts
simulation boolean no Simulate without ordering

instantly.instantly_create_email_template

Create an email template.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_email_template --json
ParameterTypeRequiredDescription
template_name string yes Template name
subject string yes Email subject
body string yes Email body
category string no Category

instantly.instantly_create_enrichment

Create an enrichment for a resource (campaign or lead list).

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_enrichment --json
ParameterTypeRequiredDescription
resource_id string yes Resource ID
type string yes Enrichment type
limit integer no Max leads to enrich
filters string no JSON filters
custom_flow string no JSON custom flow

instantly.instantly_create_inbox_placement_test

Create an inbox placement test. Send test emails to check deliverability.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_inbox_placement_test --json
ParameterTypeRequiredDescription
name string yes Test name
type integer yes 0=one-time, 1=automated
sending_method integer yes 0=Instantly, 1=external
email_subject string yes Email subject
email_body string yes Email body
emails string yes Comma-separated seed emails

instantly.instantly_create_lead

Create a single lead.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_lead --json
ParameterTypeRequiredDescription
email string yes Lead email
campaign_id string no Campaign ID
list_id string no List ID
first_name string no First name
last_name string no Last name
company_name string no Company
website string no Website
phone string no Phone

instantly.instantly_create_lead_label

Create a new lead label (custom interest status).

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_lead_label --json
ParameterTypeRequiredDescription
label_name string yes Label name
color string no Hex color
icon string no Icon name
value integer no Numeric value

instantly.instantly_create_lead_list

Create a new lead list.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_lead_list --json
ParameterTypeRequiredDescription
name string yes List name

instantly.instantly_create_sales_flow

Create a sales flow.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_sales_flow --json
ParameterTypeRequiredDescription
body string no JSON sales flow definition

instantly.instantly_create_subsequence

Create a new subsequence for a campaign.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_subsequence --json
ParameterTypeRequiredDescription
parent_campaign string yes Campaign ID
name string yes Subsequence name
conditions string yes JSON trigger conditions
subsequence_schedule string yes JSON schedule config
sequences string yes JSON sequences array

instantly.instantly_create_webhook

Create a new webhook subscription.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_webhook --json
ParameterTypeRequiredDescription
target_hook_url string yes Target URL
event_type string no Event type (e.g. lead_interested)
campaign string no Campaign ID filter
name string no Webhook name

instantly.instantly_create_whitelabel

Set the agency domain (whitelabel) for the workspace.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_whitelabel --json
ParameterTypeRequiredDescription
domain string yes Agency domain

instantly.instantly_create_workspace_group_member

Create or invite a workspace group member.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_workspace_group_member --json
ParameterTypeRequiredDescription
email string yes Member email

instantly.instantly_create_workspace_member

Invite a new member to the workspace.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_create_workspace_member --json
ParameterTypeRequiredDescription
email string yes Member email
role string yes Role (admin, member)

instantly.instantly_ctd_status

Get custom tracking domain (CTD) status. Check SSL and CNAME configuration.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_ctd_status --json
ParameterTypeRequiredDescription
host string yes Tracking domain host

instantly.instantly_delete_account

Delete an email account by ID.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_account --json
ParameterTypeRequiredDescription
id string yes Account ID

instantly.instantly_delete_all_blocklist_entries

Delete all block list entries matching optional filters. Requires confirm=true.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_all_blocklist_entries --json
ParameterTypeRequiredDescription
confirm boolean yes Must be true to perform this destructive operation
domains_only boolean no Only delete domain blocklist entries
search string no Only delete entries matching this value

instantly.instantly_delete_api_key

Delete an API key by ID.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_api_key --json
ParameterTypeRequiredDescription
id string yes API key ID

instantly.instantly_delete_blocklist_entry

Remove an entry from the blocklist.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_blocklist_entry --json
ParameterTypeRequiredDescription
id string yes Entry ID

instantly.instantly_delete_campaign

Delete a campaign by ID.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID

instantly.instantly_delete_custom_prompt_template

Delete a custom prompt template.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_custom_prompt_template --json
ParameterTypeRequiredDescription
id string yes Template ID

instantly.instantly_delete_custom_tag

Delete a custom tag by ID.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_custom_tag --json
ParameterTypeRequiredDescription
id string yes Tag ID

instantly.instantly_delete_email

Delete an email.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_email --json
ParameterTypeRequiredDescription
id string yes Email ID

instantly.instantly_delete_email_template

Delete an email template.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_email_template --json
ParameterTypeRequiredDescription
id string yes Template ID

instantly.instantly_delete_inbox_placement_test

Delete an inbox placement test.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_inbox_placement_test --json
ParameterTypeRequiredDescription
id string yes Test ID

instantly.instantly_delete_lead

Delete a lead by ID.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_lead --json
ParameterTypeRequiredDescription
id string yes Lead ID

instantly.instantly_delete_lead_label

Delete a lead label.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_lead_label --json
ParameterTypeRequiredDescription
id string yes Label ID
new_label string no Label ID to reassign leads to

instantly.instantly_delete_lead_list

Delete a lead list by ID.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_lead_list --json
ParameterTypeRequiredDescription
id string yes List ID

instantly.instantly_delete_phone_number

Delete a CRM phone number.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_phone_number --json
ParameterTypeRequiredDescription
id string yes Phone number ID

instantly.instantly_delete_sales_flow

Delete a sales flow.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_sales_flow --json
ParameterTypeRequiredDescription
id string yes Sales flow ID

instantly.instantly_delete_subsequence

Delete a subsequence by ID.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_subsequence --json
ParameterTypeRequiredDescription
id string yes Subsequence ID

instantly.instantly_delete_webhook

Delete a webhook by ID.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_webhook --json
ParameterTypeRequiredDescription
id string yes Webhook ID

instantly.instantly_delete_whitelabel

Delete the whitelabel domain.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_whitelabel --json
ParameterTypeRequiredDescription
No parameters.

instantly.instantly_delete_workspace_group_member

Delete a workspace group member.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_workspace_group_member --json
ParameterTypeRequiredDescription
id string yes Member ID

instantly.instantly_delete_workspace_member

Remove a member from the workspace.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_delete_workspace_member --json
ParameterTypeRequiredDescription
id string yes Member ID

instantly.instantly_deliverability_insights

Get deliverability insights for an inbox placement test.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_deliverability_insights --json
ParameterTypeRequiredDescription
test_id string yes Test ID
date_from string no Start date
date_to string no End date
previous_date_from string no Previous start
previous_date_to string no Previous end
show_previous boolean no Show comparison
recipient_geo string no Geo filter
recipient_type string no Type filter
recipient_esp string no ESP filter

instantly.instantly_download_blocklist_entries

Download block list entries as CSV text.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_download_blocklist_entries --json
ParameterTypeRequiredDescription
domains_only boolean no Only include domain blocklist entries
search string no Only include entries matching this value

instantly.instantly_duplicate_campaign

Duplicate a campaign.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_duplicate_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID to duplicate
name string no Name for the copy

instantly.instantly_duplicate_subsequence

Duplicate a subsequence to the same or different campaign.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_duplicate_subsequence --json
ParameterTypeRequiredDescription
id string yes Subsequence ID
parent_campaign string yes Target campaign ID
name string yes Name for copy

instantly.instantly_email_unread_count

Get the count of unread emails.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_email_unread_count --json
ParameterTypeRequiredDescription
No parameters.

instantly.instantly_email_verification_status

Get email verification status for an address.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_email_verification_status --json
ParameterTypeRequiredDescription
email string yes Email address

instantly.instantly_enrichment_count_leads

Count leads matching SuperSearch filters without importing them.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_enrichment_count_leads --json
ParameterTypeRequiredDescription
search_filters string yes JSON search filters

instantly.instantly_enrichment_enrich_leads

Enrich leads from SuperSearch. Import and enrich leads matching your search filters.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_enrichment_enrich_leads --json
ParameterTypeRequiredDescription
search_filters string yes JSON search filters
limit integer yes Max leads to import

instantly.instantly_enrichment_history

Retrieve enrichment history for a resource.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_enrichment_history --json
ParameterTypeRequiredDescription
resource_id string yes Resource ID

instantly.instantly_enrichment_preview_leads

Preview leads matching SuperSearch filters without importing.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_enrichment_preview_leads --json
ParameterTypeRequiredDescription
search_filters string yes JSON search filters

instantly.instantly_export_campaign

Export a campaign to JSON format.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_export_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID

instantly.instantly_forward_email

Forward an email.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_forward_email --json
ParameterTypeRequiredDescription
lead_id string yes Lead ID
campaign_id string yes Campaign ID
forward_to string yes Recipient email
forward_body string no Forward note

instantly.instantly_get_account

Get an email account by ID with full details including warmup status, sending limits, and vitals.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_account --json
ParameterTypeRequiredDescription
id string yes Account ID

instantly.instantly_get_account_mappings

Get campaigns associated with an email account.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_account_mappings --json
ParameterTypeRequiredDescription
email string yes Account email
limit integer no Items per page
starting_after string no Pagination cursor

instantly.instantly_get_background_job

Get a background job by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_background_job --json
ParameterTypeRequiredDescription
id string yes Job ID
data_fields string no Comma-separated data fields

instantly.instantly_get_blocklist_entry

Get a blocklist entry by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_blocklist_entry --json
ParameterTypeRequiredDescription
id string yes Entry ID

instantly.instantly_get_campaign

Get a campaign by ID with full details.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID

instantly.instantly_get_custom_prompt_template

Get a custom prompt template by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_custom_prompt_template --json
ParameterTypeRequiredDescription
id string yes Template ID

instantly.instantly_get_custom_tag

Get a custom tag by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_custom_tag --json
ParameterTypeRequiredDescription
id string yes Tag ID

instantly.instantly_get_email

Get an email by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_email --json
ParameterTypeRequiredDescription
id string yes Email ID

instantly.instantly_get_email_template

Get an email template by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_email_template --json
ParameterTypeRequiredDescription
id string yes Template ID

instantly.instantly_get_enrichment

Get enrichment settings for a resource (campaign or lead list).

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_enrichment --json
ParameterTypeRequiredDescription
resource_id string yes Campaign or lead list ID

instantly.instantly_get_inbox_placement_analytics

Get a single inbox placement analytics entry.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_inbox_placement_analytics --json
ParameterTypeRequiredDescription
id string yes Analytics entry ID

instantly.instantly_get_inbox_placement_report

Get an inbox placement report by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_inbox_placement_report --json
ParameterTypeRequiredDescription
id string yes Report ID

instantly.instantly_get_inbox_placement_test

Get an inbox placement test by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_inbox_placement_test --json
ParameterTypeRequiredDescription
id string yes Test ID
with_metadata boolean no Include metadata

instantly.instantly_get_lead

Get a lead by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_lead --json
ParameterTypeRequiredDescription
id string yes Lead ID

instantly.instantly_get_lead_label

Get a lead label by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_lead_label --json
ParameterTypeRequiredDescription
id string yes Label ID

instantly.instantly_get_lead_list

Get a lead list by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_lead_list --json
ParameterTypeRequiredDescription
id string yes List ID

instantly.instantly_get_oauth_session_status

Get the status of a Google or Microsoft OAuth account connection session.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_oauth_session_status --json
ParameterTypeRequiredDescription
session_id string yes OAuth session ID returned by the init endpoint

instantly.instantly_get_sales_flow

Get a sales flow by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_sales_flow --json
ParameterTypeRequiredDescription
id string yes Sales flow ID

instantly.instantly_get_webhook

Get a webhook by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_webhook --json
ParameterTypeRequiredDescription
id string yes Webhook ID

instantly.instantly_get_webhook_event

Get a webhook event by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_webhook_event --json
ParameterTypeRequiredDescription
id string yes Event ID

instantly.instantly_get_whitelabel

Get whitelabel domain information.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_whitelabel --json
ParameterTypeRequiredDescription
No parameters.

instantly.instantly_get_workspace

Get current workspace details based on your API key.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_workspace --json
ParameterTypeRequiredDescription
No parameters.

instantly.instantly_get_workspace_group_member

Get a workspace group member by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_workspace_group_member --json
ParameterTypeRequiredDescription
id string yes Member ID

instantly.instantly_get_workspace_group_members_admin

Get admin workspace group members.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_workspace_group_members_admin --json
ParameterTypeRequiredDescription
No parameters.

instantly.instantly_get_workspace_member

Get a workspace member by ID.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_get_workspace_member --json
ParameterTypeRequiredDescription
id string yes Member ID

instantly.instantly_inbox_placement_esp_options

Get available email service provider options for inbox placement tests.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_inbox_placement_esp_options --json
ParameterTypeRequiredDescription
No parameters.

instantly.instantly_inbox_placement_stats_by_date

Get time series stats for inbox placement (inbox/spam/category distribution).

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_inbox_placement_stats_by_date --json
ParameterTypeRequiredDescription
test_id string yes Test ID
date_from string no Start date
date_to string no End date
recipient_geo string no Geo filter
recipient_type string no Type filter
recipient_esp string no ESP filter
sender_email string no Sender email filter

instantly.instantly_inbox_placement_stats_by_test

Get aggregated inbox/spam/category counts for test IDs.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_inbox_placement_stats_by_test --json
ParameterTypeRequiredDescription
test_ids string yes Comma-separated test IDs
date_from string no Start date
date_to string no End date
recipient_geo string no Geo filter
recipient_type string no Type filter
recipient_esp string no ESP filter
sender_email string no Sender email filter

instantly.instantly_initialize_google_oauth

Initialize a Google OAuth account connection flow and return the authorization URL.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_initialize_google_oauth --json
ParameterTypeRequiredDescription
No parameters.

instantly.instantly_initialize_microsoft_oauth

Initialize a Microsoft OAuth account connection flow and return the authorization URL.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_initialize_microsoft_oauth --json
ParameterTypeRequiredDescription
No parameters.

instantly.instantly_lead_list_verification_stats

Get email verification statistics for a lead list.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_lead_list_verification_stats --json
ParameterTypeRequiredDescription
id string yes List ID

instantly.instantly_list_accounts

List all email accounts in the workspace. Returns email, status, warmup status, and sending limits.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_accounts --json
ParameterTypeRequiredDescription
limit integer no Items per page (1-100)
starting_after string no Pagination cursor
search string no Search by email
status integer no Filter by status

instantly.instantly_list_api_keys

List all API keys in the workspace.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_api_keys --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor

instantly.instantly_list_audit_logs

List audit log records for tracking workspace activities.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_audit_logs --json
ParameterTypeRequiredDescription
limit integer no Items per page (1-1000)
starting_after string no Pagination cursor
activity_type integer no Activity type filter
search string no Search term
start_date string no Start date
end_date string no End date

instantly.instantly_list_background_jobs

List background jobs. Track long-running tasks like bulk imports and exports.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_background_jobs --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor
ids string no Comma-separated job IDs
type string no Job type
entity_type string no Entity type
entity_id string no Entity ID
status string no Status filter
sort_column string no Sort column
sort_order string no Sort order (asc/desc)

instantly.instantly_list_blocklist

List all blocklist entries (blocked emails and domains).

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_blocklist --json
ParameterTypeRequiredDescription
limit integer no Items per page (1-100)
starting_after string no Pagination cursor
domains_only boolean no Only show domains
search string no Search by email/domain

instantly.instantly_list_campaigns

List all campaigns in the workspace.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_campaigns --json
ParameterTypeRequiredDescription
limit integer no Items per page (1-100)
starting_after string no Pagination cursor
status integer no 0=Draft,1=Active,2=Paused,3=Completed
search string no Search by name

instantly.instantly_list_custom_prompt_templates

List custom prompt templates.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_custom_prompt_templates --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor
search string no Search by name

instantly.instantly_list_custom_tag_mappings

List custom tag mappings showing which tags are on which resources.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_custom_tag_mappings --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor
resource_ids string no Comma-separated resource IDs

instantly.instantly_list_custom_tags

List custom tags used to organize accounts and campaigns.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_custom_tags --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor
search string no Search by label
resource_ids string no Comma-separated resource IDs
tag_ids string no Comma-separated tag IDs

instantly.instantly_list_dfy_accounts

List DFY ordered email accounts.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_dfy_accounts --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor
with_passwords boolean no Include passwords

instantly.instantly_list_dfy_orders

List DFY email account orders.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_dfy_orders --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor

instantly.instantly_list_email_templates

List email templates.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_email_templates --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor
search string no Search by name

instantly.instantly_list_emails

List emails from the Unibox (unified inbox).

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_emails --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor
search string no Search by email
campaign_id string no Filter by campaign
label integer no Filter by label
assigned_to string no Filter by assignee
type string no Email type filter

instantly.instantly_list_inbox_placement_analytics

List inbox placement analytics for a test.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_inbox_placement_analytics --json
ParameterTypeRequiredDescription
test_id string yes Test ID
limit integer no Items per page
starting_after string no Pagination cursor
date_from string no Start date
date_to string no End date
recipient_geo string no Geo filter (comma-separated)
recipient_type string no Type filter (comma-separated)
recipient_esp string no ESP filter (comma-separated)

instantly.instantly_list_inbox_placement_reports

List inbox placement blacklist and SpamAssassin reports.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_inbox_placement_reports --json
ParameterTypeRequiredDescription
test_id string yes Test ID
limit integer no Items per page
starting_after string no Pagination cursor
date_from string no Start date
date_to string no End date
skip_spam_assassin_report boolean no Skip SpamAssassin report
skip_blacklist_report boolean no Skip blacklist report

instantly.instantly_list_inbox_placement_tests

List inbox placement tests.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_inbox_placement_tests --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor
search string no Search filter
status integer no Status filter
sort_order string no Sort order

instantly.instantly_list_lead_labels

List all lead labels (interest statuses) in the workspace.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_lead_labels --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor

instantly.instantly_list_lead_lists

List all lead lists in the workspace.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_lead_lists --json
ParameterTypeRequiredDescription
limit integer no Items per page (1-100)
starting_after string no Pagination cursor
search string no Search by name

instantly.instantly_list_leads

List leads in a campaign or list.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_leads --json
ParameterTypeRequiredDescription
campaign_id string no Campaign ID
list_id string no List ID
limit integer no Items per page (1-100)
starting_after string no Pagination cursor
search string no Search by email

instantly.instantly_list_phone_numbers

List CRM phone numbers.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_phone_numbers --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor

instantly.instantly_list_sales_flows

List sales flows.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_sales_flows --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor

instantly.instantly_list_subsequences

List all subsequences for a campaign.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_subsequences --json
ParameterTypeRequiredDescription
parent_campaign string yes Campaign ID
limit integer no Items per page
starting_after string no Pagination cursor
search string no Search by name

instantly.instantly_list_webhook_events

List webhook events.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_webhook_events --json
ParameterTypeRequiredDescription
limit integer no Items per page (1-100)
starting_after string no Pagination cursor
success boolean no Filter by success
from string no Start date (YYYY-MM-DD)
to string no End date (YYYY-MM-DD)
search string no Search by URL or email

instantly.instantly_list_webhooks

List all webhooks in the workspace.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_webhooks --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor
campaign string no Filter by campaign
event_type string no Filter by event type

instantly.instantly_list_workspace_group_members

List workspace group members.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_workspace_group_members --json
ParameterTypeRequiredDescription
limit integer no Items per page
starting_after string no Pagination cursor

instantly.instantly_list_workspace_members

List all workspace members.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_list_workspace_members --json
ParameterTypeRequiredDescription
No parameters.

instantly.instantly_mark_account_fixed

Mark an email account as fixed after resolving connection or sending errors.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_mark_account_fixed --json
ParameterTypeRequiredDescription
email string yes Email to mark fixed

instantly.instantly_mark_email_read

Mark an email thread as read.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_mark_email_read --json
ParameterTypeRequiredDescription
thread_id string yes Thread ID

instantly.instantly_merge_leads

Merge two leads into one.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_merge_leads --json
ParameterTypeRequiredDescription
lead_id string yes Source lead ID
destination_lead_id string yes Destination lead ID

instantly.instantly_move_accounts

Move email accounts between workspaces. Requires an admin workspace API key.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_move_accounts --json
ParameterTypeRequiredDescription
emails array yes Email accounts to move
source_workspace_id string yes Workspace ID the accounts currently belong to
destination_workspace_id string yes Workspace ID the accounts should be moved to

instantly.instantly_move_leads

Move leads between campaigns.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_move_leads --json
ParameterTypeRequiredDescription
lead_ids string yes Comma-separated lead IDs
from_campaign_id string no Source campaign ID
to_campaign_id string yes Destination campaign ID

instantly.instantly_pause_account

Pause an email account. Stops sending until resumed.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_pause_account --json
ParameterTypeRequiredDescription
email string yes Email to pause

instantly.instantly_pause_campaign

Pause a running campaign.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_pause_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID

instantly.instantly_pause_subsequence

Pause a subsequence.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_pause_subsequence --json
ParameterTypeRequiredDescription
id string yes Subsequence ID

instantly.instantly_pre_warmed_domains

Get pre-warmed up domains available for order.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_pre_warmed_domains --json
ParameterTypeRequiredDescription
extensions string no Comma-separated extensions (com,org,co)
search string no Search filter

instantly.instantly_remove_from_subsequence

Remove a lead from a subsequence.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_remove_from_subsequence --json
ParameterTypeRequiredDescription
id string yes Lead ID

instantly.instantly_reply_to_email

Reply to an email thread.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_reply_to_email --json
ParameterTypeRequiredDescription
lead_id string yes Lead ID
campaign_id string yes Campaign ID
account_email string no Sender email
reply_body string yes Reply content

instantly.instantly_resume_account

Resume a paused email account.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_resume_account --json
ParameterTypeRequiredDescription
email string yes Email to resume

instantly.instantly_resume_subsequence

Resume a paused subsequence.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_resume_subsequence --json
ParameterTypeRequiredDescription
id string yes Subsequence ID

instantly.instantly_resume_webhook

Resume a disabled webhook.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_resume_webhook --json
ParameterTypeRequiredDescription
id string yes Webhook ID

instantly.instantly_run_enrichment

Run enrichment for a campaign or lead list.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_run_enrichment --json
ParameterTypeRequiredDescription
resource_id string yes Resource ID
lead_ids string no Comma-separated lead IDs

instantly.instantly_search_campaigns_by_contact

Find campaigns containing a specific lead email.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_search_campaigns_by_contact --json
ParameterTypeRequiredDescription
search string yes Lead email to search
sort_column string no Sort column
sort_order string no Sort order (asc/desc)

instantly.instantly_send_test_email

Send a preview/test email from a connected email account without creating an Unibox email.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_send_test_email --json
ParameterTypeRequiredDescription
eaccount string yes Connected sender email account
to_address_email_list string yes Comma-separated recipient email addresses
subject string yes Test email subject
html string yes HTML body of the test email
text string no Optional text body

instantly.instantly_share_campaign

Share a campaign so other users can create a new campaign from it.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_share_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID

instantly.instantly_similar_domains

Get similar domains for DFY orders.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_similar_domains --json
ParameterTypeRequiredDescription
body string no JSON request body

instantly.instantly_subsequence_move_leads

Move leads to a subsequence.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_subsequence_move_leads --json
ParameterTypeRequiredDescription
lead_ids string yes Comma-separated lead IDs
subsequence_id string yes Target subsequence ID

instantly.instantly_subsequence_sending_status

Get the sending status of a subsequence.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_subsequence_sending_status --json
ParameterTypeRequiredDescription
id string yes Subsequence ID
with_ai_summary boolean no Include AI summary

instantly.instantly_test_ai_label

Test AI reply label prediction. Returns predicted label for a given reply text.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_test_ai_label --json
ParameterTypeRequiredDescription
reply_text string yes Reply text to classify

instantly.instantly_test_vitals

Test account vitals (DNS, SMTP, IMAP connectivity). Returns diagnostic results.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_test_vitals --json
ParameterTypeRequiredDescription
accounts array no Email accounts to test. If omitted, Instantly tests available accounts.
email string no Deprecated single email shortcut. Prefer accounts.

instantly.instantly_test_webhook

Send a test payload to a webhook.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_test_webhook --json
ParameterTypeRequiredDescription
id string yes Webhook ID

instantly.instantly_toggle_custom_tags

Assign or unassign tags to resources (accounts or campaigns).

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_toggle_custom_tags --json
ParameterTypeRequiredDescription
tag_ids string yes Comma-separated tag IDs
resource_ids string yes Comma-separated resource IDs
resource_type integer yes Resource type
assign boolean yes true=assign, false=unassign

instantly.instantly_update_account

Update an email account. Modify daily limit, tracking domain, signature, and more.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_account --json
ParameterTypeRequiredDescription
email string yes Account email
first_name string no First name
last_name string no Last name
daily_limit integer no Daily sending limit
tracking_domain_name string no Tracking domain
enable_slow_ramp boolean no Enable slow ramp up
sending_gap integer no Minutes between emails (0-1440)
signature string no Email signature
remove_tracking_domain boolean no Remove tracking domain

instantly.instantly_update_blocklist_entry

Update a blocklist entry.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_blocklist_entry --json
ParameterTypeRequiredDescription
id string yes Entry ID
bl_value string no New email or domain

instantly.instantly_update_campaign

Update an existing campaign configuration.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID
name string no Campaign name
open_tracking boolean no Open tracking
link_tracking boolean no Link tracking
text_only boolean no Plain text only
stop_on_reply boolean no Stop on reply
daily_limit integer no Max emails/day
email_gap integer no Minutes between emails
email_list array no Sender emails
sequences string no JSON sequences
campaign_schedule string no JSON schedule

instantly.instantly_update_custom_prompt_template

Update a custom prompt template.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_custom_prompt_template --json
ParameterTypeRequiredDescription
id string yes Template ID
name string no Name
prompt string no Prompt text
category integer no Category
is_public boolean no Public
description string no Description
model_version string no Model version
template_type string no Type
from_shared boolean no From shared

instantly.instantly_update_custom_tag

Update a custom tag.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_custom_tag --json
ParameterTypeRequiredDescription
id string yes Tag ID
label string no New label
description string no New description

instantly.instantly_update_email

Update an email (e.g., assign to a team member, update label).

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_email --json
ParameterTypeRequiredDescription
id string yes Email ID
assigned_to string no User ID to assign
label integer no Label value

instantly.instantly_update_email_template

Update an email template.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_email_template --json
ParameterTypeRequiredDescription
id string yes Template ID
template_name string no Template name
subject string no Email subject
body string no Email body
category string no Category

instantly.instantly_update_enrichment_settings

Update enrichment settings for a resource.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_enrichment_settings --json
ParameterTypeRequiredDescription
resource_id string yes Resource ID
auto_update boolean no Auto-enrich new leads
skip_rows_without_email boolean no Skip leads without email

instantly.instantly_update_inbox_placement_test

Update an inbox placement test.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_inbox_placement_test --json
ParameterTypeRequiredDescription
id string yes Test ID
name string no Test name
status integer no Test status

instantly.instantly_update_lead

Update a lead.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_lead --json
ParameterTypeRequiredDescription
id string yes Lead ID
first_name string no First name
last_name string no Last name
company_name string no Company
website string no Website
phone string no Phone
personalization string no Personalization text
lt_interest_status integer no Interest status
pl_value_lead string no Potential value
assigned_to string no User ID to assign

instantly.instantly_update_lead_interest_status

Update a lead interest status by lead email, optionally scoped to a campaign or list.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_lead_interest_status --json
ParameterTypeRequiredDescription
lead_email string yes Lead email address
interest_value number yes Interest status value. Pass null to reset to Lead.
campaign_id string no Campaign ID to scope the update
list_id string no Lead list ID to scope the update
ai_interest_value number no AI interest value to set
disable_auto_interest boolean no Disable automatic interest updates for this lead

instantly.instantly_update_lead_label

Update a lead label.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_lead_label --json
ParameterTypeRequiredDescription
id string yes Label ID
label_name string no Label name
color string no Hex color
icon string no Icon name
value integer no Numeric value

instantly.instantly_update_lead_list

Update a lead list name.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_lead_list --json
ParameterTypeRequiredDescription
id string yes List ID
name string no New list name

instantly.instantly_update_sales_flow

Update a sales flow.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_sales_flow --json
ParameterTypeRequiredDescription
id string yes Sales flow ID
body string no JSON update data

instantly.instantly_update_subsequence

Update a subsequence.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_subsequence --json
ParameterTypeRequiredDescription
id string yes Subsequence ID
name string no New name

instantly.instantly_update_webhook

Update a webhook.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_webhook --json
ParameterTypeRequiredDescription
id string yes Webhook ID
target_hook_url string no Target URL
event_type string no Event type
campaign string no Campaign ID
name string no Webhook name
custom_interest_value integer no Custom interest value

instantly.instantly_update_workspace

Update current workspace name or logo.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_workspace --json
ParameterTypeRequiredDescription
name string no Workspace name
org_logo_url string no Logo URL

instantly.instantly_update_workspace_member

Update a workspace member role.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_update_workspace_member --json
ParameterTypeRequiredDescription
id string yes Member ID
role string no New role

instantly.instantly_verify_email

Verify an email address. Returns deliverability status.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_verify_email --json
ParameterTypeRequiredDescription
email string yes Email to verify
webhook_url string no Webhook URL for results

instantly.instantly_warmup_disable

Disable warmup for email accounts.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_warmup_disable --json
ParameterTypeRequiredDescription
account_ids array yes Account IDs to disable warmup for

instantly.instantly_warmup_enable

Enable warmup for email accounts. Gradually increases sending volume to build reputation.

Operation
Write write
Schema command
kosmo integrations:schema instantly.instantly_warmup_enable --json
ParameterTypeRequiredDescription
account_ids array yes Account IDs to enable warmup for

instantly.instantly_webhook_event_types

List all available webhook event types.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_webhook_event_types --json
ParameterTypeRequiredDescription
No parameters.

instantly.instantly_webhook_events_summary

Get overview aggregates for webhook events.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_webhook_events_summary --json
ParameterTypeRequiredDescription
from string no Start date (YYYY-MM-DD)
to string no End date (YYYY-MM-DD)

instantly.instantly_webhook_events_summary_by_date

Get webhook event aggregates grouped by date.

Operation
Read read
Schema command
kosmo integrations:schema instantly.instantly_webhook_events_summary_by_date --json
ParameterTypeRequiredDescription
from string no Start date (YYYY-MM-DD)
to string no End date (YYYY-MM-DD)

Permissions

Headless calls still follow the integration read/write permission policy. Configure read/write defaults with integrations:configure. Add --force only for trusted automation that should bypass that policy.