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 many ways you can trigger email notification?

manojpanda
Giga Contributor

How many ways you can trigger email notification?

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

When you get down to the technical end of things, there are only two ways to trigger a notification. By record update/insert, or by an event.



WHERE you trigger the event is up to you, but it's going be somewhere in a server side script... UI Action, business rule, workflow script, script include, etc.



Docs: Notifications


Docs: Links to records in email notifications


Docs: Create an event


View solution in original post

15 REPLIES 15

RiteshSwarnakar
Giga Guru

Till Utah Release there are 7 different ways I can think of:


1] Manually Send Email from a Record

RiteshSwarnakar_0-1685241034918.png


2] Notification -> Event is fired
3] Notification -> Record inserted or updated
4] Workflow Activity -> Notification
5] Flow Action -> Send Email

6] Flow Action -> Send Notification

7] Using GlideEmailOutbound API (Server-Side)