So it turns out the the only thing missing in my API request is to set the header to Content-Type: application/x-www-form-urlencoded.Would help to get better error messages, but an...
Hi there,I'm working on a system that creates email templates and approves them via API. We had everything working fine, but last week we started receiving API errors when approvin...
Right, thanks. Andyou know if there's anything I can do in my HTML to avoid the multiple whitespaces when Marketo copies from the HTML? This will be completely automated so people ...
Hi there.I'm using Marketo's API to create my templates & emails, and everything is working as I would expect.But, when I go to the created email in Marketo, the text-only version ...
Alright, I figured the problem. My `class="mktEditable" id="body"` were in the <body> element, and that was making the approval fail. For some reason, using the UI works.Creating a...
Hi there,I'm trying to create and approve an email template via Marketo API. I can create the email template fine, but when I try to approve the email template, I get two different...