Zum Inhalt springen

Email content blocks reference

Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar.

Reference for every block you can add on the Drag & drop editor canvas, and for the link types available on buttons and text. To control which recipients see a block, set a display condition.

Add content blocks

Anchor link to

Open the Blocks tab and drag a block onto the canvas, or click a block to add it at the end of the email. Available blocks:

  • Heading: titles and short headlines in the email
  • Text: body copy and longer descriptions
  • Button: a clickable call to action
  • Image: pictures from Media store, upload, or URL
  • Video: a clickable video poster that links to a YouTube or Vimeo video
  • Card: an image paired with a heading, text, and button in one layout
  • Divider: a line that separates sections visually
  • 2 columns: two equal columns side by side
  • 3 columns: three equal columns side by side
  • 4 columns: four equal columns side by side
  • 33 / 67: two columns where the left takes about 33% of the width and the right about 67%
  • 67 / 33: two columns where the left takes about 67% of the width and the right about 33%
  • Timer: a countdown for offers and deadlines
  • Menu: a row or column of links, such as navigation or contacts
  • Social: icons that link to your social profiles
  • HTML: custom HTML, such as a form, survey, or embedded video
  • Products: a repeating grid of product cards with image, title, description, price, and a buy button

Heading and text

Anchor link to

Heading and Text blocks hold the copy recipients read in the email. Use Heading for titles and short lines, Text for body copy and longer descriptions.

Click a block on the canvas to start editing. Select text to bring up the formatting toolbar.

Heading block selected on the canvas with the text formatting toolbar showing style and formatting options

Toolbar options

  • Text style: set a paragraph style (Heading 1, Heading 2, Normal, etc.) for the whole block
  • Font size: resize selected text, or apply a size to the whole paragraph
  • Bold / Italic / Underline / Strikethrough: standard character formatting
  • Alignment: left, center, or right
  • Link: wrap selected text in a hyperlink

Select the block (not a text range) to open its settings in the right panel, then turn on Letter spacing to loosen or tighten character spacing for the whole block. Accepts fractional and negative values. To apply letter spacing across all text blocks at once instead, set it as an email-wide default under Typography. See Configure email-wide styling.

Personalization with Merge Tags

Merge Tags are placeholders that insert a Tag value from the recipient’s profile, so each subscriber sees personalized copy. To add one, select the text, click Merge Tags in the toolbar, and choose a Tag from your account.

An Image block displays a picture in the email. Select it on the canvas to open the Image settings in the right panel.

Adding an image

Click Add image when the block is empty, or Replace image when a picture is already set. This opens the Media Gallery with three tabs:

  • Library: your uploaded files, searchable by file name.
  • Stock photos: search free Pexels photos without leaving the editor. Click one to copy it into your library and insert it.
  • Generate with AI: describe the image you want and pick an aspect ratio. The generated image is saved to your library.
Media Gallery with Library, Stock photos, and Generate with AI tabs, and a search by file name field

You can also paste a hosted link directly into Image URL to skip the gallery.

Alt text

Describe the image in Alt text for accessibility, or click Generate alt with AI to have AI write it from the image in your current editing language. Images added from Stock photos or Generate with AI get alt text automatically.

Links and spacing

To open a link when the image is clicked, enter it in Link URL and set Link target to open in the same tab or a new one. See Add links for available link types.

In Spacing, turn on Padding to add space around the image. Use All sides for uniform padding, or turn on More options to set each side separately.

Image settings panel with Replace image, Image URL, Alt text, Link URL, Link target, and Padding

A Video block adds a YouTube or Vimeo video to the email as a clickable thumbnail. Email clients can’t play video inside the message, so the block shows a still image with a ▶ overlay. When the recipient taps it, the video opens on YouTube or Vimeo. This works in every major client, including Outlook.

Select the Video block on the canvas to open its settings in the right panel.

  • Video URL: paste a YouTube or Vimeo link. The editor fetches a thumbnail automatically.
  • Alt text: describe the video for accessibility.
  • Thumbnail URL: keep the auto-fetched thumbnail, or click Add thumbnail / Replace thumbnail to pick one from the Media Gallery, or paste a hosted link directly.
  • Play button overlay: on by default. Turn off to show the plain thumbnail without the ▶ overlay. The overlay isn’t available for thumbnails on some external hosts — the editor warns you when that applies, and the email shows the plain thumbnail instead.
  • Width (px), Corner radius (px), and Alignment: control how the thumbnail looks and where it sits in the layout. You can set alignment separately for mobile.
Video block settings with Video URL, Alt text, Thumbnail URL, Play button overlay, Width, Corner radius, and Alignment

A Card block pairs an image with a heading, text, and button in a single ready-made layout. Select it on the canvas to open its settings in the right panel.

  • Layout: choose which side the image sits on relative to the content.
  • Image: replace the image, set alt text, and (for AI-generated images) edit the prompt used to create it.
  • Size & fit: set the image size and how it fits and positions within its area.
  • Spacing: set the padding around the card’s content.
Card block settings panel with Layout, Image, Size and fit, and Spacing options

A Button is a clickable call to action in the email.

Click a Button block to edit its label on the canvas. Use the toolbar to change font size, text color, bold, italic, underline, strikethrough, and alignment.

To set what happens when the recipient clicks the button:

  • Click the link icon in the toolbar to open Insert/Edit Link.
  • Or use Action type and URL in the Link section of the right panel.
Button block on the canvas with a formatting toolbar and Link settings in the right panel

See Add links for the available action types.

In the right panel, under Styles:

  • Alignment: left, center, or right.
  • Background, Text color, Font size, and Font family: turn each option on to override the default look.
  • Border radius, Border color, and Border width: shape and outline of the button.
  • Width: set a fixed button width or leave it automatic.
  • Padding: add space inside the button. Use All sides for uniform padding, or turn on More options to set each side separately.
Button Styles settings in the right panel with Alignment, Background, Text color, Font size, Border radius, and Padding

A Divider is a horizontal line between content blocks. Use it to separate sections visually in the email.

Configure line style (Solid, Dashed, Dotted), color, thickness, and width in the settings panel.

Divider block settings with line style, color, thickness, and width options in the right panel

The HTML block lets you paste custom HTML into your email. Use it for a custom form, survey, or embedded video.

This lead form collects an email address to send a promo code for the New Year Sale.

HTML lead form in the email editor with an email field and a Get my code button
HTML code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body { margin: 0; padding: 20px; font-family: Arial, sans-serif; }
h2 { font-size: 18px; margin-bottom: 8px; color: #222; }
p { font-size: 14px; color: #666; margin-bottom: 20px; }
input {
width: 100%;
padding: 12px;
margin-bottom: 12px;
border: 1px solid #ddd;
border-radius: 8px;
font-size: 15px;
box-sizing: border-box;
}
button {
width: 100%;
padding: 14px;
background: #CC0000;
color: white;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: bold;
cursor: pointer;
}
</style>
</head>
<body>
<h2>Get your New Year Sale code</h2>
<p>Enter your email and we'll send you an exclusive promo code for up to 50% off.</p>
<div id="form">
<input type="email" placeholder="Your email address" />
<button type="button">Get my code</button>
</div>
</body>
</html>

The Menu block places several clickable items in a row or column. Use it for a navigation bar or a list of company contacts.

For each menu item, set:

  • Label: the text recipients see
  • URL: where the item opens
  • Target: same tab or a new tab

In the block settings, you can also set:

  • Direction: Horizontal or Vertical
  • Alignment: Left, Center, or Right
  • Separator: an optional divider between items
  • Font, size, weight, letter spacing, and link/text colors
Menu block settings with item labels, URLs, direction, alignment, and separator options

The Social block displays a row of social media icons that link to your profiles. Use it to send recipients to Facebook, Instagram, X, and other platforms from the email.

Add platform entries, then set alignment, icon size, and the gap between icons.

Social block settings with platform links plus Alignment, Icon size, and Gap

Countdown timer

Anchor link to

The Timer block is a countdown in the email. Use it for limited-time offers, flash sales, and event reminders.

To set it up:

  1. In Countdown, set End date and End time, then choose the Timezone and Language for the timer labels.
  2. Turn Labels on to show “days / hours / minutes / seconds” captions under the digits, or off for numbers only.
  3. In Appearance, set Background, Digits color, Labels color, and the font size for digits (default 40px) and labels (default 16px).
  4. Adjust Spacing (padding) as needed.
Timer block settings with Countdown end date and time, Labels, Appearance, and Spacing options

The timer renders as a sharp image at any language or size, with a background that stretches across the full email row, and a version rendered natively for mobile width rather than a shrunk desktop image.

Columns split the canvas into side-by-side sections so you can place content next to each other in one row.

Drag one of these blocks onto the canvas:

  • 2 columns: two equal columns
  • 3 columns: three equal columns
  • 4 columns: four equal columns
  • 33 / 67: left column about 33% wide, right about 67%
  • 67 / 33: left column about 67% wide, right about 33%

Then add content to each column. To change spacing for all columns in the email, open SettingsColumns defaults and adjust outer padding, column padding, and the gap between columns.

A Products block shows a grid of product cards from one shared template. Each card can include an image, title, description, price, and a buy button. The template repeats for every product you add.

Products block on the canvas with a grid of product cards

Click a card on the canvas to make it active and edit it:

  • Change the title, description, price, picture, or per-product link to update only that card.
  • Change the template layout, colors, padding, or which elements it contains to update every card.

In the settings panel:

  • Number of products: set how many cards to show (1–24), or click Add product to add one more.
  • Columns: choose 1, 2, or 3 cards per row. On mobile, cards always stack in one column.
  • Gap: turn on to set the space between cards. Off uses the default (16px).
  • Product images: click a thumbnail to replace that product’s picture.
  • Product links: enter a URL for each product.
  • Card template: pick a layout, then set Card background, Card corner radius, and Content padding. These styles apply to every card.

Save and reuse blocks

Anchor link to

Save a block to reuse it in this or other emails instead of rebuilding it each time.

  1. Click the block itself (its frame or background, not the text or button inside it) to select the whole block. Card, Columns, and Social are examples of blocks that work this way.
  2. Click the bookmark icon in the block’s toolbar and give it a name.
Bookmark icon in a Card block's toolbar opening a dialog to name and save the block

Saved blocks appear under Saved blocks at the bottom of the Blocks tab.

Saved blocks section at the bottom of the Blocks tab with saved block tiles and delete icons
  • Drag a saved block onto the canvas, or click it to add it at the end of the email.
  • Click the × on a saved block’s tile to delete it.

Keep copies in sync

Anchor link to

When you save a block, turn on Keep copies in sync to link every inserted copy to the same source. Edit the source once, and the change applies everywhere that block is used, including emails already scheduled to send.

Save block dialog with Keep copies in sync turned on

A synced copy is locked on the canvas. You can’t edit it directly. Select the copy to open its settings:

  • Edit synced block: unlock this copy so you can change it. A banner appears at the top. Click Apply to all to save your changes to the source and every other copy, or Cancel to discard them. You can unlock only one synced block at a time.
  • Update from source: replace this copy with the latest version from the source.
  • Detach from source: unlink this copy from the source so you can edit it on its own.

Use the Insert/Edit Link dialog to set what happens when a recipient clicks a button or selected text. Choose an Action type, then fill in the fields for that action.

Open Website

Anchor link to

Opens a link when the recipient clicks. Enter the address in URL.

Insert Edit Link dialog with Action type Open Website and a URL field
Anchor link to

Adds a link to the subscription preference center where recipients can choose which email categories they receive. The link is inserted automatically.

Insert Edit Link dialog with Manage preferences link selected as the action type
Anchor link to

Lets recipients opt out in line with regulations and their preferences.

Insert Edit Link dialog with Unsubscribe link selected as the action type and an optional redirect field
Anchor link to
If the subscription preference center is enabled
Anchor link to

The recipient is unsubscribed only from the category assigned to that email (e.g., Newsletter). The category name is removed from their Subscribed Email Categories tag.

A confirmation screen appears with Resubscribe and Manage preferences options. Learn more.

If the subscription preference center is not enabled
Anchor link to

The recipient is opted out of all marketing emails and the Unsubscribed Emails tag is set to true. Transactional emails are not affected and will continue to be delivered. Learn more about message types.

Clicks are counted in the unsubscribe rate in Message History.

Anchor link to

Gives recipients access to a web version of the email, useful if they have trouble viewing it in their inbox.

Insert Edit Link dialog with Web version link selected as the action type

No track statistics

Anchor link to

Opens a link when the recipient clicks, without counting the click toward your email’s click statistics. Enter the address in URL.

Insert Edit Link dialog with No track statistics selected as the action type and a URL field
Anchor link to

Inserts a confirmation link for a subscription form submission (for example, to confirm a double opt-in). Learn more about double opt-in.

Insert Edit Link dialog with Subscription form confirmation link selected as the action type