> ## Documentation Index
> Fetch the complete documentation index at: https://reportana.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# 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        | `{{ email }}`      | [test@email.com](mailto: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   |
