Creating email templates
In Synerise, you can create an email template in two types of editors: code editor (allows you to create an email template as a user-friendly configuration form) and visual builder. If you already have templates prepared, you can import them to Synerise in a .zip
file or from a URL address.
Predefined email templates are sorted into two folders:
- Predefined dynamic templates - This folder contains templates that include Jinjava
- Predefined simple templates
Requirements
You must be granted permissions to access the Email module and to create templates.
Tips before you start
- You can create an email template directly while sending an email. However, because of the approval procedure, it is more convenient to create a template and have it approved before defining the settings while sending an email as it speeds up the process of creating the email.
- While creating the template, save your template once in a while because there is no auto-save option.
- Although Synerise automatically adds the unsubscribe header, always add the resignation link to the template - without it, the emails may reach the spam folder.
- The View in browser link doesn’t work in the preview. You must send a test email to test such links.
Important: We do not recommend adding a View in browser link to templates that contain a reference to Automation event context (
event.params.{paramName}
) because previewing such messages is not supported. - For better template organization, you can create template folders:
- Go to Communication > Email.
- On the left side, click Templates.
- Select From template tab.
- Scroll down to the bottom of the page.
- Click Result: A pop-up appears.
- On the pop-up, in the Folder name, enter the name of the folder.
- Confirm by clicking Apply.
Creating a template
- Go to Communication > Email.
- On the left pane, click Templates.
-
- To create a new template, click Create new.
- To create a template out of an existing template, click From template.
- Select the template.
Result: The template is opened in the wizard in which it was originally created.
- Select the template.
- Select the wizard:
- Drag&drop builder - This builder exists in two versions:
- Basic builder - This builder is provided externally by BeeFree and you can create an email with ready-made components. This builder contains a Synerise-native element: HTML blocks.
- Advanced builder - This builder provides you with the same capabilities as email code editor, but additionally it allows you to use CSS and JavaScript.
- Code editor - Email code editor allows you to:
- Create email templates from scratch and edit them by using HTML.
- Create email templates to be edited in an easy-to-use configuration form that doesnโt require programming skills.
- Drag&drop builder - This builder exists in two versions:
FAQ
You can find answers to the most frequently asked questions here. If you experience any issues while creating or sending emails, you can try to detect and remove the cause of the issues on your own by following the guides in our troubleshooting.