Custom Object Value in Email as HTML and/or Text

Anonymous
Not applicable

Custom Object Value in Email as HTML and/or Text

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.
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Custom Object Value in Email as HTML and/or Text

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/ 
Anonymous
Not applicable

Re: Custom Object Value in Email as HTML and/or Text

Thanks chief.