Skip to main content
GET
Get a transactional email

Request

Path parameters

transactionalEmailId
string
required
The ID of the transactional email.

Response

Success

id
string
required
The transactional email ID.
name
string
required
The transactional email name.
draftEmailMessageId
nullable string
required
The ID of the draft email message, if one exists.
publishedEmailMessageId
nullable string
required
The ID of the published email message, if one exists.
transactionalGroupId
nullable string
required
The ID of the group this transactional email belongs to.
createdAt
string
required
ISO 8601 timestamp for when the transactional email was created.
updatedAt
string
required
ISO 8601 timestamp for when the transactional email was last updated.
dataVariables
array
required
Data variable names used by the published email. Empty for unpublished transactional emails.

Error

A 400 Bad Request is returned if transactionalEmailId is invalid. A 404 Not Found is returned if the transactional email does not exist. If the API key is invalid (or content API is not enabled for your team), a 401 Unauthorized is returned.
message
string
required
An error message describing what went wrong.
Last modified on June 30, 2026