Resume Call
- DarkLight
Resume Call
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This API allows an Agent to resume the customer call that is on hold.
Pre-requisite
The agent must be on a customer call and the call must be in the Hold state.
Sequence Diagram
Message Structure
Request Parameters | Value |
---|---|
channel | Amazon |
topic | OutboundCall |
subtopic | Resume |
Data Parameters
Parameter | Data Type | Description | Sample Value |
---|---|---|---|
No data parameters |
Response Parameters | Value |
---|---|
Not applicable |
Possible Error Cases
Error Type | Code | Message |
---|---|---|
RESUME_CALL_FAILED | Acqueon Campaigns Failure Error Message. | Resuming call failed. |
Sample Request
No sample request.
Sample Response
{
"channel": "Amazon",
"topic": "OutboundCall",
"subtopic": "Resume",
"source": "myapp"
}
Was this article helpful?