Instantly CLI Setup Instantly can be configured headlessly with `kosmokrator integrations:configure instantly`.
# Install KosmoKrator first if it is not available on PATH.
curl -fsSL https://raw.githubusercontent.com/OpenCompanyApp/kosmokrator/main/install.sh | bash
# Configure and verify this integration.
kosmokrator integrations:configure instantly --set api_key=" $INSTANTLY_API_KEY " --enable --read allow --write ask --json
kosmokrator integrations:doctor instantly --json
kosmokrator integrations:status --json Credentials
Authentication type: API key api_key. Configure credentials once, then use the same stored profile from
scripts, coding CLIs, Lua code mode, and the MCP gateway.
Call Instantly Headlessly Use the generic call form when another coding CLI or script needs a stable universal interface.
kosmo integrations:call instantly.instantly_activate_campaign '{
"id": "example_id"
}' --json Use the provider shortcut form for shorter human-facing commands.
kosmo integrations:instantly instantly_activate_campaign '{
"id": "example_id"
}' --json Agent Discovery Commands
These commands return structured output for coding agents that need to inspect capabilities before choosing a function.
kosmo integrations:docs instantly --json
kosmo integrations:docs instantly.instantly_activate_campaign --json
kosmo integrations:schema instantly.instantly_activate_campaign --json
kosmo integrations:search "Instantly" --json
kosmo integrations:list --json All CLI Functions
Every function below can be called headlessly. The generic form is stable across all integrations;
the provider shortcut is shorter but specific to Instantly.
instantly.instantly_activate_campaign Write write Activate a campaign to start sending emails.
id kosmo integrations:call instantly.instantly_activate_campaign '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_activate_campaign '{"id":"example_id"}' --json copy
instantly.instantly_add_campaign_variables Write write Add custom variables to an existing campaign.
id, variables kosmo integrations:call instantly.instantly_add_campaign_variables '{"id":"example_id","variables":"example_variables"}' --json copy kosmo integrations:instantly instantly_add_campaign_variables '{"id":"example_id","variables":"example_variables"}' --json copy
instantly.instantly_ai_enrichment_progress Read read Get AI enrichment progress for a resource.
resource_id kosmo integrations:call instantly.instantly_ai_enrichment_progress '{"resource_id":"example_resource_id"}' --json copy kosmo integrations:instantly instantly_ai_enrichment_progress '{"resource_id":"example_resource_id"}' --json copy
instantly.instantly_analytics_campaign Read read Get campaign analytics including sends, opens, clicks, replies, and bounces.
campaign_id, from, to kosmo integrations:call instantly.instantly_analytics_campaign '{"campaign_id":"example_campaign_id","from":"example_from","to":"example_to"}' --json copy kosmo integrations:instantly instantly_analytics_campaign '{"campaign_id":"example_campaign_id","from":"example_from","to":"example_to"}' --json copy
instantly.instantly_analytics_campaign_overview Read read Get overview analytics across all campaigns.
from, to kosmo integrations:call instantly.instantly_analytics_campaign_overview '{"from":"example_from","to":"example_to"}' --json copy kosmo integrations:instantly instantly_analytics_campaign_overview '{"from":"example_from","to":"example_to"}' --json copy
instantly.instantly_analytics_campaign_steps Read read Get campaign step analytics.
campaign_id, from, to kosmo integrations:call instantly.instantly_analytics_campaign_steps '{"campaign_id":"example_campaign_id","from":"example_from","to":"example_to"}' --json copy kosmo integrations:instantly instantly_analytics_campaign_steps '{"campaign_id":"example_campaign_id","from":"example_from","to":"example_to"}' --json copy
instantly.instantly_analytics_daily_account Read read Get daily account analytics breakdown.
from, to kosmo integrations:call instantly.instantly_analytics_daily_account '{"from":"example_from","to":"example_to"}' --json copy kosmo integrations:instantly instantly_analytics_daily_account '{"from":"example_from","to":"example_to"}' --json copy
instantly.instantly_analytics_daily_campaign Read read Get daily campaign analytics breakdown.
campaign_id, from, to kosmo integrations:call instantly.instantly_analytics_daily_campaign '{"campaign_id":"example_campaign_id","from":"example_from","to":"example_to"}' --json copy kosmo integrations:instantly instantly_analytics_daily_campaign '{"campaign_id":"example_campaign_id","from":"example_from","to":"example_to"}' --json copy
instantly.instantly_analytics_warmup Read read Get warmup analytics for email accounts.
emails kosmo integrations:call instantly.instantly_analytics_warmup '{"emails":"example_emails"}' --json copy kosmo integrations:instantly instantly_analytics_warmup '{"emails":"example_emails"}' --json copy
instantly.instantly_billing_plan_details Read read Get workspace plan details.
none kosmo integrations:call instantly.instantly_billing_plan_details '{}' --json copy kosmo integrations:instantly instantly_billing_plan_details '{}' --json copy
instantly.instantly_billing_subscription_details Read read Get workspace subscription details.
none kosmo integrations:call instantly.instantly_billing_subscription_details '{}' --json copy kosmo integrations:instantly instantly_billing_subscription_details '{}' --json copy
instantly.instantly_bulk_add_leads Write write Add leads in bulk to a campaign or list.
leads, campaign_id, list_id, skip_if_in_workspace, skip_if_in_campaign 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 copy 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 copy
instantly.instantly_bulk_assign_leads Write write Bulk assign leads to organization users.
organization_user_ids, campaign, list_id, ids, limit 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 copy 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 copy
instantly.instantly_bulk_create_blocklist_entries Write write Create block list entries in bulk from domains or email addresses.
bl_values kosmo integrations:call instantly.instantly_bulk_create_blocklist_entries '{"bl_values":"example_bl_values"}' --json copy kosmo integrations:instantly instantly_bulk_create_blocklist_entries '{"bl_values":"example_bl_values"}' --json copy
instantly.instantly_bulk_delete_blocklist_entries Write write Delete block list entries in bulk by entry ID.
ids kosmo integrations:call instantly.instantly_bulk_delete_blocklist_entries '{"ids":"example_ids"}' --json copy kosmo integrations:instantly instantly_bulk_delete_blocklist_entries '{"ids":"example_ids"}' --json copy
instantly.instantly_bulk_delete_leads Write write Delete multiple leads in bulk.
campaign_id, list_id, ids, status, limit 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 copy 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 copy
instantly.instantly_campaign_sending_status Read read Get sending status and diagnostics for a campaign.
id, with_ai_summary kosmo integrations:call instantly.instantly_campaign_sending_status '{"id":"example_id","with_ai_summary":true}' --json copy kosmo integrations:instantly instantly_campaign_sending_status '{"id":"example_id","with_ai_summary":true}' --json copy
instantly.instantly_cancel_dfy_accounts Write write Cancel DFY email accounts.
accounts kosmo integrations:call instantly.instantly_cancel_dfy_accounts '{"accounts":"example_accounts"}' --json copy kosmo integrations:instantly instantly_cancel_dfy_accounts '{"accounts":"example_accounts"}' --json copy
instantly.instantly_change_workspace_owner Write write Change the owner of the current workspace.
email, sec kosmo integrations:call instantly.instantly_change_workspace_owner '{"email":"example_email","sec":"example_sec"}' --json copy kosmo integrations:instantly instantly_change_workspace_owner '{"email":"example_email","sec":"example_sec"}' --json copy
instantly.instantly_check_dfy_domains Read read Check domain availability for DFY orders.
domains kosmo integrations:call instantly.instantly_check_dfy_domains '{"domains":"example_domains"}' --json copy kosmo integrations:instantly instantly_check_dfy_domains '{"domains":"example_domains"}' --json copy
instantly.instantly_count_launched_campaigns Read read Get the count of launched campaigns.
none kosmo integrations:call instantly.instantly_count_launched_campaigns '{}' --json copy kosmo integrations:instantly instantly_count_launched_campaigns '{}' --json copy
instantly.instantly_create_account Write write Create a new email account via SMTP/IMAP credentials.
email, first_name, last_name, smtp_host, smtp_port, smtp_username, smtp_password, imap_host, imap_port, imap_username, imap_password, daily_limit 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 copy 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 copy
instantly.instantly_create_ai_enrichment Write write Create AI enrichment for a resource. Uses AI models to generate custom columns.
resource_id, output_column, resource_type, model_version, input_columns, use_instantly_account, overwrite, auto_update, skip_leads_without_email, limit, prompt, template_id 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 copy 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 copy
instantly.instantly_create_api_key Write write Create a new API key with specified scopes.
name, scopes kosmo integrations:call instantly.instantly_create_api_key '{"name":"example_name","scopes":"example_scopes"}' --json copy kosmo integrations:instantly instantly_create_api_key '{"name":"example_name","scopes":"example_scopes"}' --json copy
instantly.instantly_create_blocklist_entry Write write Add an email or domain to the blocklist.
bl_value kosmo integrations:call instantly.instantly_create_blocklist_entry '{"bl_value":"example_bl_value"}' --json copy kosmo integrations:instantly instantly_create_blocklist_entry '{"bl_value":"example_bl_value"}' --json copy
instantly.instantly_create_campaign Write write Create a new campaign with full configuration including sequences, schedule, and sender accounts.
name, open_tracking, link_tracking, text_only, stop_on_reply, stop_on_auto_reply, daily_limit, email_gap, email_list, sequences, campaign_schedule 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 copy 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 copy
instantly.instantly_create_campaign_from_export Write write Create a new campaign from a shared/exported campaign ID.
id kosmo integrations:call instantly.instantly_create_campaign_from_export '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_create_campaign_from_export '{"id":"example_id"}' --json copy
instantly.instantly_create_custom_prompt_template Write write Create a new custom prompt template for AI enrichment.
name, prompt, category, is_public, description, model_version, template_type, from_shared 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 copy 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 copy
instantly.instantly_create_custom_tag Write write Create a new custom tag for organizing accounts and campaigns.
label, description kosmo integrations:call instantly.instantly_create_custom_tag '{"label":"example_label","description":"example_description"}' --json copy kosmo integrations:instantly instantly_create_custom_tag '{"label":"example_label","description":"example_description"}' --json copy
instantly.instantly_create_dfy_order Write write Place a DFY email account order.
items, order_type, simulation kosmo integrations:call instantly.instantly_create_dfy_order '{"items":"example_items","order_type":"example_order_type","simulation":true}' --json copy kosmo integrations:instantly instantly_create_dfy_order '{"items":"example_items","order_type":"example_order_type","simulation":true}' --json copy
instantly.instantly_create_email_template Write write Create an email template.
template_name, subject, body, category kosmo integrations:call instantly.instantly_create_email_template '{"template_name":"example_template_name","subject":"example_subject","body":"example_body","category":"example_category"}' --json copy kosmo integrations:instantly instantly_create_email_template '{"template_name":"example_template_name","subject":"example_subject","body":"example_body","category":"example_category"}' --json copy
instantly.instantly_create_enrichment Write write Create an enrichment for a resource (campaign or lead list).
resource_id, type, limit, filters, custom_flow 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 copy 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 copy
instantly.instantly_create_inbox_placement_test Write write Create an inbox placement test. Send test emails to check deliverability.
name, type, sending_method, email_subject, email_body, emails 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 copy 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 copy
instantly.instantly_create_lead Write write Create a single lead.
email, campaign_id, list_id, first_name, last_name, company_name, website, phone 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 copy 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 copy
instantly.instantly_create_lead_label Write write Create a new lead label (custom interest status).
label_name, color, icon, value kosmo integrations:call instantly.instantly_create_lead_label '{"label_name":"example_label_name","color":"example_color","icon":"example_icon","value":1}' --json copy kosmo integrations:instantly instantly_create_lead_label '{"label_name":"example_label_name","color":"example_color","icon":"example_icon","value":1}' --json copy
instantly.instantly_create_lead_list Write write Create a new lead list.
name kosmo integrations:call instantly.instantly_create_lead_list '{"name":"example_name"}' --json copy kosmo integrations:instantly instantly_create_lead_list '{"name":"example_name"}' --json copy
instantly.instantly_create_sales_flow Write write Create a sales flow.
body kosmo integrations:call instantly.instantly_create_sales_flow '{"body":"example_body"}' --json copy kosmo integrations:instantly instantly_create_sales_flow '{"body":"example_body"}' --json copy
instantly.instantly_create_subsequence Write write Create a new subsequence for a campaign.
parent_campaign, name, conditions, subsequence_schedule, sequences 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 copy 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 copy
instantly.instantly_create_webhook Write write Create a new webhook subscription.
target_hook_url, event_type, campaign, name 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 copy 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 copy
instantly.instantly_create_whitelabel Write write Set the agency domain (whitelabel) for the workspace.
domain kosmo integrations:call instantly.instantly_create_whitelabel '{"domain":"example_domain"}' --json copy kosmo integrations:instantly instantly_create_whitelabel '{"domain":"example_domain"}' --json copy
instantly.instantly_create_workspace_group_member Write write Create or invite a workspace group member.
email kosmo integrations:call instantly.instantly_create_workspace_group_member '{"email":"example_email"}' --json copy kosmo integrations:instantly instantly_create_workspace_group_member '{"email":"example_email"}' --json copy
instantly.instantly_create_workspace_member Write write Invite a new member to the workspace.
email, role kosmo integrations:call instantly.instantly_create_workspace_member '{"email":"example_email","role":"example_role"}' --json copy kosmo integrations:instantly instantly_create_workspace_member '{"email":"example_email","role":"example_role"}' --json copy
instantly.instantly_ctd_status Read read Get custom tracking domain (CTD) status. Check SSL and CNAME configuration.
host kosmo integrations:call instantly.instantly_ctd_status '{"host":"example_host"}' --json copy kosmo integrations:instantly instantly_ctd_status '{"host":"example_host"}' --json copy
instantly.instantly_delete_account Write write Delete an email account by ID.
id kosmo integrations:call instantly.instantly_delete_account '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_account '{"id":"example_id"}' --json copy
instantly.instantly_delete_all_blocklist_entries Write write Delete all block list entries matching optional filters. Requires confirm=true.
confirm, domains_only, search kosmo integrations:call instantly.instantly_delete_all_blocklist_entries '{"confirm":true,"domains_only":true,"search":"example_search"}' --json copy kosmo integrations:instantly instantly_delete_all_blocklist_entries '{"confirm":true,"domains_only":true,"search":"example_search"}' --json copy
instantly.instantly_delete_api_key Write write Delete an API key by ID.
id kosmo integrations:call instantly.instantly_delete_api_key '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_api_key '{"id":"example_id"}' --json copy
instantly.instantly_delete_blocklist_entry Write write Remove an entry from the blocklist.
id kosmo integrations:call instantly.instantly_delete_blocklist_entry '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_blocklist_entry '{"id":"example_id"}' --json copy
instantly.instantly_delete_campaign Write write Delete a campaign by ID.
id kosmo integrations:call instantly.instantly_delete_campaign '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_campaign '{"id":"example_id"}' --json copy
instantly.instantly_delete_custom_prompt_template Write write Delete a custom prompt template.
id kosmo integrations:call instantly.instantly_delete_custom_prompt_template '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_custom_prompt_template '{"id":"example_id"}' --json copy
instantly.instantly_delete_custom_tag Write write Delete a custom tag by ID.
id kosmo integrations:call instantly.instantly_delete_custom_tag '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_custom_tag '{"id":"example_id"}' --json copy
instantly.instantly_delete_email Write write Delete an email.
id kosmo integrations:call instantly.instantly_delete_email '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_email '{"id":"example_id"}' --json copy
instantly.instantly_delete_email_template Write write Delete an email template.
id kosmo integrations:call instantly.instantly_delete_email_template '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_email_template '{"id":"example_id"}' --json copy
instantly.instantly_delete_inbox_placement_test Write write Delete an inbox placement test.
id kosmo integrations:call instantly.instantly_delete_inbox_placement_test '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_inbox_placement_test '{"id":"example_id"}' --json copy
instantly.instantly_delete_lead Write write Delete a lead by ID.
id kosmo integrations:call instantly.instantly_delete_lead '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_lead '{"id":"example_id"}' --json copy
instantly.instantly_delete_lead_label Write write Delete a lead label.
id, new_label kosmo integrations:call instantly.instantly_delete_lead_label '{"id":"example_id","new_label":"example_new_label"}' --json copy kosmo integrations:instantly instantly_delete_lead_label '{"id":"example_id","new_label":"example_new_label"}' --json copy
instantly.instantly_delete_lead_list Write write Delete a lead list by ID.
id kosmo integrations:call instantly.instantly_delete_lead_list '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_lead_list '{"id":"example_id"}' --json copy
instantly.instantly_delete_phone_number Write write Delete a CRM phone number.
id kosmo integrations:call instantly.instantly_delete_phone_number '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_phone_number '{"id":"example_id"}' --json copy
instantly.instantly_delete_sales_flow Write write Delete a sales flow.
id kosmo integrations:call instantly.instantly_delete_sales_flow '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_sales_flow '{"id":"example_id"}' --json copy
instantly.instantly_delete_subsequence Write write Delete a subsequence by ID.
id kosmo integrations:call instantly.instantly_delete_subsequence '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_subsequence '{"id":"example_id"}' --json copy
instantly.instantly_delete_webhook Write write Delete a webhook by ID.
id kosmo integrations:call instantly.instantly_delete_webhook '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_webhook '{"id":"example_id"}' --json copy
instantly.instantly_delete_whitelabel Write write Delete the whitelabel domain.
none kosmo integrations:call instantly.instantly_delete_whitelabel '{}' --json copy kosmo integrations:instantly instantly_delete_whitelabel '{}' --json copy
instantly.instantly_delete_workspace_group_member Write write Delete a workspace group member.
id kosmo integrations:call instantly.instantly_delete_workspace_group_member '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_workspace_group_member '{"id":"example_id"}' --json copy
instantly.instantly_delete_workspace_member Write write Remove a member from the workspace.
id kosmo integrations:call instantly.instantly_delete_workspace_member '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_delete_workspace_member '{"id":"example_id"}' --json copy
instantly.instantly_deliverability_insights Read read Get deliverability insights for an inbox placement test.
test_id, date_from, date_to, previous_date_from, previous_date_to, show_previous, recipient_geo, recipient_type, recipient_esp 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 copy 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 copy
instantly.instantly_download_blocklist_entries Read read Download block list entries as CSV text.
domains_only, search kosmo integrations:call instantly.instantly_download_blocklist_entries '{"domains_only":true,"search":"example_search"}' --json copy kosmo integrations:instantly instantly_download_blocklist_entries '{"domains_only":true,"search":"example_search"}' --json copy
instantly.instantly_duplicate_campaign Write write Duplicate a campaign.
id, name kosmo integrations:call instantly.instantly_duplicate_campaign '{"id":"example_id","name":"example_name"}' --json copy kosmo integrations:instantly instantly_duplicate_campaign '{"id":"example_id","name":"example_name"}' --json copy
instantly.instantly_duplicate_subsequence Write write Duplicate a subsequence to the same or different campaign.
id, parent_campaign, name kosmo integrations:call instantly.instantly_duplicate_subsequence '{"id":"example_id","parent_campaign":"example_parent_campaign","name":"example_name"}' --json copy kosmo integrations:instantly instantly_duplicate_subsequence '{"id":"example_id","parent_campaign":"example_parent_campaign","name":"example_name"}' --json copy
instantly.instantly_email_unread_count Read read Get the count of unread emails.
none kosmo integrations:call instantly.instantly_email_unread_count '{}' --json copy kosmo integrations:instantly instantly_email_unread_count '{}' --json copy
instantly.instantly_email_verification_status Read read Get email verification status for an address.
email kosmo integrations:call instantly.instantly_email_verification_status '{"email":"example_email"}' --json copy kosmo integrations:instantly instantly_email_verification_status '{"email":"example_email"}' --json copy
instantly.instantly_enrichment_count_leads Read read Count leads matching SuperSearch filters without importing them.
search_filters kosmo integrations:call instantly.instantly_enrichment_count_leads '{"search_filters":"example_search_filters"}' --json copy kosmo integrations:instantly instantly_enrichment_count_leads '{"search_filters":"example_search_filters"}' --json copy
instantly.instantly_enrichment_enrich_leads Read read Enrich leads from SuperSearch. Import and enrich leads matching your search filters.
search_filters, limit kosmo integrations:call instantly.instantly_enrichment_enrich_leads '{"search_filters":"example_search_filters","limit":1}' --json copy kosmo integrations:instantly instantly_enrichment_enrich_leads '{"search_filters":"example_search_filters","limit":1}' --json copy
instantly.instantly_enrichment_history Read read Retrieve enrichment history for a resource.
resource_id kosmo integrations:call instantly.instantly_enrichment_history '{"resource_id":"example_resource_id"}' --json copy kosmo integrations:instantly instantly_enrichment_history '{"resource_id":"example_resource_id"}' --json copy
instantly.instantly_enrichment_preview_leads Read read Preview leads matching SuperSearch filters without importing.
search_filters kosmo integrations:call instantly.instantly_enrichment_preview_leads '{"search_filters":"example_search_filters"}' --json copy kosmo integrations:instantly instantly_enrichment_preview_leads '{"search_filters":"example_search_filters"}' --json copy
instantly.instantly_export_campaign Read read Export a campaign to JSON format.
id kosmo integrations:call instantly.instantly_export_campaign '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_export_campaign '{"id":"example_id"}' --json copy
instantly.instantly_forward_email Write write Forward an email.
lead_id, campaign_id, forward_to, forward_body 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 copy 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 copy
instantly.instantly_get_account Read read Get an email account by ID with full details including warmup status, sending limits, and vitals.
id kosmo integrations:call instantly.instantly_get_account '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_account '{"id":"example_id"}' --json copy
instantly.instantly_get_account_mappings Read read Get campaigns associated with an email account.
email, limit, starting_after kosmo integrations:call instantly.instantly_get_account_mappings '{"email":"example_email","limit":1,"starting_after":"example_starting_after"}' --json copy kosmo integrations:instantly instantly_get_account_mappings '{"email":"example_email","limit":1,"starting_after":"example_starting_after"}' --json copy
instantly.instantly_get_background_job Read read Get a background job by ID.
id, data_fields kosmo integrations:call instantly.instantly_get_background_job '{"id":"example_id","data_fields":"example_data_fields"}' --json copy kosmo integrations:instantly instantly_get_background_job '{"id":"example_id","data_fields":"example_data_fields"}' --json copy
instantly.instantly_get_blocklist_entry Read read Get a blocklist entry by ID.
id kosmo integrations:call instantly.instantly_get_blocklist_entry '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_blocklist_entry '{"id":"example_id"}' --json copy
instantly.instantly_get_campaign Read read Get a campaign by ID with full details.
id kosmo integrations:call instantly.instantly_get_campaign '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_campaign '{"id":"example_id"}' --json copy
instantly.instantly_get_custom_prompt_template Read read Get a custom prompt template by ID.
id kosmo integrations:call instantly.instantly_get_custom_prompt_template '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_custom_prompt_template '{"id":"example_id"}' --json copy
instantly.instantly_get_custom_tag Read read Get a custom tag by ID.
id kosmo integrations:call instantly.instantly_get_custom_tag '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_custom_tag '{"id":"example_id"}' --json copy
instantly.instantly_get_email Read read Get an email by ID.
id kosmo integrations:call instantly.instantly_get_email '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_email '{"id":"example_id"}' --json copy
instantly.instantly_get_email_template Read read Get an email template by ID.
id kosmo integrations:call instantly.instantly_get_email_template '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_email_template '{"id":"example_id"}' --json copy
instantly.instantly_get_enrichment Read read Get enrichment settings for a resource (campaign or lead list).
resource_id kosmo integrations:call instantly.instantly_get_enrichment '{"resource_id":"example_resource_id"}' --json copy kosmo integrations:instantly instantly_get_enrichment '{"resource_id":"example_resource_id"}' --json copy
instantly.instantly_get_inbox_placement_analytics Read read Get a single inbox placement analytics entry.
id kosmo integrations:call instantly.instantly_get_inbox_placement_analytics '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_inbox_placement_analytics '{"id":"example_id"}' --json copy
instantly.instantly_get_inbox_placement_report Read read Get an inbox placement report by ID.
id kosmo integrations:call instantly.instantly_get_inbox_placement_report '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_inbox_placement_report '{"id":"example_id"}' --json copy
instantly.instantly_get_inbox_placement_test Read read Get an inbox placement test by ID.
id, with_metadata kosmo integrations:call instantly.instantly_get_inbox_placement_test '{"id":"example_id","with_metadata":true}' --json copy kosmo integrations:instantly instantly_get_inbox_placement_test '{"id":"example_id","with_metadata":true}' --json copy
instantly.instantly_get_lead Read read Get a lead by ID.
id kosmo integrations:call instantly.instantly_get_lead '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_lead '{"id":"example_id"}' --json copy
instantly.instantly_get_lead_label Read read Get a lead label by ID.
id kosmo integrations:call instantly.instantly_get_lead_label '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_lead_label '{"id":"example_id"}' --json copy
instantly.instantly_get_lead_list Read read Get a lead list by ID.
id kosmo integrations:call instantly.instantly_get_lead_list '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_lead_list '{"id":"example_id"}' --json copy
instantly.instantly_get_oauth_session_status Read read Get the status of a Google or Microsoft OAuth account connection session.
session_id kosmo integrations:call instantly.instantly_get_oauth_session_status '{"session_id":"example_session_id"}' --json copy kosmo integrations:instantly instantly_get_oauth_session_status '{"session_id":"example_session_id"}' --json copy
instantly.instantly_get_sales_flow Read read Get a sales flow by ID.
id kosmo integrations:call instantly.instantly_get_sales_flow '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_sales_flow '{"id":"example_id"}' --json copy
instantly.instantly_get_webhook Read read Get a webhook by ID.
id kosmo integrations:call instantly.instantly_get_webhook '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_webhook '{"id":"example_id"}' --json copy
instantly.instantly_get_webhook_event Read read Get a webhook event by ID.
id kosmo integrations:call instantly.instantly_get_webhook_event '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_webhook_event '{"id":"example_id"}' --json copy
instantly.instantly_get_whitelabel Read read Get whitelabel domain information.
none kosmo integrations:call instantly.instantly_get_whitelabel '{}' --json copy kosmo integrations:instantly instantly_get_whitelabel '{}' --json copy
instantly.instantly_get_workspace Read read Get current workspace details based on your API key.
none kosmo integrations:call instantly.instantly_get_workspace '{}' --json copy kosmo integrations:instantly instantly_get_workspace '{}' --json copy
instantly.instantly_get_workspace_group_member Read read Get a workspace group member by ID.
id kosmo integrations:call instantly.instantly_get_workspace_group_member '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_workspace_group_member '{"id":"example_id"}' --json copy
instantly.instantly_get_workspace_group_members_admin Read read Get admin workspace group members.
none kosmo integrations:call instantly.instantly_get_workspace_group_members_admin '{}' --json copy kosmo integrations:instantly instantly_get_workspace_group_members_admin '{}' --json copy
instantly.instantly_get_workspace_member Read read Get a workspace member by ID.
id kosmo integrations:call instantly.instantly_get_workspace_member '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_get_workspace_member '{"id":"example_id"}' --json copy
instantly.instantly_inbox_placement_esp_options Read read Get available email service provider options for inbox placement tests.
none kosmo integrations:call instantly.instantly_inbox_placement_esp_options '{}' --json copy kosmo integrations:instantly instantly_inbox_placement_esp_options '{}' --json copy
instantly.instantly_inbox_placement_stats_by_date Read read Get time series stats for inbox placement (inbox/spam/category distribution).
test_id, date_from, date_to, recipient_geo, recipient_type, recipient_esp, sender_email 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 copy 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 copy
instantly.instantly_inbox_placement_stats_by_test Read read Get aggregated inbox/spam/category counts for test IDs.
test_ids, date_from, date_to, recipient_geo, recipient_type, recipient_esp, sender_email 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 copy 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 copy
instantly.instantly_initialize_google_oauth Read read Initialize a Google OAuth account connection flow and return the authorization URL.
none kosmo integrations:call instantly.instantly_initialize_google_oauth '{}' --json copy kosmo integrations:instantly instantly_initialize_google_oauth '{}' --json copy
instantly.instantly_initialize_microsoft_oauth Read read Initialize a Microsoft OAuth account connection flow and return the authorization URL.
none kosmo integrations:call instantly.instantly_initialize_microsoft_oauth '{}' --json copy kosmo integrations:instantly instantly_initialize_microsoft_oauth '{}' --json copy
instantly.instantly_lead_list_verification_stats Read read Get email verification statistics for a lead list.
id kosmo integrations:call instantly.instantly_lead_list_verification_stats '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_lead_list_verification_stats '{"id":"example_id"}' --json copy
instantly.instantly_list_accounts Read read List all email accounts in the workspace. Returns email, status, warmup status, and sending limits.
limit, starting_after, search, status kosmo integrations:call instantly.instantly_list_accounts '{"limit":1,"starting_after":"example_starting_after","search":"example_search","status":1}' --json copy kosmo integrations:instantly instantly_list_accounts '{"limit":1,"starting_after":"example_starting_after","search":"example_search","status":1}' --json copy
instantly.instantly_list_api_keys Read read List all API keys in the workspace.
limit, starting_after kosmo integrations:call instantly.instantly_list_api_keys '{"limit":1,"starting_after":"example_starting_after"}' --json copy kosmo integrations:instantly instantly_list_api_keys '{"limit":1,"starting_after":"example_starting_after"}' --json copy
instantly.instantly_list_audit_logs Read read List audit log records for tracking workspace activities.
limit, starting_after, activity_type, search, start_date, end_date 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 copy 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 copy
instantly.instantly_list_background_jobs Read read List background jobs. Track long-running tasks like bulk imports and exports.
limit, starting_after, ids, type, entity_type, entity_id, status, sort_column, sort_order 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 copy 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 copy
instantly.instantly_list_blocklist Read read List all blocklist entries (blocked emails and domains).
limit, starting_after, domains_only, search kosmo integrations:call instantly.instantly_list_blocklist '{"limit":1,"starting_after":"example_starting_after","domains_only":true,"search":"example_search"}' --json copy kosmo integrations:instantly instantly_list_blocklist '{"limit":1,"starting_after":"example_starting_after","domains_only":true,"search":"example_search"}' --json copy
instantly.instantly_list_campaigns Read read List all campaigns in the workspace.
limit, starting_after, status, search kosmo integrations:call instantly.instantly_list_campaigns '{"limit":1,"starting_after":"example_starting_after","status":1,"search":"example_search"}' --json copy kosmo integrations:instantly instantly_list_campaigns '{"limit":1,"starting_after":"example_starting_after","status":1,"search":"example_search"}' --json copy
instantly.instantly_list_custom_prompt_templates Read read List custom prompt templates.
limit, starting_after, search kosmo integrations:call instantly.instantly_list_custom_prompt_templates '{"limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json copy kosmo integrations:instantly instantly_list_custom_prompt_templates '{"limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json copy
instantly.instantly_list_custom_tag_mappings Read read List custom tag mappings showing which tags are on which resources.
limit, starting_after, resource_ids kosmo integrations:call instantly.instantly_list_custom_tag_mappings '{"limit":1,"starting_after":"example_starting_after","resource_ids":"example_resource_ids"}' --json copy kosmo integrations:instantly instantly_list_custom_tag_mappings '{"limit":1,"starting_after":"example_starting_after","resource_ids":"example_resource_ids"}' --json copy
instantly.instantly_list_custom_tags Read read List custom tags used to organize accounts and campaigns.
limit, starting_after, search, resource_ids, tag_ids 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 copy 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 copy
instantly.instantly_list_dfy_accounts Read read List DFY ordered email accounts.
limit, starting_after, with_passwords kosmo integrations:call instantly.instantly_list_dfy_accounts '{"limit":1,"starting_after":"example_starting_after","with_passwords":true}' --json copy kosmo integrations:instantly instantly_list_dfy_accounts '{"limit":1,"starting_after":"example_starting_after","with_passwords":true}' --json copy
instantly.instantly_list_dfy_orders Read read List DFY email account orders.
limit, starting_after kosmo integrations:call instantly.instantly_list_dfy_orders '{"limit":1,"starting_after":"example_starting_after"}' --json copy kosmo integrations:instantly instantly_list_dfy_orders '{"limit":1,"starting_after":"example_starting_after"}' --json copy
instantly.instantly_list_email_templates Read read List email templates.
limit, starting_after, search kosmo integrations:call instantly.instantly_list_email_templates '{"limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json copy kosmo integrations:instantly instantly_list_email_templates '{"limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json copy
instantly.instantly_list_emails Read read List emails from the Unibox (unified inbox).
limit, starting_after, search, campaign_id, label, assigned_to, type 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 copy 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 copy
instantly.instantly_list_inbox_placement_analytics Read read List inbox placement analytics for a test.
test_id, limit, starting_after, date_from, date_to, recipient_geo, recipient_type, recipient_esp 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 copy 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 copy
instantly.instantly_list_inbox_placement_reports Read read List inbox placement blacklist and SpamAssassin reports.
test_id, limit, starting_after, date_from, date_to, skip_spam_assassin_report, skip_blacklist_report 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 copy 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 copy
instantly.instantly_list_inbox_placement_tests Read read List inbox placement tests.
limit, starting_after, search, status, sort_order 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 copy 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 copy
instantly.instantly_list_lead_labels Read read List all lead labels (interest statuses) in the workspace.
limit, starting_after kosmo integrations:call instantly.instantly_list_lead_labels '{"limit":1,"starting_after":"example_starting_after"}' --json copy kosmo integrations:instantly instantly_list_lead_labels '{"limit":1,"starting_after":"example_starting_after"}' --json copy
instantly.instantly_list_lead_lists Read read List all lead lists in the workspace.
limit, starting_after, search kosmo integrations:call instantly.instantly_list_lead_lists '{"limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json copy kosmo integrations:instantly instantly_list_lead_lists '{"limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json copy
instantly.instantly_list_leads Read read List leads in a campaign or list.
campaign_id, list_id, limit, starting_after, search 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 copy 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 copy
instantly.instantly_list_phone_numbers Read read List CRM phone numbers.
limit, starting_after kosmo integrations:call instantly.instantly_list_phone_numbers '{"limit":1,"starting_after":"example_starting_after"}' --json copy kosmo integrations:instantly instantly_list_phone_numbers '{"limit":1,"starting_after":"example_starting_after"}' --json copy
instantly.instantly_list_sales_flows Read read List sales flows.
limit, starting_after kosmo integrations:call instantly.instantly_list_sales_flows '{"limit":1,"starting_after":"example_starting_after"}' --json copy kosmo integrations:instantly instantly_list_sales_flows '{"limit":1,"starting_after":"example_starting_after"}' --json copy
instantly.instantly_list_subsequences Read read List all subsequences for a campaign.
parent_campaign, limit, starting_after, search kosmo integrations:call instantly.instantly_list_subsequences '{"parent_campaign":"example_parent_campaign","limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json copy kosmo integrations:instantly instantly_list_subsequences '{"parent_campaign":"example_parent_campaign","limit":1,"starting_after":"example_starting_after","search":"example_search"}' --json copy
instantly.instantly_list_webhook_events Read read List webhook events.
limit, starting_after, success, from, to, search 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 copy 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 copy
instantly.instantly_list_webhooks Read read List all webhooks in the workspace.
limit, starting_after, campaign, event_type kosmo integrations:call instantly.instantly_list_webhooks '{"limit":1,"starting_after":"example_starting_after","campaign":"example_campaign","event_type":"example_event_type"}' --json copy kosmo integrations:instantly instantly_list_webhooks '{"limit":1,"starting_after":"example_starting_after","campaign":"example_campaign","event_type":"example_event_type"}' --json copy
instantly.instantly_list_workspace_group_members Read read List workspace group members.
limit, starting_after kosmo integrations:call instantly.instantly_list_workspace_group_members '{"limit":1,"starting_after":"example_starting_after"}' --json copy kosmo integrations:instantly instantly_list_workspace_group_members '{"limit":1,"starting_after":"example_starting_after"}' --json copy
instantly.instantly_list_workspace_members Read read List all workspace members.
none kosmo integrations:call instantly.instantly_list_workspace_members '{}' --json copy kosmo integrations:instantly instantly_list_workspace_members '{}' --json copy
instantly.instantly_mark_account_fixed Write write Mark an email account as fixed after resolving connection or sending errors.
email kosmo integrations:call instantly.instantly_mark_account_fixed '{"email":"example_email"}' --json copy kosmo integrations:instantly instantly_mark_account_fixed '{"email":"example_email"}' --json copy
instantly.instantly_mark_email_read Write write Mark an email thread as read.
thread_id kosmo integrations:call instantly.instantly_mark_email_read '{"thread_id":"example_thread_id"}' --json copy kosmo integrations:instantly instantly_mark_email_read '{"thread_id":"example_thread_id"}' --json copy
instantly.instantly_merge_leads Write write Merge two leads into one.
lead_id, destination_lead_id kosmo integrations:call instantly.instantly_merge_leads '{"lead_id":"example_lead_id","destination_lead_id":"example_destination_lead_id"}' --json copy kosmo integrations:instantly instantly_merge_leads '{"lead_id":"example_lead_id","destination_lead_id":"example_destination_lead_id"}' --json copy
instantly.instantly_move_accounts Write write Move email accounts between workspaces. Requires an admin workspace API key.
emails, source_workspace_id, destination_workspace_id 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 copy kosmo integrations:instantly instantly_move_accounts '{"emails":"example_emails","source_workspace_id":"example_source_workspace_id","destination_workspace_id":"example_destination_workspace_id"}' --json copy
instantly.instantly_move_leads Write write Move leads between campaigns.
lead_ids, from_campaign_id, to_campaign_id 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 copy 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 copy
instantly.instantly_pause_account Write write Pause an email account. Stops sending until resumed.
email kosmo integrations:call instantly.instantly_pause_account '{"email":"example_email"}' --json copy kosmo integrations:instantly instantly_pause_account '{"email":"example_email"}' --json copy
instantly.instantly_pause_campaign Write write Pause a running campaign.
id kosmo integrations:call instantly.instantly_pause_campaign '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_pause_campaign '{"id":"example_id"}' --json copy
instantly.instantly_pause_subsequence Write write Pause a subsequence.
id kosmo integrations:call instantly.instantly_pause_subsequence '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_pause_subsequence '{"id":"example_id"}' --json copy
instantly.instantly_pre_warmed_domains Read read Get pre-warmed up domains available for order.
extensions, search kosmo integrations:call instantly.instantly_pre_warmed_domains '{"extensions":"example_extensions","search":"example_search"}' --json copy kosmo integrations:instantly instantly_pre_warmed_domains '{"extensions":"example_extensions","search":"example_search"}' --json copy
instantly.instantly_remove_from_subsequence Write write Remove a lead from a subsequence.
id kosmo integrations:call instantly.instantly_remove_from_subsequence '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_remove_from_subsequence '{"id":"example_id"}' --json copy
instantly.instantly_reply_to_email Write write Reply to an email thread.
lead_id, campaign_id, account_email, reply_body 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 copy 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 copy
instantly.instantly_resume_account Write write Resume a paused email account.
email kosmo integrations:call instantly.instantly_resume_account '{"email":"example_email"}' --json copy kosmo integrations:instantly instantly_resume_account '{"email":"example_email"}' --json copy
instantly.instantly_resume_subsequence Write write Resume a paused subsequence.
id kosmo integrations:call instantly.instantly_resume_subsequence '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_resume_subsequence '{"id":"example_id"}' --json copy
instantly.instantly_resume_webhook Write write Resume a disabled webhook.
id kosmo integrations:call instantly.instantly_resume_webhook '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_resume_webhook '{"id":"example_id"}' --json copy
instantly.instantly_run_enrichment Write write Run enrichment for a campaign or lead list.
resource_id, lead_ids kosmo integrations:call instantly.instantly_run_enrichment '{"resource_id":"example_resource_id","lead_ids":"example_lead_ids"}' --json copy kosmo integrations:instantly instantly_run_enrichment '{"resource_id":"example_resource_id","lead_ids":"example_lead_ids"}' --json copy
instantly.instantly_search_campaigns_by_contact Read read Find campaigns containing a specific lead email.
search, sort_column, sort_order kosmo integrations:call instantly.instantly_search_campaigns_by_contact '{"search":"example_search","sort_column":"example_sort_column","sort_order":"example_sort_order"}' --json copy kosmo integrations:instantly instantly_search_campaigns_by_contact '{"search":"example_search","sort_column":"example_sort_column","sort_order":"example_sort_order"}' --json copy
instantly.instantly_send_test_email Write write Send a preview/test email from a connected email account without creating an Unibox email.
eaccount, to_address_email_list, subject, html, text 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 copy 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 copy
instantly.instantly_share_campaign Read read Share a campaign so other users can create a new campaign from it.
id kosmo integrations:call instantly.instantly_share_campaign '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_share_campaign '{"id":"example_id"}' --json copy
instantly.instantly_similar_domains Read read Get similar domains for DFY orders.
body kosmo integrations:call instantly.instantly_similar_domains '{"body":"example_body"}' --json copy kosmo integrations:instantly instantly_similar_domains '{"body":"example_body"}' --json copy
instantly.instantly_subsequence_move_leads Write write Move leads to a subsequence.
lead_ids, subsequence_id kosmo integrations:call instantly.instantly_subsequence_move_leads '{"lead_ids":"example_lead_ids","subsequence_id":"example_subsequence_id"}' --json copy kosmo integrations:instantly instantly_subsequence_move_leads '{"lead_ids":"example_lead_ids","subsequence_id":"example_subsequence_id"}' --json copy
instantly.instantly_subsequence_sending_status Read read Get the sending status of a subsequence.
id, with_ai_summary kosmo integrations:call instantly.instantly_subsequence_sending_status '{"id":"example_id","with_ai_summary":true}' --json copy kosmo integrations:instantly instantly_subsequence_sending_status '{"id":"example_id","with_ai_summary":true}' --json copy
instantly.instantly_test_ai_label Write write Test AI reply label prediction. Returns predicted label for a given reply text.
reply_text kosmo integrations:call instantly.instantly_test_ai_label '{"reply_text":"example_reply_text"}' --json copy kosmo integrations:instantly instantly_test_ai_label '{"reply_text":"example_reply_text"}' --json copy
instantly.instantly_test_vitals Write write Test account vitals (DNS, SMTP, IMAP connectivity). Returns diagnostic results.
accounts, email kosmo integrations:call instantly.instantly_test_vitals '{"accounts":"example_accounts","email":"example_email"}' --json copy kosmo integrations:instantly instantly_test_vitals '{"accounts":"example_accounts","email":"example_email"}' --json copy
instantly.instantly_test_webhook Write write Send a test payload to a webhook.
id kosmo integrations:call instantly.instantly_test_webhook '{"id":"example_id"}' --json copy kosmo integrations:instantly instantly_test_webhook '{"id":"example_id"}' --json copy
instantly.instantly_toggle_custom_tags Write write Assign or unassign tags to resources (accounts or campaigns).
tag_ids, resource_ids, resource_type, assign kosmo integrations:call instantly.instantly_toggle_custom_tags '{"tag_ids":"example_tag_ids","resource_ids":"example_resource_ids","resource_type":1,"assign":true}' --json copy kosmo integrations:instantly instantly_toggle_custom_tags '{"tag_ids":"example_tag_ids","resource_ids":"example_resource_ids","resource_type":1,"assign":true}' --json copy
instantly.instantly_update_account Write write Update an email account. Modify daily limit, tracking domain, signature, and more.
email, first_name, last_name, daily_limit, tracking_domain_name, enable_slow_ramp, sending_gap, signature, remove_tracking_domain 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 copy 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 copy
instantly.instantly_update_blocklist_entry Write write Update a blocklist entry.
id, bl_value kosmo integrations:call instantly.instantly_update_blocklist_entry '{"id":"example_id","bl_value":"example_bl_value"}' --json copy kosmo integrations:instantly instantly_update_blocklist_entry '{"id":"example_id","bl_value":"example_bl_value"}' --json copy
instantly.instantly_update_campaign Write write Update an existing campaign configuration.
id, name, open_tracking, link_tracking, text_only, stop_on_reply, daily_limit, email_gap, email_list, sequences, campaign_schedule 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 copy 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 copy
instantly.instantly_update_custom_prompt_template Write write Update a custom prompt template.
id, name, prompt, category, is_public, description, model_version, template_type, from_shared 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 copy 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 copy
instantly.instantly_update_custom_tag Write write Update a custom tag.
id, label, description kosmo integrations:call instantly.instantly_update_custom_tag '{"id":"example_id","label":"example_label","description":"example_description"}' --json copy kosmo integrations:instantly instantly_update_custom_tag '{"id":"example_id","label":"example_label","description":"example_description"}' --json copy
instantly.instantly_update_email Write write Update an email (e.g., assign to a team member, update label).
id, assigned_to, label kosmo integrations:call instantly.instantly_update_email '{"id":"example_id","assigned_to":"example_assigned_to","label":1}' --json copy kosmo integrations:instantly instantly_update_email '{"id":"example_id","assigned_to":"example_assigned_to","label":1}' --json copy
instantly.instantly_update_email_template Write write Update an email template.
id, template_name, subject, body, category 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 copy 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 copy
instantly.instantly_update_enrichment_settings Write write Update enrichment settings for a resource.
resource_id, auto_update, skip_rows_without_email kosmo integrations:call instantly.instantly_update_enrichment_settings '{"resource_id":"example_resource_id","auto_update":true,"skip_rows_without_email":true}' --json copy kosmo integrations:instantly instantly_update_enrichment_settings '{"resource_id":"example_resource_id","auto_update":true,"skip_rows_without_email":true}' --json copy
instantly.instantly_update_inbox_placement_test Write write Update an inbox placement test.
id, name, status kosmo integrations:call instantly.instantly_update_inbox_placement_test '{"id":"example_id","name":"example_name","status":1}' --json copy kosmo integrations:instantly instantly_update_inbox_placement_test '{"id":"example_id","name":"example_name","status":1}' --json copy
instantly.instantly_update_lead Write write Update a lead.
id, first_name, last_name, company_name, website, phone, personalization, lt_interest_status, pl_value_lead, assigned_to 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 copy 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 copy
instantly.instantly_update_lead_interest_status Write write Update a lead interest status by lead email, optionally scoped to a campaign or list.
lead_email, interest_value, campaign_id, list_id, ai_interest_value, disable_auto_interest 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 copy 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 copy
instantly.instantly_update_lead_label Write write Update a lead label.
id, label_name, color, icon, value 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 copy kosmo integrations:instantly instantly_update_lead_label '{"id":"example_id","label_name":"example_label_name","color":"example_color","icon":"example_icon","value":1}' --json copy
instantly.instantly_update_lead_list Write write Update a lead list name.
id, name kosmo integrations:call instantly.instantly_update_lead_list '{"id":"example_id","name":"example_name"}' --json copy kosmo integrations:instantly instantly_update_lead_list '{"id":"example_id","name":"example_name"}' --json copy
instantly.instantly_update_sales_flow Write write Update a sales flow.
id, body kosmo integrations:call instantly.instantly_update_sales_flow '{"id":"example_id","body":"example_body"}' --json copy kosmo integrations:instantly instantly_update_sales_flow '{"id":"example_id","body":"example_body"}' --json copy
instantly.instantly_update_subsequence Write write Update a subsequence.
id, name kosmo integrations:call instantly.instantly_update_subsequence '{"id":"example_id","name":"example_name"}' --json copy kosmo integrations:instantly instantly_update_subsequence '{"id":"example_id","name":"example_name"}' --json copy
instantly.instantly_update_webhook Write write Update a webhook.
id, target_hook_url, event_type, campaign, name, custom_interest_value 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 copy 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 copy
instantly.instantly_update_workspace Write write Update current workspace name or logo.
name, org_logo_url kosmo integrations:call instantly.instantly_update_workspace '{"name":"example_name","org_logo_url":"example_org_logo_url"}' --json copy kosmo integrations:instantly instantly_update_workspace '{"name":"example_name","org_logo_url":"example_org_logo_url"}' --json copy
instantly.instantly_update_workspace_member Write write Update a workspace member role.
id, role kosmo integrations:call instantly.instantly_update_workspace_member '{"id":"example_id","role":"example_role"}' --json copy kosmo integrations:instantly instantly_update_workspace_member '{"id":"example_id","role":"example_role"}' --json copy
instantly.instantly_verify_email Write write Verify an email address. Returns deliverability status.
email, webhook_url kosmo integrations:call instantly.instantly_verify_email '{"email":"example_email","webhook_url":"example_webhook_url"}' --json copy kosmo integrations:instantly instantly_verify_email '{"email":"example_email","webhook_url":"example_webhook_url"}' --json copy
instantly.instantly_warmup_disable Write write Disable warmup for email accounts.
account_ids kosmo integrations:call instantly.instantly_warmup_disable '{"account_ids":"example_account_ids"}' --json copy kosmo integrations:instantly instantly_warmup_disable '{"account_ids":"example_account_ids"}' --json copy
instantly.instantly_warmup_enable Write write Enable warmup for email accounts. Gradually increases sending volume to build reputation.
account_ids kosmo integrations:call instantly.instantly_warmup_enable '{"account_ids":"example_account_ids"}' --json copy kosmo integrations:instantly instantly_warmup_enable '{"account_ids":"example_account_ids"}' --json copy
instantly.instantly_webhook_event_types Read read List all available webhook event types.
none kosmo integrations:call instantly.instantly_webhook_event_types '{}' --json copy kosmo integrations:instantly instantly_webhook_event_types '{}' --json copy
instantly.instantly_webhook_events_summary Read read Get overview aggregates for webhook events.
from, to kosmo integrations:call instantly.instantly_webhook_events_summary '{"from":"example_from","to":"example_to"}' --json copy kosmo integrations:instantly instantly_webhook_events_summary '{"from":"example_from","to":"example_to"}' --json copy
instantly.instantly_webhook_events_summary_by_date Read read Get webhook event aggregates grouped by date.
from, to kosmo integrations:call instantly.instantly_webhook_events_summary_by_date '{"from":"example_from","to":"example_to"}' --json copy kosmo integrations:instantly instantly_webhook_events_summary_by_date '{"from":"example_from","to":"example_to"}' --json copy Function Schemas Use these parameter tables when building CLI payloads without calling integrations:schema first.
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_activate_campaign --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_add_campaign_variables --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_ai_enrichment_progress --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_analytics_campaign --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_analytics_campaign_overview --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_analytics_campaign_steps --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_analytics_daily_account --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_analytics_daily_campaign --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_analytics_warmup --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_billing_plan_details --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_billing_subscription_details --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_bulk_add_leads --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_bulk_assign_leads --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_bulk_create_blocklist_entries --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_bulk_delete_blocklist_entries --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_bulk_delete_leads --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_campaign_sending_status --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_cancel_dfy_accounts --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_change_workspace_owner --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_check_dfy_domains --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_count_launched_campaigns --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_account --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_ai_enrichment --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_api_key --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_blocklist_entry --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_campaign --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_campaign_from_export --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_custom_prompt_template --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_custom_tag --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_dfy_order --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_email_template --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_enrichment --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_inbox_placement_test --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_lead --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_lead_label --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_lead_list --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_sales_flow --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_subsequence --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_webhook --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_whitelabel --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_workspace_group_member --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_create_workspace_member --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_ctd_status --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_account --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_all_blocklist_entries --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_api_key --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_blocklist_entry --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_campaign --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_custom_prompt_template --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_custom_tag --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_email --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_email_template --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_inbox_placement_test --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_lead --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_lead_label --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_lead_list --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_phone_number --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_sales_flow --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_subsequence --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_webhook --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_whitelabel --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_workspace_group_member --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_delete_workspace_member --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_deliverability_insights --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_download_blocklist_entries --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_duplicate_campaign --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_duplicate_subsequence --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_email_unread_count --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_email_verification_status --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_enrichment_count_leads --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_enrichment_enrich_leads --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_enrichment_history --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_enrichment_preview_leads --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_export_campaign --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_forward_email --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_account --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_account_mappings --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_background_job --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_blocklist_entry --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_campaign --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_custom_prompt_template --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_custom_tag --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_email --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_email_template --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_enrichment --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_inbox_placement_analytics --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_inbox_placement_report --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_inbox_placement_test --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_lead --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_lead_label --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_lead_list --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_oauth_session_status --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_sales_flow --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_webhook --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_webhook_event --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_whitelabel --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_workspace --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_workspace_group_member --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_workspace_group_members_admin --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_get_workspace_member --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_inbox_placement_esp_options --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_inbox_placement_stats_by_date --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_inbox_placement_stats_by_test --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_initialize_google_oauth --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_initialize_microsoft_oauth --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_lead_list_verification_stats --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_accounts --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_api_keys --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_audit_logs --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_background_jobs --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_blocklist --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_campaigns --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_custom_prompt_templates --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_custom_tag_mappings --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_custom_tags --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_dfy_accounts --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_dfy_orders --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_email_templates --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_emails --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_inbox_placement_analytics --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_inbox_placement_reports --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_inbox_placement_tests --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_lead_labels --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_lead_lists --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_leads --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_phone_numbers --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_sales_flows --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_subsequences --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_webhook_events --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_webhooks --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_workspace_group_members --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_list_workspace_members --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_mark_account_fixed --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_mark_email_read --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_merge_leads --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_move_accounts --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_move_leads --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_pause_account --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_pause_campaign --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_pause_subsequence --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_pre_warmed_domains --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_remove_from_subsequence --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_reply_to_email --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_resume_account --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_resume_subsequence --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_resume_webhook --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_run_enrichment --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_search_campaigns_by_contact --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_send_test_email --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_share_campaign --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_similar_domains --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_subsequence_move_leads --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_subsequence_sending_status --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_test_ai_label --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_test_vitals --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_test_webhook --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_toggle_custom_tags --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_account --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_blocklist_entry --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_campaign --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_custom_prompt_template --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_custom_tag --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_email --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_email_template --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_enrichment_settings --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_inbox_placement_test --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_lead --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_lead_interest_status --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_lead_label --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_lead_list --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_sales_flow --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_subsequence --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_webhook --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_workspace --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_update_workspace_member --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_verify_email --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_warmup_disable --json
Operation Write write
Schema command kosmo integrations:schema instantly.instantly_warmup_enable --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_webhook_event_types --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_webhook_events_summary --json
Operation Read read
Schema command kosmo integrations:schema instantly.instantly_webhook_events_summary_by_date --json 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.