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.

Instantly CLI Setup

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

Install, configure, and verify
# 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 reuse the same stored profile from scripts, coding CLIs, Lua, and MCP.

KeyEnv varTypeRequiredLabel
api_key INSTANTLY_API_KEY Secret secret yes API Key

Command Patterns

The generic command is stable across every integration. The provider shortcut is shorter for humans.

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

Discovery

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

Discovery commands
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

Automation Contexts

The same configured command surface works in these environments. The command does not change unless the host wrapper, credentials, or permissions change.

CLI Functions

Every function below can be called headlessly. Commands are highlighted, copyable, and scroll horizontally when payloads are long.

instantly.instantly_activate_campaign

Activate a campaign to start sending emails.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_activate_campaign '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_activate_campaign '{"id":"example_id"}' --json

instantly.instantly_add_campaign_variables

Add custom variables to an existing campaign.

Write write
Parameters
id, variables
Generic call
kosmo integrations:call instantly.instantly_add_campaign_variables '{"id":"example_id","variables":"example_variables"}' --json
Shortcut
kosmo integrations:instantly instantly_add_campaign_variables '{"id":"example_id","variables":"example_variables"}' --json

instantly.instantly_ai_enrichment_progress

Get AI enrichment progress for a resource.

Read read
Parameters
resource_id
Generic call
kosmo integrations:call instantly.instantly_ai_enrichment_progress '{"resource_id":"example_resource_id"}' --json
Shortcut
kosmo integrations:instantly instantly_ai_enrichment_progress '{"resource_id":"example_resource_id"}' --json

instantly.instantly_analytics_campaign

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

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

instantly.instantly_analytics_campaign_overview

Get overview analytics across all campaigns.

Read read
Parameters
from, to
Generic call
kosmo integrations:call instantly.instantly_analytics_campaign_overview '{"from":"example_from","to":"example_to"}' --json
Shortcut
kosmo integrations:instantly instantly_analytics_campaign_overview '{"from":"example_from","to":"example_to"}' --json

instantly.instantly_analytics_campaign_steps

Get campaign step analytics.

Read read
Parameters
campaign_id, from, to
Generic call
kosmo integrations:call instantly.instantly_analytics_campaign_steps '{"campaign_id":"example_campaign_id","from":"example_from","to":"example_to"}' --json
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

Get daily account analytics breakdown.

Read read
Parameters
from, to
Generic call
kosmo integrations:call instantly.instantly_analytics_daily_account '{"from":"example_from","to":"example_to"}' --json
Shortcut
kosmo integrations:instantly instantly_analytics_daily_account '{"from":"example_from","to":"example_to"}' --json

instantly.instantly_analytics_daily_campaign

Get daily campaign analytics breakdown.

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

instantly.instantly_analytics_warmup

Get warmup analytics for email accounts.

Read read
Parameters
emails
Generic call
kosmo integrations:call instantly.instantly_analytics_warmup '{"emails":"example_emails"}' --json
Shortcut
kosmo integrations:instantly instantly_analytics_warmup '{"emails":"example_emails"}' --json

instantly.instantly_billing_plan_details

Get workspace plan details.

Read read
Parameters
none
Generic call
kosmo integrations:call instantly.instantly_billing_plan_details '{}' --json
Shortcut
kosmo integrations:instantly instantly_billing_plan_details '{}' --json

instantly.instantly_billing_subscription_details

Get workspace subscription details.

Read read
Parameters
none
Generic call
kosmo integrations:call instantly.instantly_billing_subscription_details '{}' --json
Shortcut
kosmo integrations:instantly instantly_billing_subscription_details '{}' --json

instantly.instantly_bulk_add_leads

Add leads in bulk to a campaign or list.

Write write
Parameters
leads, campaign_id, list_id, skip_if_in_workspace, skip_if_in_campaign
Generic 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
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

Bulk assign leads to organization users.

Write write
Parameters
organization_user_ids, campaign, list_id, ids, limit
Generic 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
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

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

Write write
Parameters
bl_values
Generic call
kosmo integrations:call instantly.instantly_bulk_create_blocklist_entries '{"bl_values":"example_bl_values"}' --json
Shortcut
kosmo integrations:instantly instantly_bulk_create_blocklist_entries '{"bl_values":"example_bl_values"}' --json

instantly.instantly_bulk_delete_blocklist_entries

Delete block list entries in bulk by entry ID.

Write write
Parameters
ids
Generic call
kosmo integrations:call instantly.instantly_bulk_delete_blocklist_entries '{"ids":"example_ids"}' --json
Shortcut
kosmo integrations:instantly instantly_bulk_delete_blocklist_entries '{"ids":"example_ids"}' --json

instantly.instantly_bulk_delete_leads

Delete multiple leads in bulk.

Write write
Parameters
campaign_id, list_id, ids, status, limit
Generic 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
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

Get sending status and diagnostics for a campaign.

Read read
Parameters
id, with_ai_summary
Generic call
kosmo integrations:call instantly.instantly_campaign_sending_status '{"id":"example_id","with_ai_summary":true}' --json
Shortcut
kosmo integrations:instantly instantly_campaign_sending_status '{"id":"example_id","with_ai_summary":true}' --json

instantly.instantly_cancel_dfy_accounts

Cancel DFY email accounts.

Write write
Parameters
accounts
Generic call
kosmo integrations:call instantly.instantly_cancel_dfy_accounts '{"accounts":"example_accounts"}' --json
Shortcut
kosmo integrations:instantly instantly_cancel_dfy_accounts '{"accounts":"example_accounts"}' --json

instantly.instantly_change_workspace_owner

Change the owner of the current workspace.

Write write
Parameters
email, sec
Generic call
kosmo integrations:call instantly.instantly_change_workspace_owner '{"email":"example_email","sec":"example_sec"}' --json
Shortcut
kosmo integrations:instantly instantly_change_workspace_owner '{"email":"example_email","sec":"example_sec"}' --json

instantly.instantly_check_dfy_domains

Check domain availability for DFY orders.

Read read
Parameters
domains
Generic call
kosmo integrations:call instantly.instantly_check_dfy_domains '{"domains":"example_domains"}' --json
Shortcut
kosmo integrations:instantly instantly_check_dfy_domains '{"domains":"example_domains"}' --json

instantly.instantly_count_launched_campaigns

Get the count of launched campaigns.

Read read
Parameters
none
Generic call
kosmo integrations:call instantly.instantly_count_launched_campaigns '{}' --json
Shortcut
kosmo integrations:instantly instantly_count_launched_campaigns '{}' --json

instantly.instantly_create_account

Create a new email account via SMTP/IMAP credentials.

Write write
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 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
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

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

Write write
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 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
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

Create a new API key with specified scopes.

Write write
Parameters
name, scopes
Generic call
kosmo integrations:call instantly.instantly_create_api_key '{"name":"example_name","scopes":"example_scopes"}' --json
Shortcut
kosmo integrations:instantly instantly_create_api_key '{"name":"example_name","scopes":"example_scopes"}' --json

instantly.instantly_create_blocklist_entry

Add an email or domain to the blocklist.

Write write
Parameters
bl_value
Generic call
kosmo integrations:call instantly.instantly_create_blocklist_entry '{"bl_value":"example_bl_value"}' --json
Shortcut
kosmo integrations:instantly instantly_create_blocklist_entry '{"bl_value":"example_bl_value"}' --json

instantly.instantly_create_campaign

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

Write write
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 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
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

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

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_create_campaign_from_export '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_create_campaign_from_export '{"id":"example_id"}' --json

instantly.instantly_create_custom_prompt_template

Create a new custom prompt template for AI enrichment.

Write write
Parameters
name, prompt, category, is_public, description, model_version, template_type, from_shared
Generic 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
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

Create a new custom tag for organizing accounts and campaigns.

Write write
Parameters
label, description
Generic call
kosmo integrations:call instantly.instantly_create_custom_tag '{"label":"example_label","description":"example_description"}' --json
Shortcut
kosmo integrations:instantly instantly_create_custom_tag '{"label":"example_label","description":"example_description"}' --json

instantly.instantly_create_dfy_order

Place a DFY email account order.

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

instantly.instantly_create_email_template

Create an email template.

Write write
Parameters
template_name, subject, body, category
Generic call
kosmo integrations:call instantly.instantly_create_email_template '{"template_name":"example_template_name","subject":"example_subject","body":"example_body","category":"example_category"}' --json
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

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

Write write
Parameters
resource_id, type, limit, filters, custom_flow
Generic 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
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

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

Write write
Parameters
name, type, sending_method, email_subject, email_body, emails
Generic 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
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

Create a single lead.

Write write
Parameters
email, campaign_id, list_id, first_name, last_name, company_name, website, phone
Generic 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
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

Create a new lead label (custom interest status).

Write write
Parameters
label_name, color, icon, value
Generic call
kosmo integrations:call instantly.instantly_create_lead_label '{"label_name":"example_label_name","color":"example_color","icon":"example_icon","value":1}' --json
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

Create a new lead list.

Write write
Parameters
name
Generic call
kosmo integrations:call instantly.instantly_create_lead_list '{"name":"example_name"}' --json
Shortcut
kosmo integrations:instantly instantly_create_lead_list '{"name":"example_name"}' --json

instantly.instantly_create_sales_flow

Create a sales flow.

Write write
Parameters
body
Generic call
kosmo integrations:call instantly.instantly_create_sales_flow '{"body":"example_body"}' --json
Shortcut
kosmo integrations:instantly instantly_create_sales_flow '{"body":"example_body"}' --json

instantly.instantly_create_subsequence

Create a new subsequence for a campaign.

Write write
Parameters
parent_campaign, name, conditions, subsequence_schedule, sequences
Generic 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
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

Create a new webhook subscription.

Write write
Parameters
target_hook_url, event_type, campaign, name
Generic 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
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

Set the agency domain (whitelabel) for the workspace.

Write write
Parameters
domain
Generic call
kosmo integrations:call instantly.instantly_create_whitelabel '{"domain":"example_domain"}' --json
Shortcut
kosmo integrations:instantly instantly_create_whitelabel '{"domain":"example_domain"}' --json

instantly.instantly_create_workspace_group_member

Create or invite a workspace group member.

Write write
Parameters
email
Generic call
kosmo integrations:call instantly.instantly_create_workspace_group_member '{"email":"example_email"}' --json
Shortcut
kosmo integrations:instantly instantly_create_workspace_group_member '{"email":"example_email"}' --json

instantly.instantly_create_workspace_member

Invite a new member to the workspace.

Write write
Parameters
email, role
Generic call
kosmo integrations:call instantly.instantly_create_workspace_member '{"email":"example_email","role":"example_role"}' --json
Shortcut
kosmo integrations:instantly instantly_create_workspace_member '{"email":"example_email","role":"example_role"}' --json

instantly.instantly_ctd_status

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

Read read
Parameters
host
Generic call
kosmo integrations:call instantly.instantly_ctd_status '{"host":"example_host"}' --json
Shortcut
kosmo integrations:instantly instantly_ctd_status '{"host":"example_host"}' --json

instantly.instantly_delete_account

Delete an email account by ID.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_account '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_account '{"id":"example_id"}' --json

instantly.instantly_delete_all_blocklist_entries

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

Write write
Parameters
confirm, domains_only, search
Generic call
kosmo integrations:call instantly.instantly_delete_all_blocklist_entries '{"confirm":true,"domains_only":true,"search":"example_search"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_all_blocklist_entries '{"confirm":true,"domains_only":true,"search":"example_search"}' --json

instantly.instantly_delete_api_key

Delete an API key by ID.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_api_key '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_api_key '{"id":"example_id"}' --json

instantly.instantly_delete_blocklist_entry

Remove an entry from the blocklist.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_blocklist_entry '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_blocklist_entry '{"id":"example_id"}' --json

instantly.instantly_delete_campaign

Delete a campaign by ID.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_campaign '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_campaign '{"id":"example_id"}' --json

instantly.instantly_delete_custom_prompt_template

Delete a custom prompt template.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_custom_prompt_template '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_custom_prompt_template '{"id":"example_id"}' --json

instantly.instantly_delete_custom_tag

Delete a custom tag by ID.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_custom_tag '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_custom_tag '{"id":"example_id"}' --json

instantly.instantly_delete_email

Delete an email.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_email '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_email '{"id":"example_id"}' --json

instantly.instantly_delete_email_template

Delete an email template.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_email_template '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_email_template '{"id":"example_id"}' --json

instantly.instantly_delete_inbox_placement_test

Delete an inbox placement test.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_inbox_placement_test '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_inbox_placement_test '{"id":"example_id"}' --json

instantly.instantly_delete_lead

Delete a lead by ID.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_lead '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_lead '{"id":"example_id"}' --json

instantly.instantly_delete_lead_label

Delete a lead label.

Write write
Parameters
id, new_label
Generic call
kosmo integrations:call instantly.instantly_delete_lead_label '{"id":"example_id","new_label":"example_new_label"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_lead_label '{"id":"example_id","new_label":"example_new_label"}' --json

instantly.instantly_delete_lead_list

Delete a lead list by ID.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_lead_list '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_lead_list '{"id":"example_id"}' --json

instantly.instantly_delete_phone_number

Delete a CRM phone number.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_phone_number '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_phone_number '{"id":"example_id"}' --json

instantly.instantly_delete_sales_flow

Delete a sales flow.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_sales_flow '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_sales_flow '{"id":"example_id"}' --json

instantly.instantly_delete_subsequence

Delete a subsequence by ID.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_subsequence '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_subsequence '{"id":"example_id"}' --json

instantly.instantly_delete_webhook

Delete a webhook by ID.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_webhook '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_webhook '{"id":"example_id"}' --json

instantly.instantly_delete_whitelabel

Delete the whitelabel domain.

Write write
Parameters
none
Generic call
kosmo integrations:call instantly.instantly_delete_whitelabel '{}' --json
Shortcut
kosmo integrations:instantly instantly_delete_whitelabel '{}' --json

instantly.instantly_delete_workspace_group_member

Delete a workspace group member.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_workspace_group_member '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_workspace_group_member '{"id":"example_id"}' --json

instantly.instantly_delete_workspace_member

Remove a member from the workspace.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_delete_workspace_member '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_delete_workspace_member '{"id":"example_id"}' --json

instantly.instantly_deliverability_insights

Get deliverability insights for an inbox placement test.

Read read
Parameters
test_id, date_from, date_to, previous_date_from, previous_date_to, show_previous, recipient_geo, recipient_type, recipient_esp
Generic 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
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

Download block list entries as CSV text.

Read read
Parameters
domains_only, search
Generic call
kosmo integrations:call instantly.instantly_download_blocklist_entries '{"domains_only":true,"search":"example_search"}' --json
Shortcut
kosmo integrations:instantly instantly_download_blocklist_entries '{"domains_only":true,"search":"example_search"}' --json

instantly.instantly_duplicate_campaign

Duplicate a campaign.

Write write
Parameters
id, name
Generic call
kosmo integrations:call instantly.instantly_duplicate_campaign '{"id":"example_id","name":"example_name"}' --json
Shortcut
kosmo integrations:instantly instantly_duplicate_campaign '{"id":"example_id","name":"example_name"}' --json

instantly.instantly_duplicate_subsequence

Duplicate a subsequence to the same or different campaign.

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

instantly.instantly_email_unread_count

Get the count of unread emails.

Read read
Parameters
none
Generic call
kosmo integrations:call instantly.instantly_email_unread_count '{}' --json
Shortcut
kosmo integrations:instantly instantly_email_unread_count '{}' --json

instantly.instantly_email_verification_status

Get email verification status for an address.

Read read
Parameters
email
Generic call
kosmo integrations:call instantly.instantly_email_verification_status '{"email":"example_email"}' --json
Shortcut
kosmo integrations:instantly instantly_email_verification_status '{"email":"example_email"}' --json

instantly.instantly_enrichment_count_leads

Count leads matching SuperSearch filters without importing them.

Read read
Parameters
search_filters
Generic call
kosmo integrations:call instantly.instantly_enrichment_count_leads '{"search_filters":"example_search_filters"}' --json
Shortcut
kosmo integrations:instantly instantly_enrichment_count_leads '{"search_filters":"example_search_filters"}' --json

instantly.instantly_enrichment_enrich_leads

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

Read read
Parameters
search_filters, limit
Generic call
kosmo integrations:call instantly.instantly_enrichment_enrich_leads '{"search_filters":"example_search_filters","limit":1}' --json
Shortcut
kosmo integrations:instantly instantly_enrichment_enrich_leads '{"search_filters":"example_search_filters","limit":1}' --json

instantly.instantly_enrichment_history

Retrieve enrichment history for a resource.

Read read
Parameters
resource_id
Generic call
kosmo integrations:call instantly.instantly_enrichment_history '{"resource_id":"example_resource_id"}' --json
Shortcut
kosmo integrations:instantly instantly_enrichment_history '{"resource_id":"example_resource_id"}' --json

instantly.instantly_enrichment_preview_leads

Preview leads matching SuperSearch filters without importing.

Read read
Parameters
search_filters
Generic call
kosmo integrations:call instantly.instantly_enrichment_preview_leads '{"search_filters":"example_search_filters"}' --json
Shortcut
kosmo integrations:instantly instantly_enrichment_preview_leads '{"search_filters":"example_search_filters"}' --json

instantly.instantly_export_campaign

Export a campaign to JSON format.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_export_campaign '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_export_campaign '{"id":"example_id"}' --json

instantly.instantly_forward_email

Forward an email.

Write write
Parameters
lead_id, campaign_id, forward_to, forward_body
Generic 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
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

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

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_account '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_account '{"id":"example_id"}' --json

instantly.instantly_get_account_mappings

Get campaigns associated with an email account.

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

instantly.instantly_get_background_job

Get a background job by ID.

Read read
Parameters
id, data_fields
Generic call
kosmo integrations:call instantly.instantly_get_background_job '{"id":"example_id","data_fields":"example_data_fields"}' --json
Shortcut
kosmo integrations:instantly instantly_get_background_job '{"id":"example_id","data_fields":"example_data_fields"}' --json

instantly.instantly_get_blocklist_entry

Get a blocklist entry by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_blocklist_entry '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_blocklist_entry '{"id":"example_id"}' --json

instantly.instantly_get_campaign

Get a campaign by ID with full details.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_campaign '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_campaign '{"id":"example_id"}' --json

instantly.instantly_get_custom_prompt_template

Get a custom prompt template by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_custom_prompt_template '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_custom_prompt_template '{"id":"example_id"}' --json

instantly.instantly_get_custom_tag

Get a custom tag by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_custom_tag '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_custom_tag '{"id":"example_id"}' --json

instantly.instantly_get_email

Get an email by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_email '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_email '{"id":"example_id"}' --json

instantly.instantly_get_email_template

Get an email template by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_email_template '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_email_template '{"id":"example_id"}' --json

instantly.instantly_get_enrichment

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

Read read
Parameters
resource_id
Generic call
kosmo integrations:call instantly.instantly_get_enrichment '{"resource_id":"example_resource_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_enrichment '{"resource_id":"example_resource_id"}' --json

instantly.instantly_get_inbox_placement_analytics

Get a single inbox placement analytics entry.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_inbox_placement_analytics '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_inbox_placement_analytics '{"id":"example_id"}' --json

instantly.instantly_get_inbox_placement_report

Get an inbox placement report by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_inbox_placement_report '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_inbox_placement_report '{"id":"example_id"}' --json

instantly.instantly_get_inbox_placement_test

Get an inbox placement test by ID.

Read read
Parameters
id, with_metadata
Generic call
kosmo integrations:call instantly.instantly_get_inbox_placement_test '{"id":"example_id","with_metadata":true}' --json
Shortcut
kosmo integrations:instantly instantly_get_inbox_placement_test '{"id":"example_id","with_metadata":true}' --json

instantly.instantly_get_lead

Get a lead by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_lead '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_lead '{"id":"example_id"}' --json

instantly.instantly_get_lead_label

Get a lead label by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_lead_label '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_lead_label '{"id":"example_id"}' --json

instantly.instantly_get_lead_list

Get a lead list by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_lead_list '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_lead_list '{"id":"example_id"}' --json

instantly.instantly_get_oauth_session_status

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

Read read
Parameters
session_id
Generic call
kosmo integrations:call instantly.instantly_get_oauth_session_status '{"session_id":"example_session_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_oauth_session_status '{"session_id":"example_session_id"}' --json

instantly.instantly_get_sales_flow

Get a sales flow by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_sales_flow '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_sales_flow '{"id":"example_id"}' --json

instantly.instantly_get_webhook

Get a webhook by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_webhook '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_webhook '{"id":"example_id"}' --json

instantly.instantly_get_webhook_event

Get a webhook event by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_webhook_event '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_webhook_event '{"id":"example_id"}' --json

instantly.instantly_get_whitelabel

Get whitelabel domain information.

Read read
Parameters
none
Generic call
kosmo integrations:call instantly.instantly_get_whitelabel '{}' --json
Shortcut
kosmo integrations:instantly instantly_get_whitelabel '{}' --json

instantly.instantly_get_workspace

Get current workspace details based on your API key.

Read read
Parameters
none
Generic call
kosmo integrations:call instantly.instantly_get_workspace '{}' --json
Shortcut
kosmo integrations:instantly instantly_get_workspace '{}' --json

instantly.instantly_get_workspace_group_member

Get a workspace group member by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_workspace_group_member '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_workspace_group_member '{"id":"example_id"}' --json

instantly.instantly_get_workspace_group_members_admin

Get admin workspace group members.

Read read
Parameters
none
Generic call
kosmo integrations:call instantly.instantly_get_workspace_group_members_admin '{}' --json
Shortcut
kosmo integrations:instantly instantly_get_workspace_group_members_admin '{}' --json

instantly.instantly_get_workspace_member

Get a workspace member by ID.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_get_workspace_member '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_get_workspace_member '{"id":"example_id"}' --json

instantly.instantly_inbox_placement_esp_options

Get available email service provider options for inbox placement tests.

Read read
Parameters
none
Generic call
kosmo integrations:call instantly.instantly_inbox_placement_esp_options '{}' --json
Shortcut
kosmo integrations:instantly instantly_inbox_placement_esp_options '{}' --json

instantly.instantly_inbox_placement_stats_by_date

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

Read read
Parameters
test_id, date_from, date_to, recipient_geo, recipient_type, recipient_esp, sender_email
Generic 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
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

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

Read read
Parameters
test_ids, date_from, date_to, recipient_geo, recipient_type, recipient_esp, sender_email
Generic 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
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

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

Read read
Parameters
none
Generic call
kosmo integrations:call instantly.instantly_initialize_google_oauth '{}' --json
Shortcut
kosmo integrations:instantly instantly_initialize_google_oauth '{}' --json

instantly.instantly_initialize_microsoft_oauth

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

Read read
Parameters
none
Generic call
kosmo integrations:call instantly.instantly_initialize_microsoft_oauth '{}' --json
Shortcut
kosmo integrations:instantly instantly_initialize_microsoft_oauth '{}' --json

instantly.instantly_lead_list_verification_stats

Get email verification statistics for a lead list.

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_lead_list_verification_stats '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_lead_list_verification_stats '{"id":"example_id"}' --json

instantly.instantly_list_accounts

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

Read read
Parameters
limit, starting_after, search, status
Generic call
kosmo integrations:call instantly.instantly_list_accounts '{"limit":1,"starting_after":"example_starting_after","search":"example_search","status":1}' --json
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

List all API keys in the workspace.

Read read
Parameters
limit, starting_after
Generic call
kosmo integrations:call instantly.instantly_list_api_keys '{"limit":1,"starting_after":"example_starting_after"}' --json
Shortcut
kosmo integrations:instantly instantly_list_api_keys '{"limit":1,"starting_after":"example_starting_after"}' --json

instantly.instantly_list_audit_logs

List audit log records for tracking workspace activities.

Read read
Parameters
limit, starting_after, activity_type, search, start_date, end_date
Generic 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
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

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

Read read
Parameters
limit, starting_after, ids, type, entity_type, entity_id, status, sort_column, sort_order
Generic 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
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

List all blocklist entries (blocked emails and domains).

Read read
Parameters
limit, starting_after, domains_only, search
Generic call
kosmo integrations:call instantly.instantly_list_blocklist '{"limit":1,"starting_after":"example_starting_after","domains_only":true,"search":"example_search"}' --json
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

List all campaigns in the workspace.

Read read
Parameters
limit, starting_after, status, search
Generic call
kosmo integrations:call instantly.instantly_list_campaigns '{"limit":1,"starting_after":"example_starting_after","status":1,"search":"example_search"}' --json
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

List custom prompt templates.

Read read
Parameters
limit, starting_after, search
Generic call
kosmo integrations:call instantly.instantly_list_custom_prompt_templates '{"limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json
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

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

Read read
Parameters
limit, starting_after, resource_ids
Generic call
kosmo integrations:call instantly.instantly_list_custom_tag_mappings '{"limit":1,"starting_after":"example_starting_after","resource_ids":"example_resource_ids"}' --json
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

List custom tags used to organize accounts and campaigns.

Read read
Parameters
limit, starting_after, search, resource_ids, tag_ids
Generic 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
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

List DFY ordered email accounts.

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

instantly.instantly_list_dfy_orders

List DFY email account orders.

Read read
Parameters
limit, starting_after
Generic call
kosmo integrations:call instantly.instantly_list_dfy_orders '{"limit":1,"starting_after":"example_starting_after"}' --json
Shortcut
kosmo integrations:instantly instantly_list_dfy_orders '{"limit":1,"starting_after":"example_starting_after"}' --json

instantly.instantly_list_email_templates

List email templates.

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

instantly.instantly_list_emails

List emails from the Unibox (unified inbox).

Read read
Parameters
limit, starting_after, search, campaign_id, label, assigned_to, type
Generic 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
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

List inbox placement analytics for a test.

Read read
Parameters
test_id, limit, starting_after, date_from, date_to, recipient_geo, recipient_type, recipient_esp
Generic 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
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

List inbox placement blacklist and SpamAssassin reports.

Read read
Parameters
test_id, limit, starting_after, date_from, date_to, skip_spam_assassin_report, skip_blacklist_report
Generic 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
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

List inbox placement tests.

Read read
Parameters
limit, starting_after, search, status, sort_order
Generic 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
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

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

Read read
Parameters
limit, starting_after
Generic call
kosmo integrations:call instantly.instantly_list_lead_labels '{"limit":1,"starting_after":"example_starting_after"}' --json
Shortcut
kosmo integrations:instantly instantly_list_lead_labels '{"limit":1,"starting_after":"example_starting_after"}' --json

instantly.instantly_list_lead_lists

List all lead lists in the workspace.

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

instantly.instantly_list_leads

List leads in a campaign or list.

Read read
Parameters
campaign_id, list_id, limit, starting_after, search
Generic 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
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

List CRM phone numbers.

Read read
Parameters
limit, starting_after
Generic call
kosmo integrations:call instantly.instantly_list_phone_numbers '{"limit":1,"starting_after":"example_starting_after"}' --json
Shortcut
kosmo integrations:instantly instantly_list_phone_numbers '{"limit":1,"starting_after":"example_starting_after"}' --json

instantly.instantly_list_sales_flows

List sales flows.

Read read
Parameters
limit, starting_after
Generic call
kosmo integrations:call instantly.instantly_list_sales_flows '{"limit":1,"starting_after":"example_starting_after"}' --json
Shortcut
kosmo integrations:instantly instantly_list_sales_flows '{"limit":1,"starting_after":"example_starting_after"}' --json

instantly.instantly_list_subsequences

List all subsequences for a campaign.

Read read
Parameters
parent_campaign, limit, starting_after, search
Generic call
kosmo integrations:call instantly.instantly_list_subsequences '{"parent_campaign":"example_parent_campaign","limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json
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

List webhook events.

Read read
Parameters
limit, starting_after, success, from, to, search
Generic 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
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

List all webhooks in the workspace.

Read read
Parameters
limit, starting_after, campaign, event_type
Generic call
kosmo integrations:call instantly.instantly_list_webhooks '{"limit":1,"starting_after":"example_starting_after","campaign":"example_campaign","event_type":"example_event_type"}' --json
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

List workspace group members.

Read read
Parameters
limit, starting_after
Generic call
kosmo integrations:call instantly.instantly_list_workspace_group_members '{"limit":1,"starting_after":"example_starting_after"}' --json
Shortcut
kosmo integrations:instantly instantly_list_workspace_group_members '{"limit":1,"starting_after":"example_starting_after"}' --json

instantly.instantly_list_workspace_members

List all workspace members.

Read read
Parameters
none
Generic call
kosmo integrations:call instantly.instantly_list_workspace_members '{}' --json
Shortcut
kosmo integrations:instantly instantly_list_workspace_members '{}' --json

instantly.instantly_mark_account_fixed

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

Write write
Parameters
email
Generic call
kosmo integrations:call instantly.instantly_mark_account_fixed '{"email":"example_email"}' --json
Shortcut
kosmo integrations:instantly instantly_mark_account_fixed '{"email":"example_email"}' --json

instantly.instantly_mark_email_read

Mark an email thread as read.

Write write
Parameters
thread_id
Generic call
kosmo integrations:call instantly.instantly_mark_email_read '{"thread_id":"example_thread_id"}' --json
Shortcut
kosmo integrations:instantly instantly_mark_email_read '{"thread_id":"example_thread_id"}' --json

instantly.instantly_merge_leads

Merge two leads into one.

Write write
Parameters
lead_id, destination_lead_id
Generic call
kosmo integrations:call instantly.instantly_merge_leads '{"lead_id":"example_lead_id","destination_lead_id":"example_destination_lead_id"}' --json
Shortcut
kosmo integrations:instantly instantly_merge_leads '{"lead_id":"example_lead_id","destination_lead_id":"example_destination_lead_id"}' --json

instantly.instantly_move_accounts

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

Write write
Parameters
emails, source_workspace_id, destination_workspace_id
Generic 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
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

Move leads between campaigns.

Write write
Parameters
lead_ids, from_campaign_id, to_campaign_id
Generic 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
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

Pause an email account. Stops sending until resumed.

Write write
Parameters
email
Generic call
kosmo integrations:call instantly.instantly_pause_account '{"email":"example_email"}' --json
Shortcut
kosmo integrations:instantly instantly_pause_account '{"email":"example_email"}' --json

instantly.instantly_pause_campaign

Pause a running campaign.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_pause_campaign '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_pause_campaign '{"id":"example_id"}' --json

instantly.instantly_pause_subsequence

Pause a subsequence.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_pause_subsequence '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_pause_subsequence '{"id":"example_id"}' --json

instantly.instantly_pre_warmed_domains

Get pre-warmed up domains available for order.

Read read
Parameters
extensions, search
Generic call
kosmo integrations:call instantly.instantly_pre_warmed_domains '{"extensions":"example_extensions","search":"example_search"}' --json
Shortcut
kosmo integrations:instantly instantly_pre_warmed_domains '{"extensions":"example_extensions","search":"example_search"}' --json

instantly.instantly_remove_from_subsequence

Remove a lead from a subsequence.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_remove_from_subsequence '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_remove_from_subsequence '{"id":"example_id"}' --json

instantly.instantly_reply_to_email

Reply to an email thread.

Write write
Parameters
lead_id, campaign_id, account_email, reply_body
Generic 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
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

Resume a paused email account.

Write write
Parameters
email
Generic call
kosmo integrations:call instantly.instantly_resume_account '{"email":"example_email"}' --json
Shortcut
kosmo integrations:instantly instantly_resume_account '{"email":"example_email"}' --json

instantly.instantly_resume_subsequence

Resume a paused subsequence.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_resume_subsequence '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_resume_subsequence '{"id":"example_id"}' --json

instantly.instantly_resume_webhook

Resume a disabled webhook.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_resume_webhook '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_resume_webhook '{"id":"example_id"}' --json

instantly.instantly_run_enrichment

Run enrichment for a campaign or lead list.

Write write
Parameters
resource_id, lead_ids
Generic call
kosmo integrations:call instantly.instantly_run_enrichment '{"resource_id":"example_resource_id","lead_ids":"example_lead_ids"}' --json
Shortcut
kosmo integrations:instantly instantly_run_enrichment '{"resource_id":"example_resource_id","lead_ids":"example_lead_ids"}' --json

instantly.instantly_search_campaigns_by_contact

Find campaigns containing a specific lead email.

Read read
Parameters
search, sort_column, sort_order
Generic call
kosmo integrations:call instantly.instantly_search_campaigns_by_contact '{"search":"example_search","sort_column":"example_sort_column","sort_order":"example_sort_order"}' --json
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

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

Write write
Parameters
eaccount, to_address_email_list, subject, html, text
Generic 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
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

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

Read read
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_share_campaign '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_share_campaign '{"id":"example_id"}' --json

instantly.instantly_similar_domains

Get similar domains for DFY orders.

Read read
Parameters
body
Generic call
kosmo integrations:call instantly.instantly_similar_domains '{"body":"example_body"}' --json
Shortcut
kosmo integrations:instantly instantly_similar_domains '{"body":"example_body"}' --json

instantly.instantly_subsequence_move_leads

Move leads to a subsequence.

Write write
Parameters
lead_ids, subsequence_id
Generic call
kosmo integrations:call instantly.instantly_subsequence_move_leads '{"lead_ids":"example_lead_ids","subsequence_id":"example_subsequence_id"}' --json
Shortcut
kosmo integrations:instantly instantly_subsequence_move_leads '{"lead_ids":"example_lead_ids","subsequence_id":"example_subsequence_id"}' --json

instantly.instantly_subsequence_sending_status

Get the sending status of a subsequence.

Read read
Parameters
id, with_ai_summary
Generic call
kosmo integrations:call instantly.instantly_subsequence_sending_status '{"id":"example_id","with_ai_summary":true}' --json
Shortcut
kosmo integrations:instantly instantly_subsequence_sending_status '{"id":"example_id","with_ai_summary":true}' --json

instantly.instantly_test_ai_label

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

Write write
Parameters
reply_text
Generic call
kosmo integrations:call instantly.instantly_test_ai_label '{"reply_text":"example_reply_text"}' --json
Shortcut
kosmo integrations:instantly instantly_test_ai_label '{"reply_text":"example_reply_text"}' --json

instantly.instantly_test_vitals

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

Write write
Parameters
accounts, email
Generic call
kosmo integrations:call instantly.instantly_test_vitals '{"accounts":"example_accounts","email":"example_email"}' --json
Shortcut
kosmo integrations:instantly instantly_test_vitals '{"accounts":"example_accounts","email":"example_email"}' --json

instantly.instantly_test_webhook

Send a test payload to a webhook.

Write write
Parameters
id
Generic call
kosmo integrations:call instantly.instantly_test_webhook '{"id":"example_id"}' --json
Shortcut
kosmo integrations:instantly instantly_test_webhook '{"id":"example_id"}' --json

instantly.instantly_toggle_custom_tags

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

Write write
Parameters
tag_ids, resource_ids, resource_type, assign
Generic 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
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

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

Write write
Parameters
email, first_name, last_name, daily_limit, tracking_domain_name, enable_slow_ramp, sending_gap, signature, remove_tracking_domain
Generic 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
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

Update a blocklist entry.

Write write
Parameters
id, bl_value
Generic call
kosmo integrations:call instantly.instantly_update_blocklist_entry '{"id":"example_id","bl_value":"example_bl_value"}' --json
Shortcut
kosmo integrations:instantly instantly_update_blocklist_entry '{"id":"example_id","bl_value":"example_bl_value"}' --json

instantly.instantly_update_campaign

Update an existing campaign configuration.

Write write
Parameters
id, name, open_tracking, link_tracking, text_only, stop_on_reply, daily_limit, email_gap, email_list, sequences, campaign_schedule
Generic 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
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

Update a custom prompt template.

Write write
Parameters
id, name, prompt, category, is_public, description, model_version, template_type, from_shared
Generic 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
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

Update a custom tag.

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

instantly.instantly_update_email

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

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

instantly.instantly_update_email_template

Update an email template.

Write write
Parameters
id, template_name, subject, body, category
Generic 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
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

Update enrichment settings for a resource.

Write write
Parameters
resource_id, auto_update, skip_rows_without_email
Generic call
kosmo integrations:call instantly.instantly_update_enrichment_settings '{"resource_id":"example_resource_id","auto_update":true,"skip_rows_without_email":true}' --json
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

Update an inbox placement test.

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

instantly.instantly_update_lead

Update a lead.

Write write
Parameters
id, first_name, last_name, company_name, website, phone, personalization, lt_interest_status, pl_value_lead, assigned_to
Generic 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
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

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

Write write
Parameters
lead_email, interest_value, campaign_id, list_id, ai_interest_value, disable_auto_interest
Generic 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
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

Update a lead label.

Write write
Parameters
id, label_name, color, icon, value
Generic 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
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

Update a lead list name.

Write write
Parameters
id, name
Generic call
kosmo integrations:call instantly.instantly_update_lead_list '{"id":"example_id","name":"example_name"}' --json
Shortcut
kosmo integrations:instantly instantly_update_lead_list '{"id":"example_id","name":"example_name"}' --json

instantly.instantly_update_sales_flow

Update a sales flow.

Write write
Parameters
id, body
Generic call
kosmo integrations:call instantly.instantly_update_sales_flow '{"id":"example_id","body":"example_body"}' --json
Shortcut
kosmo integrations:instantly instantly_update_sales_flow '{"id":"example_id","body":"example_body"}' --json

instantly.instantly_update_subsequence

Update a subsequence.

Write write
Parameters
id, name
Generic call
kosmo integrations:call instantly.instantly_update_subsequence '{"id":"example_id","name":"example_name"}' --json
Shortcut
kosmo integrations:instantly instantly_update_subsequence '{"id":"example_id","name":"example_name"}' --json

instantly.instantly_update_webhook

Update a webhook.

Write write
Parameters
id, target_hook_url, event_type, campaign, name, custom_interest_value
Generic 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
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

Update current workspace name or logo.

Write write
Parameters
name, org_logo_url
Generic call
kosmo integrations:call instantly.instantly_update_workspace '{"name":"example_name","org_logo_url":"example_org_logo_url"}' --json
Shortcut
kosmo integrations:instantly instantly_update_workspace '{"name":"example_name","org_logo_url":"example_org_logo_url"}' --json

instantly.instantly_update_workspace_member

Update a workspace member role.

Write write
Parameters
id, role
Generic call
kosmo integrations:call instantly.instantly_update_workspace_member '{"id":"example_id","role":"example_role"}' --json
Shortcut
kosmo integrations:instantly instantly_update_workspace_member '{"id":"example_id","role":"example_role"}' --json

instantly.instantly_verify_email

Verify an email address. Returns deliverability status.

Write write
Parameters
email, webhook_url
Generic call
kosmo integrations:call instantly.instantly_verify_email '{"email":"example_email","webhook_url":"example_webhook_url"}' --json
Shortcut
kosmo integrations:instantly instantly_verify_email '{"email":"example_email","webhook_url":"example_webhook_url"}' --json

instantly.instantly_warmup_disable

Disable warmup for email accounts.

Write write
Parameters
account_ids
Generic call
kosmo integrations:call instantly.instantly_warmup_disable '{"account_ids":"example_account_ids"}' --json
Shortcut
kosmo integrations:instantly instantly_warmup_disable '{"account_ids":"example_account_ids"}' --json

instantly.instantly_warmup_enable

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

Write write
Parameters
account_ids
Generic call
kosmo integrations:call instantly.instantly_warmup_enable '{"account_ids":"example_account_ids"}' --json
Shortcut
kosmo integrations:instantly instantly_warmup_enable '{"account_ids":"example_account_ids"}' --json

instantly.instantly_webhook_event_types

List all available webhook event types.

Read read
Parameters
none
Generic call
kosmo integrations:call instantly.instantly_webhook_event_types '{}' --json
Shortcut
kosmo integrations:instantly instantly_webhook_event_types '{}' --json

instantly.instantly_webhook_events_summary

Get overview aggregates for webhook events.

Read read
Parameters
from, to
Generic call
kosmo integrations:call instantly.instantly_webhook_events_summary '{"from":"example_from","to":"example_to"}' --json
Shortcut
kosmo integrations:instantly instantly_webhook_events_summary '{"from":"example_from","to":"example_to"}' --json

instantly.instantly_webhook_events_summary_by_date

Get webhook event aggregates grouped by date.

Read read
Parameters
from, to
Generic call
kosmo integrations:call instantly.instantly_webhook_events_summary_by_date '{"from":"example_from","to":"example_to"}' --json
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_activate_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID
instantly.instantly_add_campaign_variables 2 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_ai_enrichment_progress --json
ParameterTypeRequiredDescription
resource_id string yes Resource ID
instantly.instantly_analytics_campaign 3 parameters
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 2 parameters
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 3 parameters
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 2 parameters
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 3 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_analytics_warmup --json
ParameterTypeRequiredDescription
emails array yes Email addresses to check
instantly.instantly_billing_plan_details 0 parameters
Schema command
kosmo integrations:schema instantly.instantly_billing_plan_details --json
ParameterTypeRequiredDescription
No parameters.
instantly.instantly_billing_subscription_details 0 parameters
Schema command
kosmo integrations:schema instantly.instantly_billing_subscription_details --json
ParameterTypeRequiredDescription
No parameters.
instantly.instantly_bulk_add_leads 5 parameters
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 5 parameters
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 1 parameters
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 1 parameters
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 5 parameters
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 2 parameters
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 1 parameters
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 2 parameters
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 1 parameters
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 0 parameters
Schema command
kosmo integrations:schema instantly.instantly_count_launched_campaigns --json
ParameterTypeRequiredDescription
No parameters.
instantly.instantly_create_account 12 parameters
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 12 parameters
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 2 parameters
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 1 parameters
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 11 parameters
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 1 parameters
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 8 parameters
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 2 parameters
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 3 parameters
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 4 parameters
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 5 parameters
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 6 parameters
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 8 parameters
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 4 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_create_lead_list --json
ParameterTypeRequiredDescription
name string yes List name
instantly.instantly_create_sales_flow 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_create_sales_flow --json
ParameterTypeRequiredDescription
body string no JSON sales flow definition
instantly.instantly_create_subsequence 5 parameters
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 4 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_create_whitelabel --json
ParameterTypeRequiredDescription
domain string yes Agency domain
instantly.instantly_create_workspace_group_member 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_create_workspace_group_member --json
ParameterTypeRequiredDescription
email string yes Member email
instantly.instantly_create_workspace_member 2 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_ctd_status --json
ParameterTypeRequiredDescription
host string yes Tracking domain host
instantly.instantly_delete_account 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_account --json
ParameterTypeRequiredDescription
id string yes Account ID
instantly.instantly_delete_all_blocklist_entries 3 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_api_key --json
ParameterTypeRequiredDescription
id string yes API key ID
instantly.instantly_delete_blocklist_entry 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_blocklist_entry --json
ParameterTypeRequiredDescription
id string yes Entry ID
instantly.instantly_delete_campaign 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID
instantly.instantly_delete_custom_prompt_template 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_custom_prompt_template --json
ParameterTypeRequiredDescription
id string yes Template ID
instantly.instantly_delete_custom_tag 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_custom_tag --json
ParameterTypeRequiredDescription
id string yes Tag ID
instantly.instantly_delete_email 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_email --json
ParameterTypeRequiredDescription
id string yes Email ID
instantly.instantly_delete_email_template 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_email_template --json
ParameterTypeRequiredDescription
id string yes Template ID
instantly.instantly_delete_inbox_placement_test 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_inbox_placement_test --json
ParameterTypeRequiredDescription
id string yes Test ID
instantly.instantly_delete_lead 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_lead --json
ParameterTypeRequiredDescription
id string yes Lead ID
instantly.instantly_delete_lead_label 2 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_lead_list --json
ParameterTypeRequiredDescription
id string yes List ID
instantly.instantly_delete_phone_number 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_phone_number --json
ParameterTypeRequiredDescription
id string yes Phone number ID
instantly.instantly_delete_sales_flow 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_sales_flow --json
ParameterTypeRequiredDescription
id string yes Sales flow ID
instantly.instantly_delete_subsequence 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_subsequence --json
ParameterTypeRequiredDescription
id string yes Subsequence ID
instantly.instantly_delete_webhook 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_webhook --json
ParameterTypeRequiredDescription
id string yes Webhook ID
instantly.instantly_delete_whitelabel 0 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_whitelabel --json
ParameterTypeRequiredDescription
No parameters.
instantly.instantly_delete_workspace_group_member 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_workspace_group_member --json
ParameterTypeRequiredDescription
id string yes Member ID
instantly.instantly_delete_workspace_member 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_delete_workspace_member --json
ParameterTypeRequiredDescription
id string yes Member ID
instantly.instantly_deliverability_insights 9 parameters
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 2 parameters
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 2 parameters
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 3 parameters
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 0 parameters
Schema command
kosmo integrations:schema instantly.instantly_email_unread_count --json
ParameterTypeRequiredDescription
No parameters.
instantly.instantly_email_verification_status 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_email_verification_status --json
ParameterTypeRequiredDescription
email string yes Email address
instantly.instantly_enrichment_count_leads 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_enrichment_count_leads --json
ParameterTypeRequiredDescription
search_filters string yes JSON search filters
instantly.instantly_enrichment_enrich_leads 2 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_enrichment_history --json
ParameterTypeRequiredDescription
resource_id string yes Resource ID
instantly.instantly_enrichment_preview_leads 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_enrichment_preview_leads --json
ParameterTypeRequiredDescription
search_filters string yes JSON search filters
instantly.instantly_export_campaign 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_export_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID
instantly.instantly_forward_email 4 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_account --json
ParameterTypeRequiredDescription
id string yes Account ID
instantly.instantly_get_account_mappings 3 parameters
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 2 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_blocklist_entry --json
ParameterTypeRequiredDescription
id string yes Entry ID
instantly.instantly_get_campaign 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID
instantly.instantly_get_custom_prompt_template 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_custom_prompt_template --json
ParameterTypeRequiredDescription
id string yes Template ID
instantly.instantly_get_custom_tag 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_custom_tag --json
ParameterTypeRequiredDescription
id string yes Tag ID
instantly.instantly_get_email 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_email --json
ParameterTypeRequiredDescription
id string yes Email ID
instantly.instantly_get_email_template 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_email_template --json
ParameterTypeRequiredDescription
id string yes Template ID
instantly.instantly_get_enrichment 1 parameters
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 1 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_inbox_placement_report --json
ParameterTypeRequiredDescription
id string yes Report ID
instantly.instantly_get_inbox_placement_test 2 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_lead --json
ParameterTypeRequiredDescription
id string yes Lead ID
instantly.instantly_get_lead_label 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_lead_label --json
ParameterTypeRequiredDescription
id string yes Label ID
instantly.instantly_get_lead_list 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_lead_list --json
ParameterTypeRequiredDescription
id string yes List ID
instantly.instantly_get_oauth_session_status 1 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_sales_flow --json
ParameterTypeRequiredDescription
id string yes Sales flow ID
instantly.instantly_get_webhook 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_webhook --json
ParameterTypeRequiredDescription
id string yes Webhook ID
instantly.instantly_get_webhook_event 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_webhook_event --json
ParameterTypeRequiredDescription
id string yes Event ID
instantly.instantly_get_whitelabel 0 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_whitelabel --json
ParameterTypeRequiredDescription
No parameters.
instantly.instantly_get_workspace 0 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_workspace --json
ParameterTypeRequiredDescription
No parameters.
instantly.instantly_get_workspace_group_member 1 parameters
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 0 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_workspace_group_members_admin --json
ParameterTypeRequiredDescription
No parameters.
instantly.instantly_get_workspace_member 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_get_workspace_member --json
ParameterTypeRequiredDescription
id string yes Member ID
instantly.instantly_inbox_placement_esp_options 0 parameters
Schema command
kosmo integrations:schema instantly.instantly_inbox_placement_esp_options --json
ParameterTypeRequiredDescription
No parameters.
instantly.instantly_inbox_placement_stats_by_date 7 parameters
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 7 parameters
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 0 parameters
Schema command
kosmo integrations:schema instantly.instantly_initialize_google_oauth --json
ParameterTypeRequiredDescription
No parameters.
instantly.instantly_initialize_microsoft_oauth 0 parameters
Schema command
kosmo integrations:schema instantly.instantly_initialize_microsoft_oauth --json
ParameterTypeRequiredDescription
No parameters.
instantly.instantly_lead_list_verification_stats 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_lead_list_verification_stats --json
ParameterTypeRequiredDescription
id string yes List ID
instantly.instantly_list_accounts 4 parameters
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 2 parameters
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 6 parameters
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 9 parameters
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 4 parameters
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 4 parameters
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 3 parameters
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 3 parameters
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 5 parameters
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 3 parameters
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 2 parameters
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 3 parameters
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 7 parameters
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 8 parameters
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 7 parameters
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 5 parameters
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 2 parameters
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 3 parameters
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 5 parameters
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 2 parameters
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 2 parameters
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 4 parameters
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 6 parameters
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 4 parameters
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 2 parameters
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 0 parameters
Schema command
kosmo integrations:schema instantly.instantly_list_workspace_members --json
ParameterTypeRequiredDescription
No parameters.
instantly.instantly_mark_account_fixed 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_mark_account_fixed --json
ParameterTypeRequiredDescription
email string yes Email to mark fixed
instantly.instantly_mark_email_read 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_mark_email_read --json
ParameterTypeRequiredDescription
thread_id string yes Thread ID
instantly.instantly_merge_leads 2 parameters
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 3 parameters
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 3 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_pause_account --json
ParameterTypeRequiredDescription
email string yes Email to pause
instantly.instantly_pause_campaign 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_pause_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID
instantly.instantly_pause_subsequence 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_pause_subsequence --json
ParameterTypeRequiredDescription
id string yes Subsequence ID
instantly.instantly_pre_warmed_domains 2 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_remove_from_subsequence --json
ParameterTypeRequiredDescription
id string yes Lead ID
instantly.instantly_reply_to_email 4 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_resume_account --json
ParameterTypeRequiredDescription
email string yes Email to resume
instantly.instantly_resume_subsequence 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_resume_subsequence --json
ParameterTypeRequiredDescription
id string yes Subsequence ID
instantly.instantly_resume_webhook 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_resume_webhook --json
ParameterTypeRequiredDescription
id string yes Webhook ID
instantly.instantly_run_enrichment 2 parameters
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 3 parameters
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 5 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_share_campaign --json
ParameterTypeRequiredDescription
id string yes Campaign ID
instantly.instantly_similar_domains 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_similar_domains --json
ParameterTypeRequiredDescription
body string no JSON request body
instantly.instantly_subsequence_move_leads 2 parameters
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 2 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_test_ai_label --json
ParameterTypeRequiredDescription
reply_text string yes Reply text to classify
instantly.instantly_test_vitals 2 parameters
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 1 parameters
Schema command
kosmo integrations:schema instantly.instantly_test_webhook --json
ParameterTypeRequiredDescription
id string yes Webhook ID
instantly.instantly_toggle_custom_tags 4 parameters
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 9 parameters
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 2 parameters
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 11 parameters
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 9 parameters
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 3 parameters
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 3 parameters
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 5 parameters
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 3 parameters
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 3 parameters
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 10 parameters
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 6 parameters
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 5 parameters
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 2 parameters
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 2 parameters
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 2 parameters
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 6 parameters
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 2 parameters
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 2 parameters
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 2 parameters
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 1 parameters
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 1 parameters
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 0 parameters
Schema command
kosmo integrations:schema instantly.instantly_webhook_event_types --json
ParameterTypeRequiredDescription
No parameters.
instantly.instantly_webhook_events_summary 2 parameters
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 2 parameters
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.