This system is driving my floor managers absolutely crazy. I manage a team of thirty agents, and we recently transitioned our web chat and SMS volume into Genesys Cloud digital messaging. When we were on voice calls, my supervisors could easily click the ‘Monitor’ button in the Interactions view to listen in on struggling agents in real time. Now that we are using asynchronous messaging, the monitor button is completely grayed out. My supervisors have zero visibility into active digital conversations unless they physically stand behind the agent. Is there a hidden permission or an API workaround to silently monitor active SMS and web messages, or is this basic functionality simply missing from the platform?
Greetings. I encountered this architectural limitation while engineering the data pipelines for a large enterprise migration. The native ‘Monitor’ functionality within the Genesys Cloud user interface is exclusively designed for voice media streams.
The platform does not currently support real time, silent observation of asynchronous messaging interactions through the standard supervisor views. To achieve visibility into active digital conversations, you must utilize the Platform API.
Specifically, you can establish a WebSocket connection to the /api/v2/notifications/channels endpoint and subscribe to the v2.routing.queues.{id}.conversations.messages topic. This allows you to construct a custom dashboard that streams the message payloads as they are transmitted, though it requires significant development effort.
Hello. I understand your anger. In my company, we have a development organization and a production organization.
We tested this many times. That is correct about the API, but there is a simpler way for your supervisors if you do not want to write code.
You can use the ‘Barge In’ feature instead of ‘Monitor’. The platform allows a supervisor to join the active messaging interaction.
The customer will see that a supervisor has joined the chat, so it is not completely silent, but it allows the manager to read the history and help the agent immediately. You must assign the Messaging > Conversation > Barge permission to your supervisor role.