This page was last edited on February 15, 2024, at 19:11.
Comments or questions about this documentation? Contact us for support!
This operation is part of the Chat API section of the Web Services API.
This operation will cause an agent to leave a chat session. If the agent was participating in a conference, the agent will leave the conference.
Request URL | /api/v2/me/chats/{id} |
---|---|
HTTP Method | POST |
Required Features | api-multimedia |
Parameter | Value |
---|---|
operationName | Leave |
text | (Optional) The text to send to the customer. |
messageType | (Optional) Defines the message type. The default value is Text. Note that this parameter must be provided together with the text parameter. |
treatAs | (Optional) Specifies how the message should be treated: Normal or System. The default value is Normal. Note that this parameter must be provided together with the text parameter. |
POST api/v2/me/chats/0071023821aec011 { "operationName": "Leave" }
{ "statusCode": 0 }
{ "messageType": "ChatStateChangeMessage", "referenceId": 17, "notificationType": "StatusChange", "chat": { "state": "LeftChat", "capabilities": [ "Transfer", "Complete", "Leave", "InFocus" ], "id": "0000Na9B26EF002X", "uri": "http://localhost:8080/api/v2/chats/0000Na9B26EF002X", } }
{ "messageType": "ChatStateChangeMessage", "notificationType": "StatusChange", "chat": { "state": "Completed", "id": "0000Na9B26EF002X", "uri": "http://localhost:8080/api/v2/chats/0000Na9B26EF002X", } } }