How to notify the requestor for/ end user when request is pending for approval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 10:16 PM
HI Team,
can we notify requestor for /end user with whom the approval is pending in one mail
Please advice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 10:22 PM
you can send reminder notification to them
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
12-16-2024 10:30 PM
Thanks for quick response
could you please share steps to build remainder notification using schedule job or any other
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2024 11:10 PM
check these links
- https://www.youtube.com/watch?v=hVctTUMWIcs
- https://www.youtube.com/watch?v=zsY0JyVBPz4
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
12-16-2024 11:05 PM
Yes, you can send a reminder notification to both the requestor and the end user in ServiceNow when an approval is pending. To achieve this, you need to set up a notification or workflow in ServiceNow that triggers when the approval process is in a pending state
Here's a overview of how to set it up:
- Create/Modify Notification: Go to System Notification > Email > Notifications to create or modify an approval-related notification.
- Set Condition: Trigger the notification when the approval state is "Pending."
- Configure Recipients: Set the requestor’s email (${requestor.email}) and end user’s email (${assigned_to.email}) as recipients.
- Customize Content: Personalize the email with request details.
- Set Reminder (Optional): Use a Scheduled Job to send reminders at regular intervals (e.g., daily, weekly).
Kindly mark the comment as a correct answer and helpful if it helps to solve your problem.