Skip to main content

A campaign email template

id
string<uuid>
required
read-only

A Unique identifier

Example:

"019fdec8-09a8-7b22-9bb4-2a435507606d"

timestamp_created
string<date-time>
required
read-only

Timestamp when the email template was added to our database.

Example:

"2026-08-08T00:31:19.464Z"

body
string
required

An body of the email template on html or text format

Example:

"<p>This is a test email</p>"

name
string
required

An email template name

Example:

"Test Email Template"

organization
string<uuid>
required
read-only

The workspace ID

Example:

"019fdec8-09a8-7b22-9bb4-2a4426f0c82d"

subject
null | string

An email template subject

Example:

"Test Email template Subject"