How to add first name variable
To automatically pick up the first name, please use the variable as follows:
- {{first_name}},
- or {{first_name|Custom Text}},
The 2nd option will allow you to set up some "fallback" text in case the first_name is not available for the recipient. So you could do something like Hello, {{first_name|Friend}} and the email will have the words "Hello, Friend" if the first_name is not available.
Updated on: 17/10/2025
Thank you!