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

Triggered means it is tied to a Flow Designer Action Step. This is more recent than the response I gave two years ago (pre-Flow Designer).

See the "Send When" field description about 25% down the page here:

Create an email notification

It has a link to this page:

Notification step

As of this point, I have not experimented with this method of notifications yet, but it sounds interesting (and likely better than embedding your notifications in the Flow.) I'll have to explore.

"Triggered" is a notification which is called from a Flow in Flow Designer.

Hello Chuck How to send multiple values from script include to the email notification. Let us say we have to send 5 to 6 values. Also I am currently using gs.eventQueue()

Thanks

Hi Chuck,

Can't you just eliminate email notification and notification, and have just a New Event trigger alert communication to the business?

 

Thanks

Everett

Jaspal Singh
Mega Patron
Mega Patron

Hi Manmat,



Notifications can be triggered by below 2 ways



1. Events


2. Directly from Notification module.



Also, you may find link Email Notifications - ServiceNow Wiki   helpful.