Which is better for notifications Business rules based events or automation workflows?

Navaneeth1
Tera Guru

I have a requirement to notify users when a new comment has been made on an incident, an incident has been updated or an incident has been closed.

which among the following methods is better for sending email notifications to users for the above-mentioned case:

1. create flow designer automation workflows that will notify the users by sending emails

2. create notification events and use business rules to trigger these events

1 ACCEPTED SOLUTION

SANDEEP28
Mega Sage

@Navaneeth1 You should go with flow designer approach. Flow designer is simple to use and easy to configure. Servicenow is recommending to go with flow designer only for any new configurations. In flow designer you have built-in Actions which you can make use of. You don't have to code much in flow designer.

 

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!

View solution in original post

2 REPLIES 2

SANDEEP28
Mega Sage

@Navaneeth1 You should go with flow designer approach. Flow designer is simple to use and easy to configure. Servicenow is recommending to go with flow designer only for any new configurations. In flow designer you have built-in Actions which you can make use of. You don't have to code much in flow designer.

 

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Navaneeth1 

 

Flow Designer is best for this, the reason is

- A new and enhanced functionality

- Error Block ( Try /Catch)

- Go to Option

- Subflows can be called

- Easy to test and debug.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************