Creating templates is quite simple. Once you create a template,
you can use the same in many different Email campaigns.
Here are some of the things that will help you working with templates.
-
Template body and subjects can have variables represented by
{{variable_name}}.
These variables will be replaced by actual values when you upoad the excel file during the campaign creation.
- Templates can have if else statements
{% if condition %} statement {% endif %}.
-
Templates have predefiend variables such as
{{from_name}},
{{from_email}}, {{from_signature}}. These variables will be
replaced by the values you provided in the email configuration.