Scheduled Voice Setting
There are many cases where you might need to change the Scheduled Time of voice call which you had scheduled earlier. To do so, use this API.
Reschedule (Change) the Schedule Date of Voice Call
PUT
<base_url>/bulk-voice/reschedule
Request Body
Example: Rescheduling/Changing the scheduled time of voice
A HTTP PUT
request must have body in below format.
Request:
Response:
After the request is successfully received at our server, response will be like below with Status Code: 200
Cancel Scheduled Voice Call
If you have scheduled a voice call for future date/time, but because of any reason you may want to cancel the call, before it is actually sent to the recipient. To do so, this API comes handy.
Cancel Scheduled Voice Call
DELETE
<base_url>/bulk-voice/cancelScheduled/{voice_id}
Path Parameters
Example: Cancel/Delete The scheduled Voice Call
A HTTP DELTE
request must have URL in below format.
Request URL:
here, 207
is the Unique ID of Send Voice Call Request.
Response:
After the request is successfully received at our server, response will be like below with Status Code: 200
Last updated