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.

Add users to CC'd in email notification

gtk
Mega Sage

I want to add 5 users to be CC'd in email .

I found this in WIKI.service-now.com

cc.JPG

where to include 5 users in notification so that the users will be CC'd in email which is going sent.

5 REPLIES 5

nayanawadhiya1
Kilo Sage

You want "watch list " users on CC??


yes

Rajesh T
Giga Expert

To which notification you wanted to add those users in CC , go to that Email Notifications and


click on 'Show Notification scripts' under Related links and there you can add it .



Thanks,


Rajesh T


Chuck Tomasi
Tera Patron

Create a record under System Notifications> Email> Notification Email Scripts.



Give it a name like add_cc_user



In your notification(s) of choice, you include a line of text:



${mail_script:add_cc_user}



That includes, and runs the mail script.



Scripting for Email Notifications - ServiceNow Wiki


Email Notifications - ServiceNow Wiki