Introduction
Customer Data
Available variables to print customer data in messages.
We recommend using these whenever you need to display information about the customer.
This information is the same as linked to the customer’s order/cart. Therefore, you can use these variables both in order-related messages and in abandoned cart messages.
Name | Variables | Output | Type |
---|---|---|---|
{{ email }} | test@email.com | String | |
Phone Number | {{ phone }} | 15551234567 | String |
First Name | {{ first_name }} | John | String |
Last Name | {{ last_name }} | Test | String |
Name | {{ name }} | John Test | String |