Group Email

Tarasingh26
Tera Expert

Hi All,

 

I have requirement to send email notification to servicenow group members. That group does not have group email. 

I need to keep that group in CC. how this can be achieved. Please share the solution if someone has implemented same kind of scenario.

 

Thanks,

Tara Singh

7 REPLIES 7

@Tarasingh26 

 

Can you try this once, instead of pushing the email address in the list try this:


email.addAddress('cc', 'SYS_ID_OF_GROUP');

Thanks for reply.

In CC field now sys id is coming with this statement. Will it trigger email to group members?

 


email.addAddress('cc', 'SYS_ID_OF_GROUP');

 

Yes please

 

If my answer solved your issue, please mark my answer as  Correct & 👍Helpful based on the Impact.