Skip to main content
POST
Inboxes are currently in private beta and only available to a limited number of users. The response shape might change before GA. Get in touch if you’re interested in testing this feature.Once you have access, upgrade your Resend SDK to use the methods on this page:
Replies from the inbox address. Recipients are taken from the message you reply to. At least one of html or text is required.

Path Parameters

Body Parameters

string
The HTML body.
string
The plain-text body.
string
The subject of the reply. When omitted, the thread subject is used, prefixed with Re: if it isn’t already.

Response Fields

string
The ID of the queued outbound email.
string
The ID of the queued outbound email. Same value as id.
string
Always outbound.
string
Sender email address.
string[]
The recipients of the message.
string[]
The CC recipients of the message.
string[]
The BCC recipients of the message.
string[]
Always an empty array.
string
The subject of the sent reply.
string | null
Always null.
string | null
The HTML body.
string | null
The plain-text body.
array
The attachments on the message.
boolean
Whether the message has been read.
string
ISO 8601 timestamp when the message was sent.