Tokenizing URLs? | Community
Skip to main content
June 9, 2015
Solved

Tokenizing URLs?

  • June 9, 2015
  • 2 replies
  • 2462 views

Hello Marketo Nation,

If I pass a secure URL through to a field in Salesforce, and that field is synced with Marketo; can I use a token to pull that secure URL into an email? If so, how would I go about doing that?

Thanks in advance for your help.

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

If you use a text token, you need to put the in the email not in the token (e.g. <a href="{{lead.URL}}>Click Here</a>. If you use a rich text token, that is not a problem.

2 replies

June 22, 2016

If you use email script token than no need to add http in your url string. Call it using href="{{lead.url}}" in your anchor tag.

Accepted solution
June 9, 2015

If you use a text token, you need to put the in the email not in the token (e.g. <a href="{{lead.URL}}>Click Here</a>. If you use a rich text token, that is not a problem.

June 10, 2015

Thanks a ton Kristen!