
Type any of these inside double curly braces and Purity fills in the real value when the message sends.
| Variable | Fills in with |
|---|---|
| {{first_name}} | Client's first name, or there if unknown |
| {{last_name}} | Client's last name |
| {{order_id}} | The order's short ID |
| {{total}} | The order total, as a dollar amount |
| {{tracking_number}} | The tracking number, if one is on the order |
| {{status}} | The order's current status |
Example: Hi {{first_name}}, your order {{order_id}} shipped! Track it: {{tracking_number}}
A variable with nothing to fill in, for example no tracking number yet, is simply left blank in the message.