How do I apply a token to an image? | Community
Skip to main content
January 28, 2017
Solved

How do I apply a token to an image?

  • January 28, 2017
  • 1 reply
  • 3603 views

Hello!

I am creating a signature snippet for my sales team.  I have tokens for their name, title, etc.  I want to include a 'schedule a call' image in the signature as well.  BUT, I want to link that image to the salesperson's Calendly account.  I'm trying to use the token {{lead.Lead Owner Calendly:default=edit me}} as a link for the image, but it's not letting me.  (I know I need to update the default value, but I need to solve this conundrum first.)  Obviously, each salesperson has a unique Calendly link and that is pulled into Marketo from the Lead object in SFDC.  How do I get the 'schedule a call' image to link to the individual salesperson's Calendly account without having to create a signature for each person?

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 SanfordWhiteman

You haven't explained what you mean by "not letting me".

A sample image link:

<a href="http:​//{{lead.Lead Owner Calendly}}"><img src="http:​//example.com/images/calendly.png"></a>

(Also, you should probably move this to Products​ as it's very Marketo-product-specific.)

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
January 28, 2017

You haven't explained what you mean by "not letting me".

A sample image link:

<a href="http:​//{{lead.Lead Owner Calendly}}"><img src="http:​//example.com/images/calendly.png"></a>

(Also, you should probably move this to Products​ as it's very Marketo-product-specific.)