v1

latestSwagger 2.0Apache 2.02026-07-13123128517.6 KB
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

namestring

A name of batch

contactListIdinteger

An id of existing contact list

scrubDuplicatesboolean

Removes duplicate recipients from batch if true

Response

successful operation

idinteger

An id of a resource