Hello everyone,
We have done an open messaging integration and need to immediately know when an agent disconnects the conversation by entering the "End Messages" button to be able to inform the customer and show little survey etc.
When I make to request below API and parse states etc. I can figure out that the agent is disconnected and it takes some time to do so.
GET # api/v2/conversations/{conversationId}
For too many open conversations making this API request with 1-2 seconds interval cost too much to detect the "Agent Disconnected".
Can Genesys make a Webhook or a Websocket request to notify me when Agent Disconnected?
Also can I return back to Architect - Inbound Message Flow after Agent Disconnected as an alternative?
Regards