Transfer Call
- DarkLight
Transfer Call
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This API allows an Agent to transfer the customer call to a consulted agent.
Pre-requisite
The agent must be on an active consult call.
Sequence Diagram
Message Structure
Response Parameters | Value |
---|---|
channel | Amazon |
topic | OutboundCall |
subtopic | Transfer |
source | «app-name-broadcasting-this-message» |
data | Agent name to whom the call has to be transferred. |
Data Parameters
Parameter | Data Type | Description | Sample Value |
---|---|---|---|
No data parameters |
Response Parameters | Value |
---|---|
channel | Amazon |
topic | OutboundCall |
subtopic | OutboundCallStateChange |
message |
Possible Error Cases
Error Type | Code | Message |
---|---|---|
SKIP_CTRANSFER_CALL_FAILED | Acqueon Campaigns Failure Error Message. | Transfer call failed. |
Sample Request
{
"channel": "Amazon",
"topic": "OutboundCall",
"subtopic": "Transfer",
"source": "myapp",
"data":"AECAgent"
}
Sample Response
Customer call Event with DROPPED status. (calltype : Regular-Call)
Consult call Event with DROPPED status. (calltype : Consult)
Was this article helpful?