Schedule Call
Schedules a call at the earliest opportunity within the dialer window. May occur immediately or on the next business day depending on settings. Requires the auto dialer to be enabled.
post/v1/schedule-call
Request body
Example request
{
"schedule": {
"at": "2024-01-01T10:00:00.000Z"
}
}Response
Call scheduled successfully
Example response
{
"status": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.