How to set CC with scheduled report

Lidi2115
Tera Contributor

Hi,

Is it possible to CC sender with scheduled email of report content?

find_real_file.png

All emails are for "to" only.
I also wanted it to be CC and if possible Bcc (Cco).
 
5 REPLIES 5

Nishu Saini
Kilo Guru
Hi lidi It can't be done directly. You need to write a mail script code to do so. email. addAddress("cc", "abc@example.com","abc@example.com"); By putting correct email ID there. Refer complete process from below link https://community.servicenow.com/community?id=community_question&sys_id=56434fe1dbd8dbc01dcaf3231f9619d1 Mark helpful if applicable ????

HI Lidi,

 

Please mark helpful/correct if applicable. It will help future readers.

 

Thanks and Regards

Nishu

Viraj Hudlikar
Tera Sage
Tera Sage

Hi,

refer to below links:

https://community.servicenow.com/community?id=community_question&sys_id=64194948dbafbc102454e6be1396191a

https://community.servicenow.com/community?id=community_question&sys_id=56434fe1dbd8dbc01dcaf3231f9619d1


Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.

Thanks & Regards,
Viraj Hudlikar.

janaki_r
Tera Contributor

The recipients to be configured in CC/BCC can be scripted in an email script and the email script can be embedded in the email body of the report.

Scheduled Report:

janaki_r_0-1708601821049.png

Email Script:

janaki_r_1-1708601975985.png