Adding default variables to links
We want to use MJ for email verification but it doesn't allow us to insert default variables into a hyperlink.
Part of the URL for our email verification is dynamic - we would like to pass in a variable to set its value.
For instance, we’d like to add this to an email template: <a href=”https://www.website.com/promotion?clientid={{var:clientid}}&code={{var:promocode}}”>Click here</a> to verify your email address.
And “pass in” the clientid and promocode.
1
vote
Fredrik Wadstein
shared this idea