Accelerate Approvals with Reminders
Tutorial
This quick automation walks you through the process of setting up approval reminders with the Moveworks API and ServiceNow Flow Designer tool.
User Experience
Architecture
Download the Update Set
Skip Manual Implementation! Just download this update set and upload it into your ServiceNow Environment!
Implementation Steps
- Install our Moveworks API SDK for ServiceNow
- Make sure to install the Flow Designer Action Update Set
- Head to the Flow Designer tool on ServiceNow’s sidebar
- In the Flow Designer, create a new Flow
- Please name the Flow as you like, we will name it Moveworks Approval Reminder
- For the Trigger
- Set the Trigger field to Created
- Set the Table field to the Approval [sysapproval_approver table
- Set the condition to State is Requested
- To set up the Actions Add a Do the following until flow in the Flow Logic tab
- Set up the Condition to stop until the state of the approval record is not Requested
- Add a Wait for a duration of time flow logic under the Do the following until flow logic and set it to 168 hours (7 days)
- Add an If flow logic after the Wait flow logic to check if the approval record is still in the Requested state
- Add a Moveworks Send Message Action to the If logic if the condition is met
- Set up the recipient
- The recipient will be the approval record approver’s email
- Setup the message you would like to send the approver
- Set up the recipient
- Your Flow should look like this:
- Activate the flow in top right corner by clicking Activate