Salesforce Dictionary - Free Salesforce GlossarySalesforce Dictionary
DictionaryEEmail Template
MarketingBeginner

Email Template

A preformatted email layout in Salesforce that can include merge fields, letterheads, and formatting to standardize outgoing communications sent through workflows, approval processes, or manual actions.

§ 01

Definition

A preformatted email layout in Salesforce that can include merge fields, letterheads, and formatting to standardize outgoing communications sent through workflows, approval processes, or manual actions.

§ 02

In plain English

👋 Study buddy

An Email Template is a preformatted email layout you create in Salesforce. It can include merge fields, letterheads, and formatting, so you don't have to type the same email over and over. Templates are used by automation, approval emails, and manual sends.

§ 03

Worked example

scenario · real-world use

An admin at Glenmoor Insurance creates an Email Template called "Claim Confirmation" with the customer's name, claim number, claim type, and next steps as merge fields, all inside the company's Letterhead. When a Workflow Rule fires on Case creation, an Email Alert uses the Email Template to send a personalized but consistently-branded email to the customer. The same Email Template is used for manual sends from agents and for automated batch communications. Without Email Templates, the same emails would either be hand-typed (with typos and inconsistency) or hardcoded into Apex (rigid).

§ 04

Why Email Template matters

An Email Template in Salesforce is a preformatted email layout that includes merge fields (which insert record data into the email), letterheads (branded headers and footers), and formatting (HTML or plain text). Templates standardize outgoing communications and let users send personalized emails quickly without retyping content. They're used by Email Alerts in automation, approval request emails, manual emails sent from records, and other email-sending features.

Email Templates come in several types: Classic Email Templates (the older format, supporting text, HTML, custom HTML, and Visualforce variants), Lightning Email Templates (the modern format, with a richer editor and better mobile support), and Marketing Cloud email templates (a separate concept with their own structure). For most modern Salesforce work, Lightning Email Templates are the right choice. Good templates significantly improve outgoing communication quality and consistency, especially for high-volume scenarios like sales follow-ups and customer service responses.

§ 05

How to set up Email Template

Email Templates are the reusable email bodies that sales, service, and Apex can drop into outbound messages. Lightning Email Templates and Classic Email Templates are different objects with different setup paths — pick the one that matches your email composer.

  1. Decide: Lightning or Classic?

    Lightning Email Templates work in the Lightning Email Composer (Sales/Service Console). Classic Email Templates work in Apex SingleEmailMessage and Workflow email alerts. Most orgs need both.

  2. For Lightning: open the Email Templates tab

    App Launcher → Email Templates → New Email Template. (Lightning templates are stored as records, not Setup metadata.)

  3. For Classic: open Setup → Email Templates

    Setup → Email Templates → New Template. Pick Text, HTML (with Letterhead), Custom HTML, or Visualforce.

  4. Enter Name and Description

    Name shows up in template pickers. Description helps fellow admins understand when to use which template.

  5. Pick Related Entity Type

    Constrains which merge fields are available — Contact, Lead, Opportunity, etc. Pick the object whose data the template needs.

  6. Compose Subject and Body

    Use the merge-field picker to insert dynamic data. Test with the Send Test and Verify Merge Fields button (Classic) or the Preview pane (Lightning).

  7. Save

    Save and (Classic only) tick "Available For Use" to make it selectable in the composer.

Key options
Lightning vs Classicremember

Different objects, different storage, different composers. Lightning templates are records (sharable like any record). Classic templates are Setup metadata (deployable via change set).

Related Entity Typeremember

Drives the available merge fields. Pick the object the email is *about* — if it's a Case email, pick Case so you can merge {!Case.CaseNumber}.

Folder / Sharingremember

Both kinds use folders. Lightning templates also follow regular sharing rules; Classic templates are governed by folder access.

Available For Use (Classic)remember

The Classic checkbox that controls whether the template appears in pickers. Off by default — easy to miss.

Gotchas
  • Lightning Email Templates can't be sent from Classic email composers, and vice versa. If you're migrating, you'll likely maintain both for a while.
  • Merge field syntax differs: Lightning uses `{{{Recipient.Name}}}` (triple-brace, Handlebars-style); Classic uses `{!Contact.Name}`. Don't copy-paste between them.
  • HTML templates with Letterheads only work in Classic. Lightning HTML templates use a built-in editor with limited inline-style support — test render in Outlook, Gmail, and Apple Mail before launch.
§ 06

How organizations use Email Template

Cobalt Ventures

Built a library of Lightning Email Templates for their sales team covering common scenarios (intro, follow-up, proposal, closing). Reps personalize and send in seconds instead of writing from scratch.

NovaScale

Uses Email Templates with merge fields throughout their automation workflows so notifications include relevant record context automatically.

Vertex Global

Standardized on Lightning Email Templates after migrating from Classic. The richer editor and mobile support produced better-looking emails.

§

Trust & references

Official documentation

Straight from the source - Salesforce's reference material on Email Template.

Was this entry helpful?
Help us write better definitions. Quick reactions or detailed edit suggestions.
§

Test your knowledge

Q1. What is an Email Template?

Q2. What's the modern email template format?

Q3. What do merge fields do in templates?

§

Discussion

Loading…

Loading discussion…