Legacy Dev Forum Posts

 View Only

Sign Up

How to Call Data Action from Evaluation Form

  • 1.  How to Call Data Action from Evaluation Form

    Posted 06-05-2025 18:46

    MHuseinNasution | 2024-10-15 03:10:28 UTC | #1

    Hi

    I want to call a Data Action when the supervisor has completed filling out the Evaluation Form. I want to send the Total score and the Evaluator Comments. How can I do this, and is it possible?


    Jason_Mathison | 2024-11-01 18:50:53 UTC | #2

    You might be able to do this with a "Trigger". Documentation for triggers is here: https://developer.genesys.cloud/platform/process-automation/

    You could configure a trigger to listen to the v2.quality.evaluations topic. You can see the schema for that topic here: https://developer.genesys.cloud/notificationsalerts/notifications/available-topics

    Once that trigger fires, it will launch an architect workflow. In that workflow you could call your data action to send the total score and comments.

    --Jason


    MHuseinNasution | 2024-11-02 02:42:49 UTC | #3

    Ji Jason

    Thanks

    I have done using this , is it we can use trigger in GC1 & GC2 ? And any way is any available topic for when user logout ?

    Regards

    Husein Nasution


    Jason_Mathison | 2024-11-04 13:50:16 UTC | #4

    It appears that you can create triggers with GC1 or GC2 licenses: https://help.mypurecloud.com/articles/requirements-for-triggers/

    You might be able to create a trigger that watches for "offline" with one of these topics: v2.users.{id}.presence v2.users.{id}.activity Those are likely to be very busy topics, and could easily cause duplicate triggers to fire, so you will need to be careful with how much processing you do with each one.

    --Jason


    MHuseinNasution | 2024-11-25 11:27:33 UTC | #5

    Hi Jason

    Is the config like this


    system | 2024-12-26 11:28:02 UTC | #6

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 29868