Create a business rule who activate after update incident to send notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 07:03 AM
Hello im new to servicenow an training, i try to create a business rule who activate in incident when it is resolved send notification to the caller

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 08:11 AM
Take a look at this post, it has some very helpful info on how to use an Event to fire a notification that you set up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 08:13 AM - edited ‎08-06-2024 08:15 AM
Hi @MalikB,
No business rule is required here. Notifications as they're termed in ServiceNow (aka Emails) can be triggered and sent using a condition builder. There is in fact already a notification that is sent upon Incident Resolution for you Out of The Box.
(Make sure it's active (Active flag set to true) if you don't already see it being sent)
In the Naivigation menu, type 'Notifications'. Click on the link under 'Email'.
Here you can search for the notication called: 'Incident resolved'.
Let me know if you have any questions.
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.


Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 09:18 AM
Hi @MalikB ,
There are multiple ways to trigger notification when incident changed to resolved. Using Business rule and generating events ,when record Inserted(or) updated , workflows , flows.
Please refer below thread:
Please verify some OOB notifications in PDI instance.
Please mark as helpful/correct if it helps.