Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
In Marketo's UI, you can "detach" an email from its template by editing the html. Is there a way to do this with the REST API? I only see the email content endpoint which allow you to update editable sections, but not the HTML. Being stuck with this template to email association in the API is ver...
In case anyone else have this issue, you should know the mktoDefaultSnippetId parameter is not yet supported by the API, confirmed by MKTO support. Closing.
Hello. We are leveraging the default snippet attribute “mktoDefaultSnippetId” in the div containing the snippet, it is documented here: http://docs.marketo.com/display/public/DOCS/Email+Template+Syntax . It works when done manually in the UI of Marketo but emails templates created from the REST AP...
Well that's a bummer, thanks for the answer.
Hello, I would like to know if it is possible, in a Marketo landing page, to write HTML (or Javascript) conditional to token value(s). I guess similar to what you can do with Velocity scripting in emails, but in landing pages. What I would like to do is something like:if {{lead.Some Token}} = "som...