Learning: Send email via event from Flow Designer in ServiceNow.

Shamma Negi
Kilo Sage
Kilo Sage

1. If you want to fire event there is no OOB action for it. So, you have to create one. I will share one dynamic way of creation create an event action which can be used in any flow.

 

Input Step:

ShammaSalhotra_0-1685349532673.png

 

 

Script Step:

 

 

ShammaSalhotra_2-1685349568141.png

 

 

This way you can trigger event by passing the dynamic parameter.

Hope this helps!

 

Regards,

Shamma

Regards,Shamma Negi
2 REPLIES 2

gjz
Mega Sage

Shamma,

 

Have you tried this action?  If so, what do you pass as a value for the record?  Per the documentation reference for eventQueue, the record should be an object, not a string.

Yes, it is the same here also. I am passing the trigger record here in record. So here you can pass any record from any action.

 

Regards,

Shamma

Regards,Shamma Negi