|
Event Name |
consulTransferRequestSuccess |
|---|---|
|
Event Description |
Event is triggered when an agent assigned to the conversation in response of consult transfer request |
|
Emitter |
Agent Manager |
|
Name |
Description |
|---|---|
|
conversationId |
type: String Id of the conversation |
|
newTask |
type: String |
|
agentId |
type: String ID of the Agent |
JSON
{
"conversationId": "67c1cb75956d765cfc275754",
"task": {},
"agentId": "7dcdf513-da75-4667-968b-94b8098bc689"
}