email.received
event to the endpoint’s URL.
Request headers
These headers were originally spelled
X-Inbound-*. Every delivery currently
carries both spellings with identical values, so existing handlers keep
working. New handlers should read X-Inboundr-*; the older names will be
withdrawn once no endpoint depends on them.Payload
string
Always
email.received.string
The stored email id (
em_…). Use it with the
emails API to fetch attachments or full context.string
Conversation id. Fetch the rest of the thread via
GET /v1/threads/{id}.array
Attachment metadata only (filename, contentType, size). Download content via
the attachments endpoint.
object
spam, spf, and dkim authentication results.Responding
Return any2xx status to acknowledge receipt. Anything else — including a
3xx redirect or a timeout — is treated as a failed attempt and
retried.