Skip to main content
POST
Create An Email Templates

Authorizations

Authorization
string
header
required

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

Body

application/json
body
string
cc
string<email>[]
is_default
boolean
default:false
name
string
subject
string
auto_correct
boolean
default:false
folder
string

The EmailTemplateFolder identifier, (e.g. etf_abc123).

Response

Successful response

object
string
required
id
string
Maximum string length: 32
attachments
object[]
auto_correct
boolean
body
string | null
cc
string[]
created_at
string<date-time>
folder
object
folder_id
string | null
Maximum string length: 32
is_default
boolean

Whether this is the default email template.

modified_at
string<date-time> | null
name
string | null

The name of the email template.

Maximum string length: 128
preview_body
any
preview_subject
any
subject
string | null

The subject of the email template.