Genesys Cloud - Developer Community!

 View Only

Sign Up

  • 1.  Agent notification

    Posted 20 days ago

    Hello.

    I'm working with an embedded client in a web application. I need to send an alert to an agent from another application. What API can I use for this?

    Best regards,
    Igor


    #EmbeddableFramework

    ------------------------------
    Igor Varshavsky
    ------------------------------


  • 2.  RE: Agent notification

    Posted 20 days ago

    Hi Igor,

    Could you provide a bit more detail on what type of alert you are looking to send?

    For example, are you looking for a notification within the embedded client, a browser/desktop notification, a screen pop, or some other type of alert?



    ------------------------------
    Phaneendra
    Technical Solutions Consultant
    ------------------------------



  • 3.  RE: Agent notification

    Posted 20 days ago

    Thank you for your question.

    My goal is to show the agent a text message. It's best to have the framework catch it and then create a message for the framework.

    Best regards,
    Igor



    ------------------------------
    Igor Varshavsky
    ------------------------------



  • 4.  RE: Agent notification

    Posted 19 days ago

    Hi Igor,

    Thanks for the clarification 👍

    There's no native API in Genesys Cloud to push a custom text notification directly into the Embedded Client UI.

    The recommended approach is to:

    • Use the Notifications API to send events to your app, and
    • Handle those events in your embedded client to display a custom message (toast, modal, etc.).

    Alternatively, if the message should behave like an interaction, you could use the Conversations API to inject it as a chat/message.

    Best regards,

    Cesar



    ------------------------------
    Cesar Padilla
    INDRA COLOMBIA
    ------------------------------



  • 5.  RE: Agent notification

    Posted 17 days ago

    Thanks for the reply. Unfortunately, my system can't do that either. I was thinking of using Genesys for this.



    ------------------------------
    Igor Varshavsky
    ------------------------------



  • 6.  RE: Agent notification

    Posted 16 days ago

    Hi Igor,

    Based on my understanding, there is no native Genesys Cloud API that allows an external application to send an arbitrary text notification directly into the Embedded Client UI for an agent.

    If the goal is to display a custom message to the agent, this would typically require custom logic within the embedded application itself or modelling the message as a Genesys interaction rather than a standalone notification.

    Hopefully others can correct me if they've found a native approach for this use case.



    ------------------------------
    Phaneendra
    Technical Solutions Consultant
    ------------------------------



  • 7.  RE: Agent notification

    Posted 18 days ago

    Apologies Igor missed this one thank you@Cesar Padilla.



    ------------------------------
    Phaneendra
    Technical Solutions Consultant
    ------------------------------



  • 8.  RE: Agent notification

    Posted 19 days ago

    Thanks for the clarification 



    ------------------------------
    Hugo Reboucas
    Opportunity Brazil - RPA
    ------------------------------



  • 9.  RE: Agent notification

    Posted 12 days ago

    Hi Igor,

    If the goal is to show a native Genesys Cloud toast/in-app notification to an agent from an external application, I don't believe there is a public API specifically for creating that kind of agent notification directly.

    A common alternative is to use the Genesys Cloud Embeddable Framework and send a custom event/message between your web application and the embedded client. In this case, your application controls the alert behavior, for example displaying a modal, banner, toast, or notification inside your own web app when a specific event happens.

    Another possible approach is to use Genesys Cloud messaging/UC or an external notification channel, depending on the use case. For example, sending a message to a group or user can generate a notification if the agent has notifications enabled.



    ------------------------------
    Alex Sander Felicio
    ------------------------------