Skip to main content
POST
Configure Outbound Calling

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string<uuid>
required

Body

application/json

Complete outbound calling configuration.

agent_id
string<uuid>
required
phone_numbers
OutboundPhoneNumber · object[]
required
Minimum array length: 1
schedules
CallingSchedule · object[]
required
Minimum array length: 1
default_schedule_id
string | null

Response

Successful Response

Outbound configuration response.

agent_id
string
required
phone_numbers
OutboundPhoneNumber · object[]
required
schedules
Schedules · object[]
required
default_schedule_id
string | null
required
total_calls_today
integer
required
calls_remaining_today
integer
required
can_call_now
boolean
required
next_available_time
string | null
required