boundry.
RegionSydney, Australia
Documentation/Retrieve an email

Retrieve an email

Retrieve an outbound email and its latest delivery state.

GET/emails/{email_id}

Path parameters

NameTypeDescription
email_idrequiredstring

200 response

Email

FieldTypeDescription
objectrequiredstring

The resource type. Always `email`. Values: "email".

idrequiredstring

The unique email ID.

message_idstring | null

The RFC 5322 Message-ID assigned to the email, when available.

fromrequiredstring

The sender address, with an optional display name.

torequiredarray

The primary recipient addresses.

ccarray

The carbon-copy recipient addresses.

bccarray

The blind-carbon-copy recipient addresses.

reply_toarray

The addresses that receive replies to the email.

subjectrequiredstring

The email subject line.

htmlstring | null

The HTML body, or `null` when one was not supplied.

textstring | null

The plain-text body, or `null` when one was not supplied.

headersobject

Custom headers supplied with the email.

tagsarray

Metadata tags attached to the email.

last_eventrequiredstring

The most recent delivery event recorded for the email.

scheduled_atstring | null (date-time)

When the email is scheduled to send, or `null` for an immediate send.

created_atrequiredstring (date-time)

When Boundry accepted the email.

404 response

Error

FieldTypeDescription
namerequiredstring

messagerequiredstring

errorsobject