Hello Guys,
We are worried about how to send requests for 'Create Email Template' from contents management systems.
What's mean 'Example Request Body'?
Marketo's Website says in this page.
http://developers.marketo.com/documentation/asset-api/create-email-template
We can't make sence this paragraph!
I think we should be post JSON from AJAX.
But, I don't know how to post.
Could you tell me how about.
Best Regards,
Hi hiroaki
"Example request body" is a post body with "Example Request URL".
It's multipart and contain required parameters "content", "folder" and "name".
This API does not support JSON request.