Update Email Template
Updates an email template — the Edit row action on the admin Marketing → Communications → Email Templates screen. Only the fields you send are changed; the rest keep their current values.
TIP
New here? Read the Email Templates overview for what an email template does and how its fields behave.
Operation
| Operation | Type | Purpose |
|---|---|---|
updateAdminMarketingTemplate | Mutation | Update an email template |
Details
- Requires an admin Bearer token and the
marketing.communications.email_templates.editpermission. - Pass the template's IRI as
id. The mutation is a partial merge and returns the full template payload.
Input fields
| Field | Type | Required | Notes |
|---|---|---|---|
id | ID | Yes | The template's IRI |
name | String | No | Template name |
status | String | No | active, inactive, or draft |
content | String | No | Raw HTML email body |

