Token with an Image for Add to Outlook Calendar Token

Anonymous
Not applicable

Token with an Image for Add to Outlook Calendar Token

Does anyone know of a way to add an image to the my.calendar token so that the user sees a nice button instead of a texuual link?
Any feedback is welcome!
Tags (1)
4 REPLIES 4
Anonymous
Not applicable

Re: Token with an Image for Add to Outlook Calendar Token

In my basic preliminary testing, I added basic HTML into the field that calls for the hyperlink text.  I did a quick run-thru in Litmus and it is indeed showing in all the various email clients.  I would do some additional testing before any major email sends though.

HTML:

<img src="URL GOES HERE" alt="Image Description Goes Here" border="0" />

Hope this helps.

-Kenny
Anonymous
Not applicable

Re: Token with an Image for Add to Outlook Calendar Token

but how do I get the URL if it is a token?
Anonymous
Not applicable

Re: Token with an Image for Add to Outlook Calendar Token

You don't need to get any specific URL, the token automatically creates the URL and accompanying HTML needed to make the image into a hyperlink.
Aida_Kamber
Level 2

Re: Token with an Image for Add to Outlook Calendar Token

Related solution posted here: https://community.marketo.com/MarketoDiscussionDetail?id=90650000000PpFxAAK

Thanks!