Apex Aide apexaide

How to Send Reminder Email to Approver in Salesforce Flow (Step-by-Step Guide)

Salesforce FAQs· ·Intermediate ·Admin ·9 min read
Summary

This guide walks through setting up a Salesforce Flow that automatically sends reminder emails to approvers when approval requests remain pending near a critical date, such as salary day. It solves the common issue of delayed approvals by leveraging a scheduled triggered Flow to check pending approval records daily and send notifications proactively. The article details how to access approval process details, retrieve approver emails, create formula resources for timing logic, and configure email templates and actions. Salesforce admins can build this declarative solution without code to enhance approval compliance and streamline business processes.

Takeaways
  • Use a Scheduled Trigger Flow to check for pending approval requests daily.
  • Retrieve approver email addresses via Process Instance and Process Instance Step objects.
  • Create a formula resource to detect the specific reminder send date.
  • Send Email actions use text templates for subject and body to automate reminders.
  • Debug and activate flows after saving to ensure error-free operation.

In Salesforce, approval processes are widely used to manage record approvals. However, one common problem is that approvers sometimes forget to approve requests on time. To solve this issue, we can send reminder emails automatically using Salesforce Flow. In Salesforce, when we send a record for approval, such as a reimbursement or leave request, the approver sometimes forgets to take action, and the request stays pending for a long time. To avoid this, we want to automatically send a reminder email to the approver if the request is still pending 2 days before the salary day or the employee’s leave date. In this article, we will learn about how to send a reminder email to the approver using Salesforce Flow. What is the Approval Process in Salesforce? The Approval Process in Salesforce automates how records are approved in your organization.

Flow BuilderDeclarative vs ProgrammaticSalesforce Flows TutorialsSend Reminder Email to Approver Using Salesforce Flow