Add CC receipient within the notification possible?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2017 07:39 AM
Hi there,
any idea how to add a for example the the manager to the cc of an email notification (using the normal email notifications ...).
I wonder why this is not available OOB (also BCC).
Thank you
- Labels:
-
Best Practices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2017 07:57 AM
You may have to email script to do this.
//email.addAddress(type, address, displayname);
email.addAddress("cc", "john.copy@example.com","John Roberts");
email.addAddress("bcc", "john.secret@example.com","John Roberts");
Scripting for Email Notifications - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2019 04:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2017 08:01 AM
Hi,
Please check below mention post for the solution of your problem. It can be done by notification script.
How to add CC or BCC in email notification?
Adding CC in email notification from event parameter
Multiple CC Person, through workflow
Depending upon your requirement you can check the thread.
Mark Correct if it solved your issue or hit Like and Helpful if you find my response worthy.
Thanks,
Shruti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2017 09:46 AM
Hi,
The method for doing so is available in Service Docs itself. Please refer section 4.5 in the below link to configure the same:
Scripting for Email Notifications - ServiceNow Wiki
Hope this helps.Mark the answer as correct/helpful based on impact.
Regards,
Shloke
Regards,
Shloke