Skip to main content
POST
Create an outbound campaign

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Body

application/json
name
string
required

Campaign name (1-100 characters).

Required string length: 1 - 100
Example:

"Q1 Customer Outreach"

phoneNumber
string
required

Phone number to use for the campaign in E.164 format.

Example:

"+14155551212"

voiceAgentId
string<uuid>
required

Voice agent ID to use for the campaign.

Example:

"68f7656f-098b-4c43-b165-7cfd2cc8ac40"

recipients
object[]
required

List of recipients for the campaign (minimum 1 recipient).

Minimum array length: 1
sendType
enum<string>
required

When to send the campaign. Use 'NOW' for immediate sending or 'SCHEDULED' for scheduled sending.

Available options:
NOW,
SCHEDULED
Example:

"NOW"

timeRange
object
required

Time range for making calls.

scheduledDate
string<date-time>

Scheduled date/time in ISO 8601 format (required when sendType is SCHEDULED).

Example:

"2025-12-01T09:00:00Z"

scheduledTimezone
string

Timezone for scheduled campaign (required when sendType is SCHEDULED).

Example:

"America/New_York"

reservedConcurrency
integer
default:1

Number of concurrent calls reserved for this campaign (must be positive). Defaults to 1 when omitted.

Required range: x >= 1
Example:

10

Response

Successful response

success
boolean
Example:

true

message
string
Example:

"Campaign created successfully"

messageKey
string
Example:

"CAMPAIGN_CREATED_SUCCESSFULLY"

data
object