Skip to main content
GET
Get one EmailQueueItem
An EmailQueueItem is a read-only outgoing email delivery record for a location, tracking its recipients, content, sender, attempts, and delivery result.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the EmailQueueItem-Read role.

Path Parameters

integer
required
The Id of the EmailQueueItem record to retrieve.

Code Examples

Response

200

integer
ID of the location that owns this queued email..
integer
Optional ID of the email account whose outgoing server and sender details are used instead of the location’s default email settings..
integer
Optional ID of the staff user recorded as the sender of this email..
string
Email subject line, limited to 1,024 characters..
string
Localized HTML content sent as the email body..
string
Optional reply-to email address; when empty, the selected email account or location email settings provide it..
string
Required recipient email addresses, separated with semicolons..
string
Optional carbon-copy recipient email addresses, separated with semicolons..
string
Optional blind-carbon-copy recipient email addresses, separated with semicolons..
boolean
Whether the system has completed a send attempt; this can be true even when Delivered is false..
integer
Number of send attempts made by the email delivery process; retrying through the queue command resets it to zero..
boolean
Whether the most recent send attempt was accepted successfully by the email delivery process..
string
Most recently recorded delivery error, including provider-reported bounces; empty when no error is currently recorded..
string
UTC date and time when the system last completed a send attempt; empty until an attempt is made..
boolean
Internal queue-processing flag managed by the email delivery system and retry command..
string
Optional sender display name that overrides the selected email account or location email settings..
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response