Skip to main content
POST
Create lead
Use this endpoint to add a new lead entry to one of your campaigns. Leads represent potential customers that your assistants will call.

Request Body

phone_number
string
required
Contact phone number in E.164 format (example: +1234567890)
campaign_id
integer
required
The campaign ID where this lead should be added
variables
object
Custom data fields to associate with this lead
allow_dupplicate
boolean
Permit creating duplicate leads within the same campaign (default: false)
secondary_contacts
array
Additional contact persons linked to this lead

Response

message
string
Success confirmation message
data
object
The created lead object with all associated data