Email_templates

UpdateEmailTemplate

Update email template

patch/channel/{id}/email-template/{templateId}

Path parameters

idstring required

The channel id

templateIdstring required

The email template id

Request body

namestring
<p>The template name.</p>
subjectstring
<p>The email subject.</p>
preHeaderstring
<p>The email preheader.</p>
contentobject
<p>The structured email editor content. HTML blocks are stored in content.elements entries with type &quot;html&quot; and field &quot;content&quot;.</p>

Response

Success-Response:

successboolean required
<p>True if the template was updated successfully.</p>

Changes

No recorded changes to this endpoint across all 1 revision of this API.