how to create email rule so that if any ticket or change is assigned to Team A it should go to a particular email or DL they have ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-30-2022 03:14 PM
Hi Need help
how to create email rule so that if any ticket or change is assigned to Team A it should go to a particular email or DL they have ?
Manager of Team A has asked us to configure all; alerts from service now to come to a particular email or DL for his team
Right now it goes to old DL which has members from other teams however he wants a dedicated new DL for his team to get snow alerts e.g if any ticket is assigned to them or change pending their approval
We will create new email distribution list in outlook however how to configure it in SNOW?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-30-2022 09:59 PM
Can you tell me that the assignment group will be changed after the record is submitted or it will take by default?
Cheers..!āØ
Happy Learning:)
āØTushar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-30-2022 10:26 PM
Hello Karan,
As you asked I have tried something for your reference.
I have worked on Table - sc_req_item
- Create an event registry
2. Create a BR Like the below SS
Write the below code in the advanced section to trigger a particular event
(function executeRule(current, previous /*null when async*/) {
gs.eventQueue('EMAIL_to_particular_group',current,'','');
})(current, previous);
3. Create the Notification (below ss)
For sending to the particular user & Group add them in the who will receive section(I have done this to send both group people & user, you can follow your own way).
lastly, You can write the email body of your choice.
The above scenario will work once the RITM is submitted & the assignment group will be changed to your req.(give the same group in BR Condition).
I have tested on my PDI & working as expected. You can make changes according to your req.
Mark it as helpful or correct, If Applicable
Cheers..!
Happy Learning:)
Tushar
Cheers..!āØ
Happy Learning:)
āØTushar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā03-31-2022 07:33 PM
Thanks Tushar for your help , i will try this and get to you . appreciate it

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-01-2022 06:12 PM
Sure karan
Cheers..!āØ
Happy Learning:)
āØTushar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā04-03-2022 06:54 PM
Hello Karan,
If my response helped, please mark it correct and close the thread so that it benefits Others.
Cheers..!
Happy Learning:)
Tushar
Cheers..!āØ
Happy Learning:)
āØTushar