Approval Reminder Notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2024 07:54 PM
Hi,
I need to send an email reminder notification daily for only one request item in ServiceNow. Also, I need to attach all the approvals pending in one notification and need to send the reminder notification. How can I achieve it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 11:44 PM
Refer to this Article
https://www.servicenow.com/community/developer-forum/pending-approval-reminder/m-p/1693343
Check this Solutions and let me know if you need any help
Regards,
Shyamkumar
Regards,
Shyamkumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2024 11:55 PM
You can create a flow which runs everyday, create an event and trigger that to launch the notification.
You can loop through the pending approvals and send that in the notification
Aman Kumar