Skip to content

Sent Emails

A sent email records an email the platform sent, with full delivery tracking: status, opens, and bounce information. The API exposes them read-only for monitoring deliverability and auditing communications.

/backend/api/v1/sentEmails/ID - fetch the sent email with the specified ID.

/backend/api/v1/sentEmails/ - list all sent emails.

ParameterTypeRequiredDescription
idAfterintegerNoOnly include sent emails with a higher ID
createdSincedatetimeNoOnly include sent emails created since the given time
updatedSincedatetimeNoOnly include sent emails updated since the given time
FieldNameTypeDescription
emailAddressEmail AddressTextThe ID of the email address this sent email was sent to
sentStampSent DateDateDate when the email was sent
statusStatusPreset ValueCurrent delivery status of the email
deliveredHostDelivered ToTextThe host server that received the email
deliveredStampDelivered DateDateDate when the email was delivered to the recipient server
openedStampOpened DateDateDate when the email was opened by the recipient
bounceDescriptionBounce DescriptionTextDescription of any bounce or delivery failure
SMTPDiagServer MessageTextDiagnostic message from the email server
idSent Email IDTextThe unique identifier for this sent email record
customerIDCustomerTextThe ID of the customer this sent email is for
userUserTextThe ID of the user this sent email is for
subjectEmail SubjectTextThe subject line of the sent email
readStampRead DateDateDate when the email was read by the recipient