Dynamic Content (Data binding)

You can use Data Binding in your newsletter in order to create personalized dynamic content 🥳.

Available variables are as follows :
{{FNAME}} => Will use the contact's first name, if one exists, otherwise it remains empty.
{{LNAME}} => Will use the contact's last name, if one exists, otherwise it remains empty.
{{EMAIL}} => Will be replaced by the targeted email address.
{{DATE}} => Will be replaced by the current date.
{{TIME}} => Will be replaced by the current time.

Edit your content with binding variables...
 

...and your recipients will receive the email with the replaced content!