Hello,
I’m trying to add a hyperlink to some text. When I add the hyperlink to the default property, it kills the entire variable. Thoughts on how to work around this? Top image is from block editor, bottom image is the email preview.
Thanks!



Hello,
I’m trying to add a hyperlink to some text. When I add the hyperlink to the default property, it kills the entire variable. Thoughts on how to work around this? Top image is from block editor, bottom image is the email preview.
Thanks!
Best answer by In the Inbox
HI
Happy to help!
If you want to personalize the content based on if the contact has a unique swell_referral_link, you can use the Show/Hide functionality in the email editor.
Essentially you would create two text blocks:
The first block would include the copy/hyperlink discussed above.
In the Show/Hide, you would want to use the following logic:
person|lookup:'swell_referral_link'
This logic is checking the swell_referral_link property is set. If it is set, then this block would show.
The second block would include the text to signup for the referral program and the show/hide logic would be:
not person|lookup:'swell_referral_link'
This logic is checking that the swell_referral_link is NOT SET.
I hope this helps!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.