Skip to main content
List Inbound Emails

Description

Retrieve a paginated list of inbound emails received on your verified domains.

Query parameters

number
Results per page. Default: 20. Maximum: 100.
number
Page number. Default: 1.
Search by sender, recipient, or subject.
string
Filter emails received on or after this date.
string
Filter emails received on or before this date.
string
Sort field. Default: received_at.
string
Sort order. Default: desc.

Response

array
Array of inbound email records.
object
Pagination metadata.

Inbound Email

string
Unique inbound email ID.
string
Sender email address.
string | null
Sender name, if available.
string
Recipient address on your domain.
string
Email subject.
string | null
Reply-to address.
string[] | null
CC recipients.
string[] | null
BCC recipients.
string
ISO 8601 timestamp when the email was received.
array
Email attachments.

Examples


Need help? Contact support@usesendly.app