SOLVED

Tokenizing URLs?

Go to solution
Anonymous
Not applicable

Tokenizing URLs?

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.

Tags (2)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Tokenizing URLs?

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

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Re: Tokenizing URLs?

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

Anonymous
Not applicable

Re: Tokenizing URLs?

Thanks a ton Kristen!

Anonymous
Not applicable

Re: Tokenizing URLs?

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.