Consult Call
- DarkLight
Consult Call
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This API allows an Agent to make a consult call to another agent.
Pre-requisite
The agent must be on an active customer call.
Sequence Diagram
Message Structure
Request Parameters | Value |
---|---|
channel | Amazon |
topic | OutboundCall |
subtopic | Consult |
source | «app-name-broadcasting-this-message» |
data | JSON Object |
Data Parameters
Parameter | Data Type | Description | Sample Value |
---|---|---|---|
agentUUID | String | The agent connection UUID. | |
agentName | String | The agent name. |
Response Parameters | Value |
---|---|
Possible Error Cases
Error Type | Code | Message |
---|---|---|
CONSULT_CALL_FAILED | Acqueon Campaigns Failure Error Message. | Consult call failed. |
Sample Request
{
"channel": "Amazon",
"topic": "OutboundCall",
"subtopic": "Consult",
"source": "myapp",
"data":{}
}
Sample Response
Customer call event with Hold status. (calltype: Regular-Call)
Consult call event with Consult status. (calltype: Consult)
Was this article helpful?