calls
Add batches to a call broadcast
The 'add batch' API allows user to add additional batches to an already created voice broadcast campaign. The added batch will go through the CallFire validation process, unlike in the recipients version of this API. That is why you can use the scrubDuplicates flag to remove duplicates from your batch. Batches may be added as a contact list id, a list of contact ids, or a list of numbers
post/calls/broadcasts/{id}/batches
Path parameters
idinteger required
An id of a call broadcast
Query parameters
strictValidationboolean
Turns on strict validation for recipients. System will reply with BAD_REQUEST(400) if strictValidation = true and one of numbers didn't pass validation
Request body
Response
successful operation