Skip to main content
PATCH
Update an email template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Email template UUID.

Body

application/json
name
string
Pattern: ^[A-Za-z0-9 _-]+$
subject
string | null

Liquid template subject.

html_body
string | null

Liquid template HTML body.

text_body
string | null

Liquid template text body.

variables
string[]

Response

Template updated.

data
object
required