Skip to main content
Solved

Property link update issue - "email in the url"


Forum|alt.badge.img+1

Hello,

 

I need to put customers email who clicked on link on the url tail. Did that script which was worked a previously, but now it’s doesn’t transfer email address in the url. 

 

<td align="center" valign="middle"><a href="{% update_property_link 'eg' '1' 'https://myurl.com/email={{ email }}' %}"><img src="https://website.com/sample.gif"></a></td>

 

 

Is there in Klavio something changed recently?

Please help what I do wrong

 

Thanks

 

Best answer by Brian Turcotte

Hi @Sammy!

If the {{ email }} variable is not populating, it’s possible you’re using the incorrect variable. Perhaps try {{ person.email }} instead as referenced in this Help Center article:

 

Another trick that might be helpful to test which variable is correct in certain contexts is to place that variable in a text block somewhere in an email, and then use the preview feature. If the variable does not populate as expected, then it’s not correct in that context.

 

I hope this helps, and thanks for using the Community!

- Brian

View original
Did this topic or the replies in the thread help you find an answer to your question?

2 replies

Brian Turcotte
Forum|alt.badge.img+37

Hi @Sammy!

I’m going to check with Engineering on this, and I’ll update the thread as soon as possible!
 

 

- Brian


Brian Turcotte
Forum|alt.badge.img+37

Hi @Sammy!

If the {{ email }} variable is not populating, it’s possible you’re using the incorrect variable. Perhaps try {{ person.email }} instead as referenced in this Help Center article:

 

Another trick that might be helpful to test which variable is correct in certain contexts is to place that variable in a text block somewhere in an email, and then use the preview feature. If the variable does not populate as expected, then it’s not correct in that context.

 

I hope this helps, and thanks for using the Community!

- Brian