Update Schedule Callback Number
- DarkLight
Update Schedule Callback Number
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This API allows a user to update a scheduled Callback phone number. The Dialog object is updated by specifying a requestedAction of UpdateScheduleCallBackNumber and the target OutboundCall with number and CallId of user.
Pre-requisite
The Agent must be in the Ready state.
Sequence Diagram

Message Structure
Request Parameters | Value |
|---|---|
channel | Cisco |
topic | InboundCall or OutboundCall |
subtopic | UpdateScheduleCallBackNumber |
source | «app-name-broadcasting-this-message» |
data | «JSON Object» |
Data Parameters
Parameter | Data Type | Description | Sample Value |
|---|---|---|---|
number | String | Contact number of the customer. | 9610446329 |
CallID | String | The caller ID of the user/customer. | 167786021 |
Sample Request
{
"channel": "Cisco",
"topic": "OutboundCall",
"subtopic": " UpdateScheduleCallBackNumber",
"data ":
{
"number": "9610446329",
"callID": "16786021"
}
}Sample Response
No sample responseWas this article helpful?