Custom Object Value in Email as HTML and/or Text | Community
Skip to main content
March 26, 2015
Question

Custom Object Value in Email as HTML and/or Text

  • March 26, 2015
  • 2 replies
  • 1016 views
I am passing customer data to Marketo's custom object tables.  One of the tables is a design table and it has a url for a thumbnail of the customer's design.  I would like to use this url in the html code of certain emails.  

1. How would I populate this custom object field's value as html code?  
2. How would I populate this custom object field's value as text?

Any help would be greatly appreciated.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

March 26, 2015
If I'm understanding you correctly, you could access the custom object via an email script token. This would use the custom object value and plug it into some html, then output that where ever you need it (a landing page or email within that program.)

Here's a resource that helped me in the beginning:
http://developers.marketo.com/documentation/email-scripting/ 
March 27, 2015
Thanks chief.