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
| Endpoint | Method |
|---|---|
/api/admin/marketing/templates | POST |
Details
- Requires an admin Bearer token and the
marketing.communications.email_templates.createpermission. - Returns the full template payload.
Request body
| Field | Type | Required | Notes |
|---|---|---|---|
name | string | yes | Template name |
status | string | yes | active, inactive, or draft |
content | string | yes | Raw HTML email body |

