Creating a Personalized Email in Salesforce Marketing Cloud
π© Creating a Personalized Email in Salesforce Marketing Cloud
π Objective
Learn how to create a Data Extension, design a personalized email using HTML, and test how it appears to users in Salesforce Marketing Cloud.
π§© Step 1: Create Data Extension (DE) with Fields
- Go to Email Studio → Subscribers → Data Extensions
- Click Create → Standard Data Extension
- Add required fields:
- Email (Primary Key)
- FirstName
- LastName
- City
- Product
π Make sure the DE is Sendable
✉️ Step 2: Create Email Using Blank Template
- Go to Email Studio → Content → Create → Email Message
- Select Blank Template
- Give a proper name to your email
π This gives full control over design and structure
π¨ Step 3: Add HTML Block & Personalization
- Drag and drop an HTML Block
- Add your custom HTML email code
- Use personalization strings like:
Hi %%FirstName%% %%LastName%%,
We have special offers for you!π These values will dynamically come from your Data Extension
π Step 4: Test Email Using Data Source
- Click Preview & Test
- Select your Data Extension
- Choose a record
π Now check how the email looks for a real user
Example output:
- Hi Ankit Joshi
- City: Dehradun




Comments
Post a Comment