SOLVED

How do I apply a token to an image?

Go to solution
Anonymous
Not applicable

How do I apply a token to an image?

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?

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: How do I apply a token to an image?

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.)

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: How do I apply a token to an image?

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.)