Accept Warm Transfer Call
- DarkLight
Accept Warm Transfer Call
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
This API allows an Agent to accept a Warm Transfer call.
Pre-requisite
The agent must be on a warm transfer call.
Sequence Diagram
Message Structure
Request Parameters | Value |
---|---|
channel | Amazon |
topic | OutboundCall |
subtopic | AcceptWarmTransfer |
source | «app-name-broadcasting-this-message» |
Response Parameters | Value |
---|---|
channel | Amazon |
topic | OutboundCall |
subtopic | OutboundCallStateChange |
source |
Sample Request
{
"channel": "Amazon",
"topic": "OutboundCall",
"subtopic": "AcceptWarmTransfer",
"source": "myapp"
}
Sample Response
Customer call Event with CustAnswered status. (calltype : Regular-Call)
Was this article helpful?