Skip to main content
Solved

How to include the subscribers email to URL?

  • August 29, 2023
  • 2 replies
  • 217 views

Forum|alt.badge.img+2

Hi 

I’m about to do a viral loops integration and because of that I need to include the subscribers email into the button URL. 

Like so: 

https://www.example.com/refer/?email=*|E-MAIL|*&autoDetect=1&autoTrigger=1

I cannot find the tag that will show the subscribers email in the E-MAIL field above.
Is there a place where all the tags are listed? 

Best
 

Best answer by bluesnapper

Hi @saksmoto 

The variable you need is {{ email }}

You can find the profile property ones in the email editor (see below).

Hope that helps

Regards

Andy

 

2 replies

bluesnapper
Partner
Forum|alt.badge.img+45
  • Champion & Partner
  • 784 replies
  • Answer
  • August 29, 2023

Hi @saksmoto 

The variable you need is {{ email }}

You can find the profile property ones in the email editor (see below).

Hope that helps

Regards

Andy

 


inboxingmaestro
Partner
Forum|alt.badge.img+19

Hey @saksmoto , I am not sure about the use-case of passing the email id in the URL. However, I wouldn’t advise passing any PII details in the links as it contains sensitive information and may impose privacy risks. 

Instead, you can think of either any primary identifier (like customer_id) or hashed email id that should solve the purpose for tracking the behavior, if that makes sense.

Regards,

Mohsin