SOLVED

Approving email template via API always fail

Go to solution
Luis_Dalmolin
Level 2

Approving email template via API always fail

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 one example of a template that is failing: marketo-template.html · GitHub 

If I go to Marketo and manually approve the template, it works. Also, if I create a new template with this content and approve it, it also works. It only fails from the API.

Any ideas what could be happening? 

Tags (3)
1 ACCEPTED SOLUTION

Accepted Solutions
Luis_Dalmolin
Level 2

Re: Approving email template via API always fail

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.

View solution in original post

1 REPLY 1
Luis_Dalmolin
Level 2

Re: Approving email template via API always fail

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.