Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to trigger an event from flow designer for HR case?

Deepika61
Tera Contributor

Hi All,

Actually i have created a flow designer for approval for case, when ever case created it goes manager approval, when ever it rejected i need to send an email notification to user?

 

So need to trigger event from flow?

Please help me to complete this 

 

Thanks 

Deepika

 

7 REPLIES 7

Hi @Deepika61 ,

 

When u say unable to select means is it not editable or the event which u created is not available in the list?

 

Thanks,

Danish

 

@Danish Bhairag2 

its editable only, but i can't find the event which is ootb , the list which appears it does shows that event

Peter Bodelier
Giga Sage

Hi @Deepika61,

 

There are 2 OOTB ways to send email from flows:

 

Use notifications with Send when = Triggered

PeterBodelier_0-1697614159781.png

 

Create the email directly in the flow.

PeterBodelier_1-1697614182979.png

 

If you want to send notifications using events, you will have to create a custom action, with which you can fire events using gs.eventQueue()


Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.