Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Alert Rules - Limit - Alternatives

    Posted 11-18-2024 05:26
    No replies, thread closed.

    Hi, 

    We have the following scenario.

    We have 55 agents and 2 queuees (A and B)

    We want to alert our agents when their acw time goes up to XXX it depends the queue, 1,5 min for queue A and 2,5 min for queue B.

    With alert rules, we can manage one of the alerts but no both, because genesys has a limit to 100 alert rules per user.

    So, we created a trigger and a workflow flow, to make the logic for the queues, in this flow we only can manage send email but no send alert (built in alert)

    We tried to create a data action to send a message like chat but no is possible with this way.

    Someone can help my with any suggestion?

    BR. 


    #API/Integrations
    #ArchitectureandDesign
    #Implementation
    #Reporting/Analytics

    ------------------------------
    Adrian Rodriguez
    ------------------------------


  • 2.  RE: Alert Rules - Limit - Alternatives

    Posted 11-18-2024 07:30
    No replies, thread closed.

    Hi Adrian,

    I like the idea and will be very interested to see if others have a way to resolve the issue



    ------------------------------
    Sam Jillard
    Online Community Manager/Moderator
    Genesys - Employees
    ------------------------------



  • 3.  RE: Alert Rules - Limit - Alternatives
    Best Answer

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

    Hi Adrian,

    to make a long story short: You can use Alerts to trigger e-mail-flows. In that flows you can call every API you want via data action. And you can create a logic in that flow to check the parameters you mentioned.
    I use an e-mail-flow that distributes alert-emails to users depending on certain circumstances. It works pretty well. Only problem is, that you will have to put every  user as an recipient for the forwarding of the alert-email. Depending on the sizes of your teams thats maybe no acceptable.



    ------------------------------
    Christoph Domaschke
    Leiter Service Center (Cronbank)
    ------------------------------



  • 4.  RE: Alert Rules - Limit - Alternatives

    Posted 11-19-2024 08:33
    No replies, thread closed.

    Hi Christoph,

    I have a workflow wich is triggered by notification topic (v2.detail.events.conversation.{id}.acw) in this flow i made the logic, to obtain the queue and de wrapup duration.
    In this flow i can use a native send notification (email) but i want to use alerts in app, like alert rules and i think that is not posible. 

    So i tried to make a data action to send message (like chat) to the specific agent, but as far i know, this is not possible, i mean make that data action with these endpoint, because you need to manage the authentication. 



    Thanks for your time



    ------------------------------
    Adrian Rodriguez
    ------------------------------



  • 5.  RE: Alert Rules - Limit - Alternatives

    Posted 11-21-2024 09:08
    No replies, thread closed.

    Two points on this, one a question and the other an implementation suggestion: 1. is there some reason you're not using time-boxed ACW, which sets a hard cap complete with an in app countdown timer in order to limit ACW?  This can be varied on a queue by queue basis, which seems to meet your initial requirements reasonably well, but there may be some other factor I'm not aware of that makes this infeasible.  2. This seems like an ideal use case for a client app, which can register for conversation events and be used to fire off in app toast notifications; this seems to more directly address your use case, while also avoiding some of the potential limitations of triggers (particularly the fact that they're not guaranteed to fire in real time and rate limits on workflow invocations).  There is good information (and an example toast app) found here: https://developer.genesys.cloud/platform/integrations/client-apps/.



    ------------------------------
    Richard Schott
    Product Manager
    ------------------------------



  • 6.  RE: Alert Rules - Limit - Alternatives

    Posted 11-19-2024 09:00
    No replies, thread closed.

    On a side note there is an idea for this
    https://genesyscloud.ideas.aha.io/ideas/EPAGAST-I-114
    I would encourage you to vote on as that would make it OOB for this versus custom



    ------------------------------
    Patti Oaks
    Engineer
    ------------------------------



  • 7.  RE: Alert Rules - Limit - Alternatives

    Posted 11-20-2024 09:47
    No replies, thread closed.

    Hi,

    About send a message like chat, if you are interested in test this option, could be an option and see if it suits you. The option is mentioned at devolper portal: https://developer.genesys.cloud/forum/t/debug-tool-for-callflows-is-there-one-or-does-anyone-have-a-good-trick/16084/3 by @Matt_McPhee. The trick is to add to your organization the integration "Generic Chat Notifications", https://help.mypurecloud.com/articles/set-up-an-integration-using-the-generic-webhook/. Then  you can from Architect through a data action sent messages to a chat group.

    Resuming:

    1. Create a group
    2. Add integration Generic Chat Notifications
    3. Set according the expected message, the target, example if the message start with log sent the message to the group A.
    4. Create a data action sent message to the chat integration and test it.
    5. Add the data action to your workflow

    Regards,

    SG



    ------------------------------
    Saugort Dario Garcia
    Arquitecto de soluciones
    ------------------------------



  • 8.  RE: Alert Rules - Limit - Alternatives

    Posted 11-20-2024 11:28
    No replies, thread closed.

    Hi, Saugort Dario.

    Thanks for your time.

    This approach could be interesting, but i think that only works for chat groups and i want to send the chat to the specific agent that reached the limit of wrapupduration. 

    BR



    ------------------------------
    Adrian Rodriguez
    ------------------------------