Adds a single lead to the specified voice campaign.
All requests require an Authorization header using Bearer token authentication:
Authorization: Bearer <api_key>
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Identifier of the voice campaign. Required.
"camp_abc123"
Lead details to add to the campaign
Tenant global ID (base64-encoded). Required.
"VGVuYW50OjEyMw=="
Lead phone number in E.164 format. Required.
"+14155552671"
Lead first name. Optional.
"Jane"
Lead last name. Optional.
"Doe"
Lead email address. Optional.
"jane.doe@example.com"
Additional key-value pairs for call script personalisation. Optional.
{
"company": "Acme Corp",
"plan": "enterprise"
}