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...
When I send an email using an Email Template from Marketo, the content is duplicated. Why is that so?For example:-header
-body
-footer
-header
-body
-footer
Its showing the conte...