Call Notification in Flow Designer

Saib1
Tera Guru

Hi ,

 

For learning purpose:

How to call Notification in flow designer?

 

Actual Requirement:

 

Just created the Notification 

 

Need to trigger the notification in flow designer?

3 REPLIES 3

Vasantharajan N
Giga Sage
Giga Sage

if your notification is using event to trigger then please create a custom action same as given below and use it in the flow to trigger your notification.

gs.eventQueue("event_name","GlideRecordObject",Param1, parm2); 

Param1 & 2 are optional parameters. Hence if required you can use it or ignore.

VasantharajanN_0-1671103152935.png

 


Thanks & Regards,
Vasanth

@Vasantharajan N - I dont have event . I have only notification record which i created .

then only the way to trigger your notification is to make changes to the table records on which you created the notification,  that meets the condition you define in your notification.

 

For example the below email notification to get trigger then we need to have the logic in flow to make additional comments to incident record which meets the condition defined in the email notification. 

VasantharajanN_0-1671110777458.png

 


Thanks & Regards,
Vasanth