- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2023 08:37 AM
Hi
How to Achieve Email cc users to copy in Incident WatchList
Please can any one guide me on this.
when a mail recieved to instance, along with Email CC users
those CC users to add directly in Incident Watch List.
Please help me
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2023 07:53 AM
In the inbound email action script you can get the cc'ed users using email.copied -
email.copied | Contains a comma-separated list of email addresses in the Cc: box. |
- SN Docs
Then get those users matching the email from sys_user and add them to the watchlist there.
I believe it can be easier with inbound email flow. Haven't tested though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2023 08:26 AM - edited 08-19-2023 08:28 AM
Hi @Research below Post will explain you the same in detail manner
https://www.reddit.com/r/servicenow/comments/tacf13/adding_ccd_users_to_watchlist/
Cheers, hope that helps
Eswar Chappa
*** Please mark as "Correct" or "Helpful" as appropriate ***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2023 07:53 AM
In the inbound email action script you can get the cc'ed users using email.copied -
email.copied | Contains a comma-separated list of email addresses in the Cc: box. |
- SN Docs
Then get those users matching the email from sys_user and add them to the watchlist there.
I believe it can be easier with inbound email flow. Haven't tested though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2023 08:26 AM - edited 08-19-2023 08:28 AM
Hi @Research below Post will explain you the same in detail manner
https://www.reddit.com/r/servicenow/comments/tacf13/adding_ccd_users_to_watchlist/
Cheers, hope that helps
Eswar Chappa
*** Please mark as "Correct" or "Helpful" as appropriate ***