Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  set auto on queue after change status

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

    I have question

    when agent on queue then agent change status is break system auto off queue. if agent change status to available, system can auto on queue?

    Ex. on queue => Break (system auto off queue) => available (System auto on queue?)


    #ArchitectureandDesign
    #Implementation
    #SystemAdministration

    ------------------------------
    Nuttapong Limadisai
    G-Able Public Company Limited
    ------------------------------


  • 2.  RE: set auto on queue after change status
    Best Answer

    Posted 01-30-2024 15:07
    No replies, thread closed.

    This is possible, but I would avoid it to prevent a bad customer experience of ringing to the desk of a rep who is not prepared.

    To make this happen you would need to create a Workflow in architect based on the schema of the 'v2.users.{id}.activity' topic, specifically looking for the user to enter Available status. Then you would need to use a Data Action to run an API call that changes them from Available to OnQueue. Once you have a workflow to do this filter>update of status, you would create a Trigger in admin that runs the workflow based on the topic mentioned earlier. If you only want this for some users, ie not supervisors, you would want a data table or API call to a database to filter by user ID and not just status.



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