Close Preview Call
- DarkLight
Close Preview Call
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
This API allows an Agent to close a preview call.
Pre-requisite
The agent must be on a preview call.
Sequence Diagram
Message Structure
Request Parameters | Value |
---|---|
channel | Amazon |
topic | OutboundCall |
subtopic | Close |
source | «app-name-broadcasting-this-message» |
Response Parameters | Value |
---|---|
Not Applicable |
Possible Error Cases
Error Type | Code | Message |
---|---|---|
CLOSE_CONTACT_FAILED | Campaign Manager Failure Error Message. | Close contact failed. |
Sample Response
{
"channel": "Amazon",
"topic": "OutboundCall",
"subtopic": "close",
"source": "myapp"
}
Was this article helpful?