Email Templates

The Email Templates feature in the DIDWW Messaging Platform provides a centralized area for creating, editing, and managing standardized email formats.

In this section you can:

  • Create Templates: Design templates using either the Email Builder (a drag-and-drop editor) or Raw HTML for personalized coding.

  • Edit and Customize: Insert placeholders for dynamic data and configure options like open tracking and recipient personalization.

  • Preview Templates: Check template appearance on desktop and mobile for compatibility.

../../../_images/fig1100.png

Fig. 1. Email Templates Overview.


Creating a New Email Template Using the Email Builder

To create a new email template using the built-in Email Builder, follow these steps.

Step 1: Create the Email Builder template

In the main menu on the left, select Email > Templates to access the Email Templates page. From the dropdown menu, select Using Email Builder. This opens the New Email Template configuration page.

Create New Email Template Using Email Builder.

Fig. 1. Create New Email Template Using Email Builder

Step 2: Configure Template Details

  1. From the dropdown menu, select a placeholder contact to enable the use of workspace and contact placeholders in your template configuration.

  2. Then, configure the following fields:

  • Name: Enter a name for your email template. This name is for internal reference and will help you identify the template later.

  • Subject: Specify the subject line of the email, which will be displayed to recipients.

  • Preview Text: Enter a short preview text that appears next to the subject line in recipients’ inboxes. This is optional but recommended for better engagement.

  • Personalize Send To: Toggle this option on if you want to personalize the email based on contact-specific attributes.

  • Track Email Open: Enable this option to track whether recipients open the email. Tracking can provide valuable engagement metrics.

  1. In the left pane, you’ll find Workspace Placeholders and Contact Placeholders that can be used to personalize the email. Click on a placeholder to insert it into the Subject, Preview Text, or the email body.

    Placeholders like {{contact.first_name}} or {{company_address}} dynamically insert information based on each contact’s details.

../../../_images/fig535.png

Fig. 2. Template Properties.

Step 3: Create the Email Content

Click the inline_open button to open the Email Builder.

  1. The panel provides various Content Blocks that can be added to your template to build your email content, as described in the table below:

Email Builder Content Blocks

Block Type

Description

Text

Add text blocks to include your main message or personalized content.

Image

Insert images to enhance visual engagement, such as logos, product images, or promotional graphics.

Button

Add call-to-action buttons, allowing recipients to take actions like visiting a website or making a purchase.

Divider

Separate different sections of content with lines to improve readability.

Navigation

Include a navigation menu with links to your website or key sections.

Social

Add social media icons linked to your profiles to boost social engagement.

Hero

Create a prominent section that typically includes an image and headline to capture attention.

Wrapper

Group multiple elements together for more organized layout design.

Footer

Add a footer with essential information, such as contact details or unsubscribe links.

../../../_images/fig823.png

Fig. 3. Content Blocks.

  1. The Sections feature in the DIDWW Email Template Builder allows users to quickly create and organize different parts of an email layout. It offers a range of pre-designed layouts, grouped into categories for specific purposes, to streamline the template design process. Below are the available section types:

Section Categories

Section Type

Description

Columns

Provides various column layouts for flexible content arrangement.

Footers & Signatures

Includes predefined footer sections containing typical elements like social media links, contact information, and unsubscribe links.

Headers

Adds header sections that usually contain branding elements such as logos, navigation links, or introductory text.

Take Actions

Provides action-oriented sections with buttons or calls-to-action, like “Shop Now” or “Read More.”

Image & Text

Offers pre-arranged layouts for combining images with text.

../../../_images/fig4211.png

Fig. 4. Sections.

  1. The Saved column provides access to blocks you’ve previously saved, allowing you to easily add them to your template design area. To save a block, select it and click the inline_saved button.

../../../_images/fig462.png

Fig. 5. Saved Blocks.

  1. To add an object to your template, drag it from the left panel and drop it into the template design area on the right. You can arrange objects to create a custom layout and adjust settings for each object to fit your branding.

../../../_images/gif13.gif

Fig. 6. Email Template.

  1. Click inline_preview in the top-right to to open the preview window and click on inline_device buttons to swap between PC, Tablet, and Mobile devices view.

../../../_images/fig501.png

Fig. 7. Preview.

  1. Click Confirm Changes to save the email content.

Step 4: Add Attachments (Optional)

To include attachments in your email, click the Add Attachment button.

../../../_images/fig1123.png

Fig. 8. Add Attachment Button.

Select the file you want to attach, and then click Insert to add it to your email.

Note

File size must not exceed 15 MiB.

../../../_images/fig1218.png

Fig. 9. Selecting Attachment.

Step 5: Send a Test Email (Optional)

To preview the email’s appearance and content before saving the template, you can send a test email. On the create email template page, click Send Test Email.

../../../_images/fig1413.png

Fig. 10. Send Test Email Button.

A pop-up window appears for entering test email delivery details.

../../../_images/fig1314.png

Fig. 11. Send Test Email.

In the Send Test Email window, enter the following details:

  • From address: Select the email address you want to display as the sender.

  • To address: Enter the recipient’s email address where the test email will be sent.

  • Reply-to Address: Specify the email address to which replies will be directed. If left empty, the reply-to address will be the same as the sender’s email address.

  • Send Attachments: Toggle this option on if you want to include any attachments that are part of the email template.

  • Contact: Choose a contact from the dropdown list if you want to populate placeholders with actual contact data.

After filling in the fields, click Send to deliver the test email.

Step 6: Submit the Template

To create the template click Submit.

../../../_images/fig1512.png

Fig. 12. Submit Email Template.


Creating a New Email Template Using Raw HTML

To create a new email template with HTML, use the DIDWW Messaging Platform’s code editor, which includes syntax highlighting and HTML beautification for easier editing. This option is ideal for users needing full control over design or working with pre-written HTML code. Follow the steps below to set up your template.

Step 1: Create the Raw HTML template

  1. In the main menu, select Email > Templates.

  2. Click Create New and select Using Raw HTML.

../../../_images/fig4111.png

Fig. 1. Email Templates.

Step 2: Configure Template Details

  1. From the dropdown menu, select a placeholder contact to enable the use of workspace and contact placeholders in your template configuration.

  2. Then, configure the following fields:

  • Name: Enter a name for your email template for internal reference.

  • Subject: Specify the subject line that recipients will see in their inboxes.

  • Preview Text: (Optional) Add preview text that appears next to the subject line in recipients’ inboxes.

  • Personalize Send To: Toggle this option on if you want to personalize the email based on contact attributes.

  • Track Email Open: Enable this option to track whether recipients open the email, providing valuable engagement metrics.

  1. In the left pane, you’ll find Workspace Placeholders and Contact Placeholders that you can use to personalize the HTML template. To insert a placeholder, click on a placeholder from the list, and it will be added at the cursor’s position in the HTML code. Placeholders like {{contact.first_name}} or {{company_address}} dynamically insert information based on each contact’s data.

../../../_images/fig3211.png

Fig. 2. Template Properties.

Step 3: Enter HTML Code

  • In the right pane, use the code editor to enter your HTML code. The editor supports syntax highlighting, making it easier to structure and read your code.

  • The Beautify HTML option is available to automatically format your HTML for better readability.

../../../_images/fig3311.png

Fig. 3. HTML Code Editor.

Step 5: Previewing the HTML Template

To preview the template, click Preview Template in the top-right corner of the page.

../../../_images/fig345.png

Fig. 4. Preview Template Button.

The preview feature allows you to see how the email will appear on both desktop and mobile devices. This is especially useful for checking the layout, styling, and overall appearance to ensure the HTML renders as expected across different devices.

In preview mode, you can interact with links and view the layout as recipients will see it, allowing you to make adjustments before finalizing the template.

../../../_images/fig352.png

Fig. 5. Preview Template.

Step 6: Confirming Changes

Once you are satisfied with your HTML template, click Confirm Changes to save the template.

../../../_images/fig362.png

Fig. 6. Confirm Changes Button.

Step 7: Add Attachments (Optional)

To include attachments in your email, click the Add Attachment button.

../../../_images/fig371.png

Fig. 7. Add Attachment Button.

Select the file you want to attach, and then click Insert to add it to your email.

Note

File size must not exceed 15 MiB.

../../../_images/fig1218.png

Fig. 8. Selecting Attachment.

Step 8: Send a Test Email (Optional)

To preview the email’s appearance and content before saving the template, you can send a test email. On the create email template page, click Send Test Email.

../../../_images/fig381.png

Fig. 9. Send Test Email Button.

A pop-up window appears for entering test email delivery details.

../../../_images/fig391.png

Fig. 10. Send Test Email.

In the Send Test Email window, enter the following details:

  • From address: Select the email address that will appear as the sender.

  • To address: Enter the recipient’s email address where the test email will be sent.

  • Reply-to Address: (Optional) Specify an address for replies.

  • Send Attachments: Toggle this option if you want to include attachments with the test email.

  • Contact: Select a contact to populate placeholders in the test email.

After filling in the fields, click Send to deliver the test email.

Step 9: Submit the Template

To create the template click Submit.

../../../_images/fig401.png

Fig. 11. Submit Email Template.