Skip to main content

A campaign email template

id
string<uuid>
required
read-only

A Unique identifier

Example:

"019f985c-63c0-7957-a065-8b518bc4835d"

timestamp_created
string<date-time>
required
read-only

Timestamp when the email template was added to our database.

Example:

"2026-07-25T08:20:19.520Z"

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:

"019f985c-63c0-7957-a065-8b529c6f3782"

subject
null | string

An email template subject

Example:

"Test Email template Subject"