Legacy Dev Forum Posts

 View Only

Sign Up

Receive Genesys pop-up message via an app

  • 1.  Receive Genesys pop-up message via an app

    Posted 06-05-2025 18:07

    mattod | 2024-08-19 11:34:25 UTC | #1

    I'm writing a .NET app which interacts with Genesys using API calls, and receives notifications via a websocket.

    It's all working fine, apart from the app being "unaware" of Genesys pop-up messages/alerts - the ones that appear in the top-right corner of the UI (see image) - such as "You are currently Not Responding".

    Does anyone know of a way for my app to become aware of/receive these messages - so that it can act accordingly?


    tim.smith | 2024-08-19 13:47:05 UTC | #2

    Those are generated by the UI itself. You would use the API and events to identify situations that are relevant to your app and prompt your users to do what you need them to do in your app, like selecting a phone.


    mattod | 2024-08-19 13:54:49 UTC | #3

    Thanks Tim. So are you saying that there would be Topics that my app could subscribe to, wherein I would receive a notification which would correspond to, eg. "no device profile found" or "unable to connect to a microphone"?

    I haven't been able to find such notifications, but maybe I'm looking in the wrong place?

    Thanks, Matt


    tim.smith | 2024-08-19 13:56:39 UTC | #4

    No, I'm saying there's not topics for those things. Those are generated by the UI itself based on its own logic, not the server. So your UI would need to build out logic to determine those things and then implement UI cues for your users as well.


    system | 2024-09-19 13:56:43 UTC | #5

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 27989