Skip to main content
GET
Get a transactional email

Authorizations

Authorization
string
header
required

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

Path Parameters

transactionalId
string
required

The ID of the transactional email.

Example:

"cll42l54f20i1la0lfooe3z12"

Response

Successful.

id
string
required

The ID of the transactional email.

Example:

"cll42l54f20i1la0lfooe3z12"

name
string
required

The name of the transactional email.

Example:

"Sign up confirmation"

draftEmailMessageId
string | null
required

The ID of the draft email message. null if there is no draft version.

Example:

"cle5f7g9h1i3j5k7l9m1n3p5"

publishedEmailMessageId
string | null
required

The ID of the published email message. null if there is no published version.

Example:

"cle5f7g9h1i3j5k7l9m1n3p5"

transactionalGroupId
string | null
required

The ID of the group this transactional email belongs to.

Example:

"clg7n5p3q1r9s7t5u3v1w9y7"

createdAt
string<date-time>
required

ISO 8601 timestamp for when the transactional email was created.

Example:

"2025-06-29T07:47:39.370Z"

updatedAt
string<date-time>
required

ISO 8601 timestamp for when the transactional email was last updated.

Example:

"2025-06-29T07:47:39.370Z"

dataVariables
string[]
required

Data variable names used by the published email. Empty for unpublished transactional emails.

Last modified on July 20, 2026