Skip to content

Create Email Template

Creates an email template — the Create 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/templatesPOST

Details

  • Requires an admin Bearer token and the marketing.communications.email_templates.create permission.
  • Returns the full template payload.

Request body

FieldTypeRequiredNotes
namestringyesTemplate name
statusstringyesactive, inactive, or draft
contentstringyesRaw HTML email body

Released under the MIT License.