I pasted entire html into an email, so it all (header, body, footer, etc.) appears in a single content block in the email editor.
But I want to include a snippet for the photo of the lead owner, which is at the bottom of the email, left aligned with some other text, above the "footer" bar.
Is it possible to place the snippet and apply it to a single element (image) inside a content block, or does it have to be a separate content section on its own in the email to do that?
Trent
Hi Trent,
Unfortunately, snippets can only replace complete editable zones, and they are not available as a specific HTML identifier that you could paste somewhere in your code.
-Greg
Thanks Greg.
Would a better option, then, be to create a custom field in SFDC for the profile picture, and then use that as a token inside the email?
Trent
Hi Trent,
Yes, that would be much better. If you sync with the CRM, you could even have this field created in the CRM and synch'ed to Marketo, so the values (Image URLs) would be maintained in the CRM. Event better, create it in the CRM on the user object, then propagated (workflows or formula fields) to the lead and contact objects.
-Greg
So if I added field to the SFDC user object for images, would I still need to upload those images into the Marketo library to be able to use the token?
Trent
So if I added field to the SFDC user object for images, would I still need to upload those images into the Marketo library to be able to use the token?
The token can refer to an <IMG> whose src is anywhere you want.
Hi Trent,
The images would have to be stored on a public web server. Marketo is a good choice, but you could also set up public images in SFDC as well. The only conditions are:
-Greg
Excellent. Thanks, much, everyone.
Trent