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.
Methods
Section titled “Methods”Retrieve Single Sent Email
Section titled “Retrieve Single Sent Email”/backend/api/v1/sentEmails/ID - fetch the sent email with the specified ID.
List Sent Emails
Section titled “List Sent Emails”/backend/api/v1/sentEmails/ - list all sent emails.
Additional Query Parameters
Section titled “Additional Query Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
idAfter | integer | No | Only include sent emails with a higher ID |
createdSince | datetime | No | Only include sent emails created since the given time |
updatedSince | datetime | No | Only include sent emails updated since the given time |
Fields
Section titled “Fields”| Field | Name | Type | Description |
|---|---|---|---|
| emailAddress | Email Address | Text | The ID of the email address this sent email was sent to |
| sentStamp | Sent Date | Date | Date when the email was sent |
| status | Status | Preset Value | Current delivery status of the email |
| deliveredHost | Delivered To | Text | The host server that received the email |
| deliveredStamp | Delivered Date | Date | Date when the email was delivered to the recipient server |
| openedStamp | Opened Date | Date | Date when the email was opened by the recipient |
| bounceDescription | Bounce Description | Text | Description of any bounce or delivery failure |
| SMTPDiag | Server Message | Text | Diagnostic message from the email server |
| id | Sent Email ID | Text | The unique identifier for this sent email record |
| customerID | Customer | Text | The ID of the customer this sent email is for |
| user | User | Text | The ID of the user this sent email is for |
| subject | Email Subject | Text | The subject line of the sent email |
| readStamp | Read Date | Date | Date when the email was read by the recipient |