Definition
A Scheduled Action in Salesforce is a time-based automated action that executes at a specified interval before or after a trigger event, such as a record creation date or a field value change. Used within Flow Builder and previously in Process Builder and Workflow Rules, scheduled actions enable administrators to automate follow-ups, reminders, escalations, and other time-sensitive business processes without writing code.
Real-World Example
A real estate company configures a Scheduled Action in Flow Builder for their lead follow-up process. When a new lead submits an inquiry through the website, the flow creates the Lead record immediately and schedules three actions: an automated welcome email sent 1 hour later, a task assigned to the sales rep 24 hours later to make a phone call, and an escalation email to the sales manager if the lead status has not changed after 72 hours.
Why Scheduled Action Matters
Scheduled Actions are a core building block of time-based automation in Salesforce. They allow administrators to define actions that fire at a specific time relative to a record event — for example, 3 days after an Opportunity close date, 1 hour before a meeting, or 7 days after a Case is created. This time-based execution model is essential for business processes that require follow-up, nurturing, or escalation workflows.
In modern Salesforce development, Scheduled Actions are implemented through Scheduled-Triggered Flows and Scheduled Paths within Record-Triggered Flows. These replace the legacy Workflow Rule time triggers and Process Builder scheduled actions. Flow-based scheduled actions offer greater flexibility, support complex branching logic, and can be monitored and debugged through Flow Interviews, making them more maintainable and powerful than their predecessors.
How Organizations Use Scheduled Action
- •Pinnacle Corp — Uses scheduled actions in their renewal process. Sixty days before a contract end date, a task is created for the account manager to begin renewal discussions. At thirty days, an automated email goes to the customer with renewal options. At seven days, if the contract status has not changed, the case is escalated to the renewals manager.
- •Cyberdyne Co — Configured scheduled actions for their onboarding workflow. After a new customer's first login, the system waits 48 hours and checks whether the customer has completed their profile setup. If not, it sends a helpful reminder email with step-by-step instructions and creates a follow-up task for the customer success team.
- •Vandelay Industries — Implemented a lead nurturing sequence using scheduled actions. When a lead downloads a whitepaper, the flow schedules a follow-up email three days later with related content, another email seven days later with a case study, and a task for the sales rep at fourteen days to make direct outreach.
