Skip to main content
PATCH
Update Transactional Email
Update a transactional email by ID or slug. You can update metadata like name and enabled, or replace the linked email body with html or blocks.

Path Parameters

string
required
Transactional email ID or slug

Request

string
Transactional email name
boolean
Whether this transactional email can be sent
string
Email subject line
string
Email preview text
string
Raw HTML body. Provide either html or blocks, not both.
array
Sequenzy email blocks. Provide either blocks or html, not both. Put block styling under styles; top-level style keys like backgroundColor, backgroundOpacity, borderColor, borderWidth, and borderRadius are normalized into styles.

Responses