Importing HTML into an Email/Template | Community
Skip to main content
Neil_Robertson6
Level 4
October 26, 2015
Question

Importing HTML into an Email/Template

  • October 26, 2015
  • 2 replies
  • 1684 views

We have been working on using the REST API to import content into an email / template with mixed results (errors on import which we are working on now).    Other apps allow a neat way of an HTTP/S import but Marketo doesn't seem to so looking for ideas/suggestions.

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

2 replies

Josh_Hill13
Level 10
October 26, 2015

Have you tried using velocity scripting or the token insertion method that worked for Digesto?

Justin_Cooperm2
Level 10
October 26, 2015

Our APIs are pretty extensive. You should be able to do pretty much anything you want.

Marketo REST APIs: Asset Objects » Marketo Developers

Check out the resource above. You can create a new Email Template programmatically, put in whatever HTML you want, then create a new Email using that template and send it out, all programmatically.