Disconnect Call
- DarkLight
Disconnect Call
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This API allows an Agent to disconnect a customer call.
Pre-requisite
The agent must be on an active customer call.
Sequence Diagram
Message Structure
Request Parameters | Value |
---|---|
channel | Amazon |
topic | OutboundCall |
subtopic | Disconnect |
source | «app-name-broadcasting-this-message» |
Data Parameters
Parameter | Data Type | Description | Sample Value |
---|---|---|---|
No data parameters. |
Response Parameters | Value |
---|---|
Not applicable. |
Possible Error Cases
Error Type | Code | Message |
---|---|---|
DISCONNECT_CALL_FAILED | Acqueon Campaigns Failure Error Message. | Disconnecting call failed. |
Sample Response
{
"channel": "Amazon",
"topic": "OutboundCall",
"subtopic": "Disconnect",
"source": "myapp"
}
Was this article helpful?