Add Contacts to Batch Call
Batch Calls
Add Contacts to Batch Call
Add new contacts to an existing batch calling campaign.
POST
Add Contacts to Batch Call
Authorizations
API key authentication. Include your API key in the Authorization header: Bearer <your_api_key>
Path Parameters
Batch call ID
Body
application/json
Array of contacts to add
Minimum array length:
1Example:
[
{
"phone_number": "+15551234567",
"first_name": "Jane"
}
]
