More than 1 TOKEN in an EMAIL TEMPLATE button URL | Community
Skip to main content
June 14, 2017
Question

More than 1 TOKEN in an EMAIL TEMPLATE button URL

  • June 14, 2017
  • 2 replies
  • 2302 views

Hey,

I am placing 2 tokens in a URL button on my email template.  It does not work...as far as I know.

{{my.YouTube Link}}{{my.utm_webinar}}youtube-link

Has anyone else had this issue with tokens in an email template button?

-Lesley

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

SanfordWhiteman
Level 10
June 14, 2017

No need to shout.

I don't know what the content is of those tokens, but you should be able to do

     <a href="http​://{{my.token 1}}?{{my.token 2}}">

without issue. Note keeping the protocol (http​:// or http​s://) hard-coded is the correct practice.

June 14, 2017

Thanks, Sanford. 

And you think it would work in the 2.0 email templates?  Within the button link?

SanfordWhiteman
Level 10
June 14, 2017

Where one token works, two should as well.

What happens when you keep the protocol out of the link and use 2 tokens? Of course you need to make sure the resulting URL would be well-formed.

June 14, 2017

Be careful when you use tokens for URLs with no spacing in between - it could break the URL

{{my.YouTube Link}}{{my.utm_webinar}}

Change the name of the token to {{my.YouTube-Link}} ==> Add a dash