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
| Endpoint | Method |
|---|---|
/api/admin/marketing/templates/{id} | PUT |
Details
- Requires an admin Bearer token and the
marketing.communications.email_templates.editpermission. - 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
| Field | Type | Required | Notes |
|---|---|---|---|
name | string | no | Template name |
status | string | no | active, inactive, or draft |
content | string | no | Raw HTML email body |

