Skip to content

Update Email Template

Updates an existing email template — the Edit Template action on the admin Marketing → Communications → Email Templates screen.

TIP

New here? Read the Email Templates overview for what a template does and how its fields behave.

Endpoint

EndpointMethod
/api/admin/marketing/templates/{id}PUT

Details

  • Requires an admin Bearer token and the marketing.communications.email_templates.edit permission.
  • The update is a partial merge — send only the fields you want to change; omitted fields keep their existing values.
  • Returns the full updated template payload.

Request body

FieldTypeRequiredNotes
namestringnoTemplate name
statusstringnoactive, inactive, or draft
contentstringnoRaw HTML email body

Released under the MIT License.