add_leads
Add leads in bulk to a specific campaign or list, with email required and optional contact fields. Avoid duplicates and prevent re-loading existing contacts, making scheduled reruns safe.
Instructions
Add leads in bulk to a campaign OR a list (provide exactly one target).
leads is a list of objects: at least email (required for campaigns),
plus optional first_name, last_name, company_name, job_title, phone, website,
personalization, and custom_variables (a dict). Duplicate emails within the
batch are deduped; skip_if_in_workspace avoids re-loading existing contacts
(safe for scheduled re-runs). LOW_WRITE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| leads | Yes | ||
| confirm | No | ||
| list_id | No | ||
| campaign_id | No | ||
| skip_if_in_workspace | No |