- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 02:56 AM
Hi Team,
we are sending notification when state changes to pending and now Reminder mail should be sent alternative days for requestor for tickets which are pending status before the auto closure of tickets.
please suggest
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2025 07:56 AM
Hello @vamshi2,
In my case, I am using 3 notifications. But if you prefer using one notification.
You can fire an event instead of Notification. Please follow below steps:
- Create an event from your Event registry from
System Policy > Events > Registry (I am naming it event_name in this example) - Adjust the trigger on the notification so that the trigger is based on your event and select the event you created (event_name)
- Recipient should be Event parameter 1 ("Who will receive" section)
- On your Flow, use "Fire Event" Flow Action instead of "Send Notification"
Drag and Drop your record from the trigger to the Record field
Set the recipient in "Parameter 1" (Examples: requested_for, caller ....)
Set the number of days in "Parameter 2" (Examples: 5, 2 ...) - Back on your Notification content, you can use the following whenever you want to get the number of days:
${event.parm2}
So for the 3 times within your flow, you will be firing the same event (which is triggering the notification) but each time, there would be different second parameter.
I hope this helps!
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 03:02 AM
Hi @vamshi2
"The best and recommended approach is to use Flow Designer:
-
Trigger: Set to run daily.
-
Action: Lookup records.
-
Add Conditions: Define the criteria for selecting records.
-
Logic: Use a For Each loop to process each record.
-
Action: Send an email notification.
Also, what is the Auto Closed Date, and how are you managing it?
You can compare it with the current date and set a difference of 3 to 4 days accordingly.
Please start for example with the following videos:
- https://www.youtube.com/watch?v=hVctTUMWIcs
- https://www.youtube.com/watch?v=zsY0JyVBPz4
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-27-2025 03:11 AM
you can use flow designer for this which runs daily and sends reminder email
check this blog from Ashutosh and enhance as per your requirement
Approval Reminder Using Flow Designer
this link using scheduled job
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 08:14 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2025 03:38 AM
Hello @vamshi2
In the flow designer you need to add wait for timer - 2 days and Send the email - action. Same you can repeat until the condition of closure is met.
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY