You are not logged in. Login to save your progress
Create email template
Add fields structured in the following format {name: "sample name", age: "30"}

Usage guide
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.
Sample usage
Hello {{name}},
Hope you are doing well. I am {{from_name}} reaching out to you to inquire about your experience using this automation platform. It looks like your experience with us is {% if feedback == "positive" %} positive {% else %} negative {% endif %}. We would be grateful, if you could explain a little more about your feed back.

{{from_signature}}