Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
Full Workflow Email Alert entry
How-to guide

Create a reusable email alert in Setup

Email alerts are created once and then reused by rules, approvals, and flows. Here is how to build one in Setup so a flow or approval can call it.

By Dipojjal Chakrabarti · Founder & Editor, Salesforce DictionaryLast updated Jun 16, 2026

Email alerts are created once and then reused by rules, approvals, and flows. Here is how to build one in Setup so a flow or approval can call it.

  1. Open Email Alerts

    In Setup, enter Email Alerts in Quick Find and select it under Process Automation. Click New Email Alert.

  2. Name it and pick the object

    Give the alert a clear description and unique name, then choose the object whose records will trigger it. The object decides which merge fields and recipient types are available.

  3. Choose the email template

    Select an existing template that holds the subject and body. The template supplies all message content, so confirm its merge fields match the chosen object.

  4. Set recipients and From

    Add recipient types such as user, role, owner, or a related contact, and up to five extra email addresses. Set the From address to the current user, the default workflow user, or an org-wide address.

  5. Save and wire it up

    Save the alert, then call it from a record-triggered flow Action element (passing $Record) or from an approval process step.

Email Templateremember

The saved template that supplies the subject and body; the alert holds no text of its own.

Recipient Typeremember

How recipients are chosen: user, role, role and subordinates, public group, owner, or a related user/contact field.

Additional Emailsremember

Up to five free-form addresses, each counting separately against the daily email alert limit.

From Email Addressremember

The sender identity: current user, default workflow user, or a verified org-wide email address.

Gotchas
  • Each recipient and CC address counts as one email against the 1,000-per-license daily cap; large data loads can exhaust it silently with no retry.
  • The alert stores no body text. If the referenced template is changed or deleted, every alert and flow using it is affected at once.
  • Workflow Rules that trigger alerts are out of support since 31 December 2025; rebuild the trigger in a flow and reuse the alert rather than leaving it on a rule.

See the full Workflow Email Alert entry

Workflow Email Alert includes the definition, worked example, deep dive, related terms, and a quiz.