Scheduled Voice Setting
Last updated
Last updated
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.
PUT
<base_url>/bulk-voice/reschedule
Name | Type | Description |
---|---|---|
A HTTP PUT
request must have body in below format.
After the request is successfully received at our server, response will be like below with Status Code: 200
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.
DELETE
<base_url>/bulk-voice/cancelScheduled/{voice_id}
A HTTP DELTE
request must have URL in below format.
here, 207
is the Unique ID of Send Voice Call Request.
After the request is successfully received at our server, response will be like below with Status Code: 200
Name | Type | Description |
---|---|---|
voice_id
integer
Unique ID which was received in response while sending the voice call.
new_send_at
integer
Epoch Time (time in milliseconds) as like Voice Call send_at
parameter.
timezone
string
Timezone. Refer the Timezone Table for more information.
voice_id
number
Unique ID which was received in the response of Send Voice Call.