In Klaviyo, you can save emails as templates and use them in various campaigns and flows. We recommend saving frequently used emails as templates, and also using properties as variables.
Available variables and modifying the format
By inserting the easyPoints properties, you can display customers point balance and expiration automatically for each customer.
Please insert the following and replace "easypoints_metrics" with the variable you would like to use.
##{{ person|lookup:'easypoints_metrics' }}
Date formats can be modified by adding the following part after the date metric. Please replace the "format" with your desired format type.
format_date_string|date:'format'
e.g.
'Y-m-d': 2023-11-01
'Y/m/d': 2023/11/01
You can also use the following date properties.
Current date
{% current_day %}There's also:
weekday = day of the week
year = only the year
month_name = only the month
Customer name
##{{ last_name|default:"" }}last_name = Last name
first_name = First name
How to create a template
Refer to the following link for detailed steps.
