You can create a reusable email template and assign it to one or multiple displays. Variables let you personalize the email with coupon codes or form data such as name and email address.
Steps
Navigate to Email on the top bar.
Click New template on the top right.
Select the starter template closest to your needs.
Customize the template content using the left side editor bar.
Save the template. It is now ready to assign as a follow-up email. You can read more about follow-up emails here.
Variables that can be used
The following variables can be used in email templates. The data for each variable must be collected in the form that triggers the follow-up email.
To use the coupon code variable, ensure that a coupon code is set up on your display's thank-you screen.
Coupon code: {{ coupon }}
Coupon expiration date: {{ coupon_expiration }} *Only available when using an auto-generated coupon with an expiration date set
Display title: {{ display_name }}
Customer name: {{ customer_name }}
Customer first name: {{ customer_firstname }}
Customer last name: {{ customer_lastname }}
Customer email: {{ customer_email }}
Customer phone number: {{ customer_phone }}
Custom (1): {{ customer_custom1 }}
Custom (2): {{ customer_custom2 }}
Site owner email: {{ owner_email }} *For apps such as Shopify, this is the shop owner's email address. For all other cases, this is the email address registered with Promolayer.
You can also set a default value for a variable when no value is available. For example:
{{ customer_email | default: "No email" }}
