Solved

How to include the subscribers email to URL?

  • 29 August 2023
  • 2 replies
  • 74 views

Badge +1

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
 

icon

Best answer by bluesnapper 29 August 2023, 14:08

View original

2 replies

Userlevel 7
Badge +36

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

 

Userlevel 5
Badge +18

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

Reply