Scheduled Voice Setting
Reschedule (Change) the Schedule Date of Voice Call
Request Body
Name
Type
Description
{ status: true, message: "Voice call rescheduled successfully."}{ "status":false, "message":"Information about why the request is rejected (in string format)"}{ "status":false, "message":"Auth-Error root cause will be stated here."}{ "status":false, "message":"Forbidded Resource Access."}{ "status":false, "message":"Something Went Wrong"}Example: Rescheduling/Changing the scheduled time of voice
Request:
{
"voice_id": XXX, // The Unique ID you got in response of Send-Voice call request.
"new_send_at": 1569266700,
"timezone": "Asia/Kolkata(GMT +05:30)" // timezone
}Response:
Cancel Scheduled Voice Call
Cancel Scheduled Voice Call
Path Parameters
Name
Type
Description
Example: Cancel/Delete The scheduled Voice Call
Request URL:
Response:
Last updated
Was this helpful?