Creates an actions run to execute one or more workflow actions on contacts, companies, or lists. Supports optional webhook notifications when actions complete. See the “Actions Completed Webhook” in the Webhooks section for the webhook payload structure and implementation details.
Action reference:
VERIFY_LEAD_EMAIL: Verify the deliverability and validity of an email address Targets: Contacts only. Pricing: call GET /v1/credits/pricing and look up action VERIFY_EMAIL for the current workspace credit cost.VERIFY_LEAD_PHONE: Verify the validity and type of a phone number Targets: Contacts only. Pricing: call GET /v1/credits/pricing and look up action VERIFY_PHONE for the current workspace credit cost.SCRAPE_LEAD_FROM_LINKEDIN: Extract contact information from their LinkedIn profile Targets: Contacts only. Pricing: call GET /v1/credits/pricing and look up action SCRAPE_LEAD_LINKEDIN for the current workspace credit cost.LINKEDIN_FROM_NAME_LASTNAME_COMPANY: Find LinkedIn profile URL using first name, last name and company name Targets: Contacts only. Pricing: call GET /v1/credits/pricing and look up action SCRAPE_LEAD_LINKEDIN for the current workspace credit cost.SCRAPE_COMPANY_FROM_LINKEDIN: Extract company information from their LinkedIn profile Targets: Companies only. Pricing: call GET /v1/credits/pricing and look up action SCRAPE_COMPANY_LINKEDIN for the current workspace credit cost.COMPANY_LINKEDIN_FROM_NAME: Find company LinkedIn profile URL using company name Targets: Companies only. Pricing: call GET /v1/credits/pricing and look up action SCRAPE_COMPANY_LINKEDIN for the current workspace credit cost.SCRAPE_COMPANY_ACCOUNTIQ_FROM_LINKEDIN: Extract AI-powered insights about a company from LinkedIn Targets: Companies only. Pricing: call GET /v1/credits/pricing and look up action SCRAPE_COMPANY_ACCOUNTIQ_FROM_LINKEDIN for the current workspace credit cost.ENRICH_WITH_EMAIL: Find and enrich contact with professional email addresses Targets: Contacts only. Pricing: call GET /v1/credits/pricing and look up action ENRICH_LEAD_EMAIL for the current workspace credit cost.ENRICH_WITH_PHONE: Find and enrich contact with phone numbers Targets: Contacts only. Pricing: call GET /v1/credits/pricing and look up action ENRICH_LEAD_PHONE for the current workspace credit cost.FILL_LEAD_WITH_SMART_FIELDS: Generate AI variable values for selected contact fields Targets: Contacts only. Pricing: call GET /v1/credits/pricing and look up action FILL_LEAD_WITH_SMART_FIELDS_AVERAGE for the current workspace credit cost.FILL_COMPANY_WITH_SMART_FIELDS: Generate AI variable values for selected company fields Targets: Companies only. Pricing: call GET /v1/credits/pricing and look up action FILL_COMPANY_WITH_SMART_FIELDS_AVERAGE for the current workspace credit cost.SEARCH_LEADS_FROM_LINKEDIN_COMPANY: Search and import contacts working at a specific company from LinkedIn Targets: Companies only. Pricing: call GET /v1/credits/pricing and look up action SCRAPE_LEAD_LINKEDIN for the current workspace credit cost.EXPORT_TO_CRM: Export contacts or companies to your connected CRM system Targets: Contacts or companies, depending on the IDs you provide. Pricing: this action does not expose a credit-mapped entry in GET /v1/credits/pricing.Notes:
Provide exactly one target selector: contactIds, companyIds, contactGroupIds, or companyGroupIds.
Per-action option fields are documented on each item in the actions array.
Credit costs are workspace-specific; call GET /v1/credits/pricing before starting a run if you need the current cost table.
Required scope:
ACTIONS_WRITERate limit: 10 requests per minute
Provide exactly one of contactIds, companyIds, contactGroupIds, or companyGroupIds to choose the target set. Use GET /v1/credits/pricing to inspect the current workspace credit costs before running billable actions.
Array of actions to execute. Each action type documents its required data, behavior, accepted options, and how to look up credit pricing.
1Array of contact IDs to run actions on
1Optional webhook URL to receive notification when actions complete. Must be HTTPS in production.