Genesys Cloud - Main

 View Only

Sign Up

  Thread closed by the administrator, not accepting new replies.
  • 1.  Triggers

    Posted 03-24-2025 17:04
    No replies, thread closed.

    Hi There

    I'm trying to setup a trigger, that monitors the status of evaluation forms (Pending, InProgress, Finished, InReview and Retacted) and send an email to evaluator. 

    I'm using v2.quality.evaluations, target = test workflow and data format - JSON

    When I create a test evaluation form, the trigger doesn't work - what am I missing here? I've created Flow.JSONdata and variable accessibility is entire flow and variable options input to flow

    Thanks
    Pranit


    #Unsure/Other

    ------------------------------
    Pranit Singh
    ------------------------------


  • 2.  RE: Triggers
    Best Answer

    Posted 03-24-2025 18:52
    No replies, thread closed.

    Hey there, 

    In your trigger setup, you've got matching multiple conditions. So, you're essentially telling this to only fire if status = all of those. Which won't happen. 

    As an example I use "presence.presenceDefinition.systemPresence" exists TRUE. 

    This will then fire off each time, and I can use the workflow to then in a switch do things like ToString(Flow.jsonData.presence.presenceDefinition.systemPresence) == "BREAK" and follow the needed path



    ------------------------------
    Lawrence Drayton
    ------------------------------



  • 3.  RE: Triggers

    Posted 03-30-2025 19:11
    No replies, thread closed.

    Hello Lawrence 

    Thanks for your reply.

    Thanks

    Pranit



    ------------------------------
    Pranit Singh
    ------------------------------