Schedule Calls Batch
Schedules multiple calls in a single request. Limited to 50 contacts per request.
post/v1/schedule-calls-batch
Request body
Example request
{
"contacts": [
{
"schedule": {
"at": "2024-01-01T10:00:00.000Z"
}
}
]
}Response
Calls scheduled successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.