Approval notification reminder
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 01:29 AM
I have created a catalog item and for that I have attached a flow in that flow I'm asking for approval.
My requirement is if the approval is not yet approved and it has been 3 days send reminder to approver once and if it is again not yet approved after 5 days send notification to higherTeam send 2 notification to higherTeam every 3 days.
Any help how can I achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 01:42 AM
Hi Akki
For sending reminder emails, you should create a flow designer with schedule as trigger or write a scheduled job.
Check below post which is a similar requirement, try and let us know if you're stuck.
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 01:52 AM
Hi,
You could trigger a flow when the RITM state changes to 'Waiting Approval'.
Place a wait condition for 3 days then an If condition to check the state is still 'Waiting Approval'.
Place a notification action, then another wait condition.
There's an extra step 3 in the one below to make all notifications trigger at the same time but you don't need this.
Also use a schedule with the Wait Condition so weekends / holidays are excluded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 02:07 AM
But I need only for one catalog item which already has flow attached asking for approval.Then how to achieve it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2022 03:56 AM
A condition in your trigger.