Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 anyway, that's the solution.
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 approving the template. The errors are not really helpful as they are always the 611 - System Error error message.Here is the o...
I was able to deal with this issue by removing extra whitespaces and indentation of the HTML before sending to Marketo.
Right, thanks. And you 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 won't really go and manually change the text-only version.
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 contain a lot of whitespaces between my sections.Here's the HTML I have: email.html · GitHub I tried to update the text...
Alright, I figured the problem. My `class="mktEditable" id="body"` were in the element, and that was making the approval fail. For some reason, using the UI works.Creating a div inside the body and putting the content over there made it work.
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 errors:1 - 611- System ErrorThis one happens when I try to approve the email template with an API call that happens rig...