Step-by-Step Guide: Creating a Professional Email in Salesforce Marketing Cloud Using Content Blocks
๐ง Step-by-Step Guide: Creating a Professional Email in Salesforce Marketing Cloud Using Content Blocks
Creating emails in Salesforce Marketing Cloud (SFMC) using modular content blocks is a best practice followed by professionals. It improves reusability, scalability, and simplifies updates.
๐ This guide now includes dedicated placeholders where you can add screenshots for each step — perfect for blogs, LinkedIn, or documentation.
๐ฏ Use Case
We will create a “Summer Sale – Up to 50% OFF” promotional email using:
Button Block
Dynamic Content
HTML Block
Image Block
Social Follow
Social Share
Text Block
Image Carousel
๐งฑ Step 1: Navigate to Content Builder
Go to:
๐ Content Builder → Content Blocks → Create
๐ Step 2: Create Text Block (Header + Intro)
Type: Text Block
Content:
Welcome to Summer Savings!
Hi %%FirstName%%,
We’re excited to bring you exclusive deals tailored just for you.
Enjoy up to 50% OFF on selected items.
๐ Purpose:
Introduces the email
Demonstrates personalization
๐ผ️ Step 3: Create Image Block (Hero Banner)
Type: Image Block
Upload a banner image (summer sale theme)
Alt Text:
Summer Sale - Up to 50% OFF
๐ Purpose:
Visual attraction
First impression
๐ Step 4: Create Button Block (CTA)
Type: Button
Text:
Shop Now
URL:
https://yourstore.com/sale
๐ Purpose:
Drives user action
๐ง Step 5: Create Dynamic Content Block
Type: Dynamic Content
Rule: Based on Gender
Content:
[IF Gender == "Male" THEN]
Explore the latest Men's Collection curated just for you.
[IF Gender == "Female" THEN]
Discover trending Women's styles handpicked for you.
๐ Purpose:
Personalized experience
Real-world use case
๐ป Step 6: Create HTML Block (Custom Layout)
Type: HTML Block
Code:
<table width="100%" cellpadding="10">
<tr>
<td align="center">
<h3>Top Picks For You</h3>
</td>
</tr>
<tr>
<td align="center">
<img src="https://via.placeholder.com/150" width="150" />
<p>Stylish Sneakers</p>
<p><b>₹1999</b></p>
</td>
</tr>
</table>
๐ Purpose:
Advanced customization
Product showcase
๐ผ️ Step 7: Create Image Carousel
Type: Image Carousel
Add multiple images:
Shoes
Watches
Jackets
Accessories
๐ Purpose:
Interactive UI
Show multiple products
๐ค Step 8: Create Social Share Block
Type: Social Share
๐ Purpose:
Increase reach
Encourage sharing
๐ Step 9: Create Social Follow Block
Type: Social Follow
Add platforms:
Instagram
Facebook
LinkedIn
Twitter (X)
๐ Purpose:
Build brand presence
๐งฉ Step 10: Create Final Email
Go to:
๐ Content Builder → Create → Email Message
Choose:
๐ Blank Template
๐งฑ Step 11: Assemble All Blocks
Drag and drop blocks in this order:
1. Image Block (Banner)
2. Text Block (Intro)
3. Dynamic Content
4. HTML Block
5. Image Carousel
6. Button Block
7. Social Share
8. Social Follow
๐งช Step 12: Preview & Test
Click Preview
Select Data Extension
Test with different users
๐ก Pro Tips
✅ Mention This Line:
๐ “We use modular content blocks to ensure scalability and reusability.”
✅ Highlight:
Personalization (Dynamic Content)
Reusability (Blocks)
Maintainability (Easy updates)
✅ Bonus:
๐ “Marketing teams can update individual sections without rebuilding the entire email.”
๐ Conclusion
This approach:
Improves efficiency
Enables personalization
Matches real-world SFMC workflows












Comments
Post a Comment