Skip to main content

SEND MASS EMAILS FROM SALESFORCE LIGHTNING COMPLETE INSTRUCTION


Folks, Finally Salesforce just makes some huge improvement on Mass Emails in Lightning in their Spring 20 Release. I come up with the final instruction for my team to make their life easier without creating different list views or campaigns everytime they need to send out the emails to the leads/contacts.
  1. Create Lightning email template: 

Click the App Launcher icon (9 dot icon on the left) and search Email Template:
You can either choose to create a new template or use the current existing templates:
  • Choose All Templates and search for the templates that you’d like to use for sending emails:
  • Create a new template:
    • Click New Email Template

    • Choose Related Entity Type (1) , in this case we’re sending out Emails to Contact list, choose Contact as an object
    • Select folder (2)  to save this template or it will be saved to your Private Email Template by default 
    • To insert Salesforce fields to this template, choose the Curly brackets icon and search for the fields you want to add (ei first name or company name) 



    • Insert your signature: choose Sender → Email Signature:
Save your template. 
Note: If you want to use reuse this template for Lead, please clone this template and choose the Related Entity Type to Lead
 Send List email:
From a contact or lead home page, manually choose the Contacts or all contacts in your List View you want to send out mass email click Send List Email and start writing the content. 
Insert your template:


If you make any change in this template, choose Save Template if you want to update it or Save as new template for the new one:
Click Review to view the recipients and Email format before sending out:
To save your changes, click Save as Draft.
To resume editing the list email, go to the List Email home page (click 9 dot icon on the left and search List Emails)
Edit a list email
Find your draft list email (1) and continue editing (2). When you’re done editing, save the draft again or send the list email.
Bonus : Create HTML email template:
  • Go to https://html-online.com/editor/
  • Copy and paste your text/email into the box on the left.
  • The HTML version of your text should appear on the right side.
  • Click “Clean.” (This may delete a line of code but that’s okay. It’s just deleting extra line breaks).
  • Copy the HTML version so that you can paste the code into an SFDC email template.

Comments

Popular posts from this blog

The flow failed to access the value because it hasn't been set or assigned error

I'm sure that many Salesforce admin already encountered the this Process builder error when building automation referencing a field on a related record (aka lookup field): ' The flow failed to access the value because it hasn't been set or assigned ' and came across this Salesforce document . However, it does not help in case of referencing a User lookup field. ------------------------------- Use case: when a lead's ownership is transferred to another user, respective fields are updated based on their profile.  Error element myDecision (FlowDecision). The flow failed to access the value for myVariable_current.Owner:User.ProfileId because it hasn't been set or assigned. --------------------------- Workaround:  Have a condition to check if the record is assigned to a user or a queue before checking their profile id for respective actions. Records owned by user: BEGINS([Lead].OwnerId, "005") Records owned by queue: BEGINS([Lead].Owne...

Salesforce campaign model and tracking

  Salesforce campaign tracking   Check out the great article on Campaign tracking use case: https://www.salesforce.com/blog/track-salesforce-campaign-shadow-wolf-blog/   There are 2 ways to track Campaign ROI .    Campaign Influence ( custom model )   Associate multiple Campaigns to multiple Opportunities (and multiple Opportunities to a Campaign) using the Contact Role . To get a broader view of opportunity pipeline, generate the standard report called Campaigns with Influenced Opportunities (Customizable Campaign Influence). This report provides opportunity data, such as amount, stage, and revenue share alongside helpful campaign details.      For more control, build custom reports that show relationships such as these examples.   • Campaigns with Influenced Opportunities   • Contacts with Campaign Influence   • Accounts with Campaign Influence     If there is only one campaign associated with each opportunity ...

Renewable vs Evergreen Subscription type

Renewal: Renewable products transfer to renewal quotes.  Standard renewable contracts have end dates, terms, and an option to renew. Evergreen: don't have any end dates and, therefore, don't need to be renewed. This supports an open-ended term of service that allows for customers or providers to cancel or terminate the subscription at any point.  Evergreen and Renewable products can’t coexist in a bundle. Guidelines for Evergreen Subscriptions:   https://help.salesforce.com/s/articleView?id=sf.cpq_evergreen_limitations.htm&type=5 Quote and Manage Evergreen Subscriptions:  https://help.salesforce.com/s/articleView?id=sf.cpq_evergreen_use.htm&type=5