Email Templates
Email Templates
Email Templates
===========================================
By using Email Templates, we can prepare a Draft, which contains the required
subject and the content to be get delivered to the required people based on the
need.
Email Templates are used to notify the people (i.e. Partners, Customers, End Users,
Employees) based on the New Releases into the Market, Festival Seasons, New Year
Greetings, Birthday Wishes, and Upon raising the Cases by the customers.
Once the Email template has been prepared, then we can use the same template to
send to notification to one or more people based on the need.
Note:
Email Templates are also called as "Communication Templates".
All the Email templates will get resides inside the "EmailTemplate" object.
Upon preparing the Email Template, we can make the Email Content as "Static /
Dynamic".
Upon storing the Email Templates, we have to select the Folder, in which the
template should get resides.
3. Custom Folders:
The Administrator / Developer can create their own Application / Module
specific Folders, to store the email templates related to the application / module.
UseCase:
========
Configure an Email Template to Notify the Lead Person upon creating a New
Lead Record.
Subject:
Congratulations..!! Your Lead Record has been created Successfully.
Content:
Dear Prospect,
We are pleased to inform you, that your lead record has been
created successfully for the further communication.
Navigation:
Setup --> Administer --> Communication Templates --> Classic EmailTemplates
1. Click on "New Template" button.
2. Enter the Email Template Name, Description.
3. Select the "Folder" from the Picklist.
4. Select the checkbox "Available for Use".
5. Enter the Email Subject in the Subject Field.
6. Enter the Email Content.
7. Click on "Save" button.
Observation:
It should send the Email Notification to the specified email id with
the specified subject and the content.
Merge Fields:
=============
Merge Field are used to include the selected record content into the email template
upon sending the email notification. So that we can make the Email Subject and
Content Dynamic.
Merge fields can be used in both Email Subject and the Content.
Syntax:
{! <ObjectName>.<FieldName / API Name>}
Ex:
{!Account.ID} {!USer.FirstName} {!
Case.CaseNumber}
{!Account.Name} {!USer.LastName} {!Case.id}
{!Account.Rating} {!USer.Title} {!Case.Priority}
{!Account.Industry} {!USer.Company} {!Case.Status}
{!Account.Active__C} {!USer.USerName} {!Case.ORigin}
UseCase:
========
Configure an Email Template to Notify the Customer Upon raising a New Case.
Subject:
Congratulations {!Case.Contact}..!! Your Case has been registered
successfully. Case No: {!Case.CaseNumber}
Content:
Dear {!Case.Contact},
We are pleased to inform you, that your Case has been registered
successfully.
One of our Service person will contact you shortly and will
resolve the issue ASAP.
Observation:
It should send an email notification to the specified email id, with the
required subject and the content, by including the selected Case record details
inside the email template.
Assignments:
============
1. Configure an Email Template to Send the Email Notification to the Contact
Upon upon creating a New Contact Record. (Include the Contact Details by using
Merge Fields)
We can use this LetterHead, in-order to send the email notification to the user,
which gives an attractive look and feel.
Step 1: Collect the required Images to be get used inside the Header Part and
Footer Part in the LetterHead
Note:
LetterHead can be used only in "HTML Email Templates". We can
have one or more Letter Heads inside an organization.
HTML Type (By using LetterHead):
================================
By using the HTML Email Templates, we can send the email notification to the people
with the required subject and the content along with the "LetterHead".
UseCase:
========
Configure an Email Template to Notify the Hiring Manager (Recruiter)
regarding the New Position Assignment. (Note: Use the LetterHead to Notify the HR
Person)
Subject:
Alert : New Position has been Assigned to you. Position ID: {!
Position__C.Reference_id__C}.
Content:
Dear {!Position__c.HiringManagerID__c},
We have the below New Open Positions inside the organization. And We
are pleased to inform you that the below position has been assigned to you.
Please have a look into the Position Details and close the Position
ASAP.
Goto Setup --> Goto "Administer" Menu --> Goto "Communication Templates"
1. Click on "Email Templates"
2. Click on "New" button to create a New Template
3. Select the Email Template Type as "HTML (With LetterHead)"
4. Select the LetterHead by using Picklist Field (Ex: AutoDesk LetterHead)
5. Select the Form Layout (Ex: Free Form Layout)
6. Enter the Email Template Name and Label
7. Enter the Letter Description
8. Select the checkbox "Available for USe"
9. Select the Folder to save Email Template as "Unified Public Email
Templates".
This is a Public Folder, which contains all the Email Templates. This
folder will be accessible to all the salesforce users.
10. Click on "Next" button.
11. Enter the Email Subject in subject field.
12. Enter the Email Content in the Content part of LetterHead.
13. Click on "Save" button.
We can make the content look like attractive, with the help of HTML programming.
We can use a set of HTML tags to make the content looklike attractive.
i.e. We can change the Font, Size, Style, Color, Hyperlinks, Formatting options
(Bold, italic, underline), etc.
We can use the below HTML tags frequently inside the email template.
Ex:
<i> Content </i>
3. Underline (<u>):
This tag is used to display the specified content with the underline style.
Ex:
<u> content </i>
Ex:
<br/>
Ex:
<a href="Target URL" target="_blank / search / new"> Content </a>
Ex:
<font size="2" color="red" face="verdana"> Write the Content Here
</font>
UseCase:
========
Configure an Email Template to Notify the Candidate upon submitting the
Candidature for the selected position.
Subject:
Congratulations {!Candidate__C.Name} ..!! Your Candidature has been submitted
Successfully.
Content:
Dear <b>{!Candidate__C.Name} </b>,<br/><br/>
We are pleased to inform you, that your Candidature has been submitted
successfully for the position: <b> <i>{!Candidate__c.PositionID__c}</i> </b>
<br/><br/>
Your profile has been sent for the screening process. One of our HR
Person will contact you soon, if your profile gets shortlisted. <br/><br/>
Please use the below link to view the Record. <a href={!
Candidate__c.Link} target="_blank"> Click Here to View </a>