Campaigns
Create Campaign
Create a new outbound campaign.
POST
Request Body
Campaign display name
Voice-enabled agent to use (ag_*)
Campaign type: voice, sms
List of phone numbers in E.164 format (+1234567890)
Message template with placeholders
ISO 8601 datetime to start the campaign
Maximum concurrent calls/messages
Outbound caller ID (must be verified)
Response 201
Campaign Lifecycle
Errors
| Code | Description |
|---|---|
401 | Missing or invalid authentication |
402 | Insufficient balance for campaign |
404 | Agent not found |
422 | Invalid contacts or configuration |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Request to create a new campaign.
Maximum string length:
200Campaign configuration options.
Response
Successful Response

