Skip to main content
List Inbound Emails

Description

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

Query parameters

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

Response

data
array
Array of inbound email records.
pagination
object
Pagination metadata.

Inbound Email

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

Examples


Need help? Contact support@usesendly.app