Skip to main content
POST
Create

Supported products

Body

application/json
body
string
required

The main content of the email template. This is a required field and must be a string.

name
string
required

The name of the email template. This is a required field and must be a string.

folderId
string

The identifier of the folder in which the template is stored. This is an optional field and must be a string if provided.

subject
string

The subject line of the email template. This is an optional field and must be a string if provided.

Response

successful operation

id
string
required

The unique identifier for the email template, represented as a string.

body
string

The content of the email template, represented as a string.

createdAt
integer<int64>

The timestamp indicating when the email template was created, represented as an integer in int64 format.

folderId
string

The identifier of the folder where the email template is stored, represented as a string.

name
string

The name of the email template, represented as a string.

ownerId
string

The identifier of the owner of the email template, represented as a string.

subject
string

The subject line of the email template, represented as a string.

updatedAt
integer<int64>

The timestamp indicating when the email template was last updated, represented as an integer in int64 format.

Last modified on September 14, 2026