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
| Operation | Type | Purpose |
|---|---|---|
createAdminMarketingTemplate | Mutation | Create an email template |
Details
- Requires an admin Bearer token and the
marketing.communications.email_templates.createpermission. - The mutation returns the full template payload.
Input fields
| Field | Type | Required | Notes |
|---|---|---|---|
name | String | Yes | Template name |
status | String | Yes | active, inactive, or draft |
content | String | Yes | Raw HTML email body |

