Add Lead to Campaign
Leads (v2)
Add Lead to Campaign
Adds a single lead to the specified campaign.
Authentication
All requests require an Authorization header using Bearer token authentication:
Authorization: Bearer <api_key>
POST
Add Lead to Campaign
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Identifier of the campaign. Required.
Example:
"camp_abc123"
Body
application/json
Lead details to add to the campaign
Lead phone number in E.164 format. Required.
Example:
"+14155552671"
Lead first name. Optional.
Example:
"Jane"
Lead last name. Optional.
Example:
"Doe"
Lead email address. Optional.
Example:
"jane.doe@example.com"
Additional key-value pairs for call script personalisation. Optional.
Example:
{
"company": "Acme Corp",
"plan": "enterprise"
}
