Skip to main content
WEBHOOK
The call_rescheduled event is sent whenever the scheduler decides not to place a call immediately and persists a later time instead. This includes the first scheduling decision for a newly created call loop as well as later changes to an existing schedule. The payload identifies the assigned agent and includes the contact as it stood after the new schedule was persisted. call.next_call_at and contact.next_call_at contain the selected ISO 8601 timestamp. call.to_number is the contact’s phone number.

Body

application/json
event
string
required

Always call_rescheduled.

Allowed value: "call_rescheduled"
call
object
required
contact
object
required

The contact as it stood when the call was rescheduled.

Response

2XX

Acknowledged. Return any 2xx within 15 seconds or the message is retried.