- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 11:53 PM
Hello,
Can someone help me how to add cc in the response mail to servicenow .
I have an mail script which forms a link like below:
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 11:57 PM
Hi Shina,
You can do it like this:
var link = 'mailto:'+ emailAddress +'?cc=' + ccAddress + '&subject= Re:' + number + ' - verify res&body=Resolved' + email.watermark;
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 11:57 PM
Hi Shina,
You can do it like this:
var link = 'mailto:'+ emailAddress +'?cc=' + ccAddress + '&subject= Re:' + number + ' - verify res&body=Resolved' + email.watermark;
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.