Genesys Cloud - Main

 View Only

Sign Up

Expand all | Collapse all

Win of the day- Genesys Alerts

  Thread closed by the administrator, not accepting new replies.
  • 1.  Win of the day- Genesys Alerts

    Posted 01-11-2024 19:35
    No replies, thread closed.

    Win of the day

    We've achieved successful activation of "Alert Rules" in Genesys, ensuring notifications for user-defined threshold limits are issued. The integration of alerts into Slack has significantly improved communication efficiency across our team.

    This real-time information is now under the vigilant watch by supervisors. They can swiftly connect with the agents to offer assistance or guidance during calls. This streamlined communication process establishes a proactive and supportive environment.

    #Integrations

    ------------------------------
    Phaneendra Avatapalli
    Monash University
    ------------------------------


  • 2.  RE: Win of the day- Genesys Alerts

    Posted 01-12-2024 01:18
    No replies, thread closed.

    Hi,

    can you give an example?

    Regards,

    Gregyor



    ------------------------------
    Gregyor Visser
    Stater Nederland B.V.
    ------------------------------



  • 3.  RE: Win of the day- Genesys Alerts

    Posted 01-14-2024 17:16
    No replies, thread closed.

    Hi Gregyor,

    Thank you for the reach out, we have implemented the below alerts for example so far.

    • Any agent Interacting for greater than 20 minutes a notification will be sent to slack
    • Any agent Not Responding for greater than 30seconds a notification will be sent to slack

    For this to work we had to create a common account in Genesys which has email attached to it. So the alerts will come as an email, I have put a forwarding rule so it forwards the email to slack.

    Hope this helps.



    ------------------------------
    Phaneendra Avatapalli
    Monash University
    ------------------------------



  • 4.  RE: Win of the day- Genesys Alerts

    Posted 01-14-2024 19:54
    No replies, thread closed.

    Also you can only create 50 alers per account, so if you have more supervisors you can use those accounts to create the alerts and send the alerts as email to the common account you created in Genesys.



    ------------------------------
    Phaneendra Avatapalli
    Monash University
    ------------------------------



  • 5.  RE: Win of the day- Genesys Alerts

    Posted 01-15-2024 00:54
    No replies, thread closed.

    Thank you for the information.



    ------------------------------
    Gregyor Visser
    Stater Nederland B.V.
    ------------------------------



  • 6.  RE: Win of the day- Genesys Alerts

    Posted 01-18-2024 12:37
    No replies, thread closed.

    You can probably skip the email forwarding step by obtaining the Slack channel's email address and setting that on the common user in Genesys.



    ------------------------------
    Brad Murlin
    Zillow, Inc.
    ------------------------------



  • 7.  RE: Win of the day- Genesys Alerts

    Posted 01-16-2024 23:58
    No replies, thread closed.

    Thank you for sharing this, so glad to hear that you are "winning" with Genesys Alerts!! :-)



    ------------------------------
    Laurie Nelson
    Genesys - Employees
    Sr. Director Product Management - Data, Analytics and Reporting
    ------------------------------



  • 8.  RE: Win of the day- Genesys Alerts

    Posted 01-18-2024 12:39
    No replies, thread closed.

    We used this setup initially, it is definitely a win and better than asking 30 supervisors and WFM analysts to go and create their own alerts, but we did not like how Slack displays the incoming email as well as the format of the email from Genesys so we did some magic with the recently released Triggers capability and a workflow in Architect that tracks how long a user is in X status and then it sends a customized Slack message using a webhook, allowing us to use infinite channels, emoji, and at-here callouts.



    ------------------------------
    Brad Murlin
    Zillow, Inc.
    ------------------------------



  • 9.  RE: Win of the day- Genesys Alerts

    Posted 01-18-2024 17:05
    No replies, thread closed.

    Hi Brad,

    Thank you for your reply that is great to hear, can you please let me know the following:

    • Can triggers be created on individual users or only queue level?
    • Is there a limit on how many triggers we can create in one account?



    ------------------------------
    Phaneendra Avatapalli
    Monash University
    ------------------------------



  • 10.  RE: Win of the day- Genesys Alerts
    Best Answer

    Posted 01-19-2024 13:43
    No replies, thread closed.

    The trigger runs for all users in the org based on the topic 'v2.users.{id}.activity' - then we use a data table containing user IDs and parameters around how much time per status before we alert, and the workflow that is triggered uses this table to determine if processing continues, how long to wait, and then it does an API call to check the user's status after the allotted time and sends an alert to a Slack webhook if necessary.

    For long-call alerts we use the topic 'v2.detail.events.conversation.{id}.user.start' and do something similar, with a data table outlining which queue is valid for alert and how long is considered a long call in need of supervisor assistance. The workflow uses the table to filter down by queue, and then runs a data action to see if the call is still in progress after the allotted time, then sends the alert out if so.



    ------------------------------
    Brad Murlin
    Zillow, Inc.
    ------------------------------