Skip to content

Dynamic URLs using recipient's email address

edited March 2021 in Questions

Hi,

I have a link to a survey I want to include in an email campaign. The survey software allows me to identify which person completed the survey based on this url termination ?email=***. What do I add instead of *** to the url so it's autocompleted with the recipient email when he clicks on the link?

I know there is a shortcode [Email], but I don't think it works in this case?

Thank you,
Emanuel

Comments

  • Hi,

    If you can append ?email=*** to your survey page URL to identify the recipient who clicked your survey link, then you can use the tag [Email] in your link.

    Here's an example HTML code:

    <a href="https://your_survey_page/?email=[Email]">Go to survey page</a>
    

    Thanks.

    Best regards,
    Ben

  • Thank you. It worked as a charm. :)

This discussion has been closed.