Skip to main content
GET
Get one EmailQueueItem
An EmailQueueItem represents a single email queued for delivery. Each record tracks the sender, recipient, subject, body, and delivery status of an outgoing email message.

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 business linked to this record.
integer
ID of the email account linked to this record.
integer
ID of the from user linked to this record.
string
The header value for this email queue item.
string
The body value for this email queue item.
string
The from email value for this email queue item.
string
The to emails value for this email queue item.
string
The cc emails value for this email queue item.
string
The cco emails value for this email queue item.
boolean
Whether sent is enabled.
integer
The sent attempts value for this email queue item.
boolean
Whether delivered is enabled.
string
The last send error value for this email queue item.
string
Date/time value for send date.
boolean
Whether queued is enabled.
string
The from name value for this email queue item.
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