About Notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
I have an issue that needs to be resolved: When creating a new notification in System Notification -> Notifications, is it only possible to configure the recipient but not the CC (carbon copy) recipient? I would like to set both the recipient and the CC recipient. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Refer below and create notifications via email scripts
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0858325
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
You can go through below documentation if you have not used email scripts in the past. It will explain you in simpler way than documentation
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
you can't set CC directly at notification level.
You need to use email script and add that email script to your email body and then include CC
check this link on how it can be done
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
You can configure both the primary recipient and CC recipients in ServiceNow notifications, but CC is not directly available in the standard notification UI. You will need to use an Email Script to add CC recipients.
To include CC recipients, you’ll need to use an Email Script. Here’s how:
1. Create an Email Script
Go to: System Notification → Email Scripts Create a new script like this:
2. Attach the Script to Your Notification
In the "What it will contain" tab of your notification:
Add this line to the message body:
3. Verify CC Behavior
After sending, check the Email Log (System Mailboxes → Email → Sent) Add the "Copied" field to the form layout to see who was CC’d.
Mark Correct or Helpful if it helps.