my bad,here is the content of html file:
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</htm...
Here is the curl of my request via postman
curl --location --request POST 'https://xxxxx.mktorest.com/rest/asset/v1/emailTemplates.json' \
--header 'Accept: application/json' \
--h...
Sorry, I didnot understand. Which ID's?So I created a simple email template via API. Here is how it looked at the preview on Marketo:
And when I sent it as email, here is how it i...
This is happening when I am creating email template via API (postman). Although the email template appears fine when I preview it but when I send the email, it duplicates the conte...
1. Starter email template code (created at Marketo via design studio):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transi...