Difference: e-mail action in a workflow and raising event in workflow to send e-mail notification.

ChetanT38862099
Tera Contributor

Hello,

I'm new to ServiceNow.

I am wondering about when to use an e-mail action in a workflow and when to raise an event in a workflow so that the event can be handled in e-mail notification.

Which method is efficient and when?

Kind regards,

Chetan.

 

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @ChetanT38862099 

 

Both are 2 different things

 

e-mail action in a Flow -- It is used to send when you send an email which is not configured in notification tabel.

https://docs.servicenow.com/bundle/washingtondc-build-workflows/page/administer/flow-designer/refere...

 

 

when to raise an event in a workflow : It is used when we want an event, like SLA reached 50% or 75%.

 

*************************************************************************************************************
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]

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

View solution in original post

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @ChetanT38862099 

 

Both are 2 different things

 

e-mail action in a Flow -- It is used to send when you send an email which is not configured in notification tabel.

https://docs.servicenow.com/bundle/washingtondc-build-workflows/page/administer/flow-designer/refere...

 

 

when to raise an event in a workflow : It is used when we want an event, like SLA reached 50% or 75%.

 

*************************************************************************************************************
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]

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

ChetanT38862099
Tera Contributor

Hi Atul!

 

Thank you for the update.

 

Regards,

Chetan.