Campaigns
Create a Campaign
Send large volumes of calls at once with follow-up sequences.
POST
/
v1
/
campaigns
Headers
Your API key for authentication.
Body
Name for your campaign to later reference.
An array of strings containing different phone numbers.
Example:
A list of strings with different phone numbers.
sequence.retries
- (INTEGER) Number of times to retry when no answer.
sequence.wait_period
- (INTEGER) Number of days to wait in between follow ups (retries).
Example:
*
All other parameters supported by the Send Call endpoint are supported here as well. They will be applied to each call in the batch.
Response
Confirms the request was successful, or provides an error message if the request failed.
The unique identifier for the campaign.