HI @SarahB93
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!
@In the Inbox