Skip to main content

A campaign email template

id
string<uuid>
required
read-only

A Unique identifier

Example:

"01a082d0-33d1-7502-8527-0bf4271a776e"

timestamp_created
string<date-time>
required
read-only

Timestamp when the email template was added to our database.

Example:

"2026-09-08T20:57:57.969Z"

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:

"01a082d0-33d1-7502-8527-0bf57c8068c0"

subject
null | string

An email template subject

Example:

"Test Email template Subject"