- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 05:45 AM
In MIMP, Hourly Update notifications to stake holders are being sent as separate emails currently, but I want to sent as single mail thread from start to end. How should I configure this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 03:12 PM
In this case, first, you need to remove or deactivate the OOTB (Out of the Box) notification, which could be causing the issue. Second, you would need to run a loop to get all updates from start to end, capture them in chronological order, and then send the email.
However, I recommend not going down that route. It’s better to delay the notification timing and send it at regular intervals instead.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 03:12 PM
In this case, first, you need to remove or deactivate the OOTB (Out of the Box) notification, which could be causing the issue. Second, you would need to run a loop to get all updates from start to end, capture them in chronological order, and then send the email.
However, I recommend not going down that route. It’s better to delay the notification timing and send it at regular intervals instead.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2025 10:22 PM
Hi @Atul Gupta ,
Business want to send emails in loop, in communication plan, we are using Email client script, not notification, so how can I configure, so that they can send mails in loop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2025 06:45 AM
I don't think this is an easy or quick solution, because you’re using the email client. Even if we define the template, the issue is that we would need to read all the logs for the incident, then add them to the email client and send it, which requires a lot of customization. Practically, this isn’t a feasible solution. It’s better to use and educate users on the out-of-the-box MIM notifications.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************