Email cc user to add in incident watchlist

Research
Tera Guru

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.

Research_0-1692200017554.png

 

2 ACCEPTED SOLUTIONS

Sonam Tiwari
Tera Guru

@Research ,

 

In the inbound email action script you can get the cc'ed users using email.copied -

email.copiedContains 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.

 

View solution in original post

Eswar Chappa
Mega Sage
Mega Sage

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 ***

 

View solution in original post

2 REPLIES 2

Sonam Tiwari
Tera Guru

@Research ,

 

In the inbound email action script you can get the cc'ed users using email.copied -

email.copiedContains 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.

 

Eswar Chappa
Mega Sage
Mega Sage

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 ***