{{ user.first_name }}
Likewise, if you track a property with an event, you can reference it with:
{{ event.product_name }}
However there are many cases where you will want to use complex data, such as an array of products, in your outgoing emails.

