- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2019 01:11 AM
How to add CC into the workflow notification?
Can anyone please help me in this?
Thanks In Advance
Nivedita
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2019 01:14 AM
Hi,
use the following mail script in workflow notification activity message to achieve that:
<html>
<body>
<mail_script>
email.addAddress("cc","test@test.com");
</mail_script>
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2019 01:14 AM
Hi,
use the following mail script in workflow notification activity message to achieve that:
<html>
<body>
<mail_script>
email.addAddress("cc","test@test.com");
</mail_script>
If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2019 01:24 AM
Hello Alberto,
Thanks for your quick response but I have done the same thing in dev instance. I have done the testing as well with this below code but notification is not triggered to the CC mail address.
Please find the below code :
Can you please correct me if I am doing something wrong?
Regards,
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2019 01:15 AM
Hi,
Follow the below link
https://community.servicenow.com/community?id=community_question&sys_id=8eaac72ddb5cdbc01dcaf3231f9619a1
mark it as correct/helpful,if you find it helpful.
Regards,
Ragini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2019 01:27 AM
Hello Ragini,
I have done the same thing that is mentioned in the document but still my testing is not successful. It didn't triggered any notification to the CC mail address.
Regards,
Nivedita