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.

Send email to external email address when request item is created

MMKK
Tera Expert

Hi All,

I have a requirement where if a user is creating a request then it should send an email to one external email address.

How to accomplish this, plese help.

1 ACCEPTED SOLUTION

check ur email spam.. because i also tested and it came in my gmail spam

View solution in original post

8 REPLIES 8

Harsh Vardhan
Giga Patron

are you creating request by using catalog item? if yes then i think you have workflow?

you can either use notification activity in workflow to trigger the fortification ( just use external email in "email box" ( refer the screenshot below. )

 

find_real_file.png

or you can simply create a notification on table level.

 

refer the doc link below.

 

CreateANotification

 

 

MMKK
Tera Expert

If I simply create a notification at table level., i should be using a event trigger right? Is there any possibility that Servicenow sends email to some other email boxes like gmail etc...

either you can use event based notification or record based operation ( see the screenshot below).

 

find_real_file.png

 

yes you can send email to gmail..

 

find_real_file.png

eg: if you have some users who's email id gmail in your user record then you can simply select those users.

 

adding email in email field will also work.

eg:

 

find_real_file.png

 

find_real_file.png