Variables
In campaigns and automations
In the confirmation and welcome e-mails
The same subscriber and list variables, plus{{ confirm_url }}, the confirmation link.
In transactional e-mails
The variables are the ones your application sends. With:{{ customer.name }} and {{ order.number }}. See Transactional e-mails through the API.
A variable that is unknown or empty is replaced with an empty string. Values are escaped in the HTML: a first name holding
<script> is shown as it is, and does not run.Conditions
{% else %} is optional; if is closed with {% endif %}, unless with {% endunless %}.
Loops
["Sourdough bread", "Brioche"]) or over text separated by commas. It stops at 500 items.
Two variables you cannot leave out
A campaign does not go out without:{{ unsubscribe_url }}: a visible unsubscribe link;{{ organisation.address }}(or the address written out in full): the sender’s postal address.