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 an email template does and how its fields behave.

Operation

OperationTypePurpose
createAdminMarketingTemplateMutationCreate an email template

Details

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

Input fields

FieldTypeRequiredNotes
nameStringYesTemplate name
statusStringYesactive, inactive, or draft
contentStringYesRaw HTML email body

Released under the MIT License.