Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer YOUR_API_KEY.

Path Parameters

id
string
required

Schedule id.

Minimum string length: 1

Body

application/json

Schedule update payload.

cadenceName
string
Example:

"Three-touch follow-up"

schedule
object[]

A single touchpoint in a cadence. Forward cadences use clock-time entries (PowerDialerScheduleForwardEntry); appointment_reminder cadences use appointment-anchored entries (PowerDialerScheduleReminderEntry).

activeDays
integer[]
Required range: 0 <= x <= 6
Example:
mode
enum<string>
Available options:
appointment_reminder
Example:

"appointment_reminder"

stepOrder
(integer | null)[]
Example:
deletions
object[]
confirmReorder
boolean
Example:

true

allowEmpty
boolean
Example:

false

campaignId
string
Example:

"campaign_speed_to_lead_123"

locationId
string
Example:

"loc_9f7a123"

{key}
any

Response

Updated schedule.

success
boolean
required
data
object
required
reorder
object
{key}
any