Use personalization tokens in image link

Hi @andrew_videoask,

Personalization tokens follow this format:

{{ contact.property }}

“property” refers to the internal property name. You can find this internal name under Settings > Properties, by clicking on the property and then the </> sign:

Your link would look like this:

google.com?fname={{ contact.firstname }}&lname={{ contact.lastname }}&email={{ contact.email }}

Hope his helps!