Group Email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 12:21 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 03:47 AM
Can you try this once, instead of pushing the email address in the list try this:
email.addAddress('cc', 'SYS_ID_OF_GROUP');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 04:06 AM
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');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2024 04:16 AM
Yes please
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.