POST /v1/inboxes
An inbox is an address on a domain that has receiving turned on. The address’s domain part must match a domain you own and that domain’s MX record must resolve to Drin before mail will route in.
Body
The full receive address, for example
support@acme.com. Its domain must be a receiving-enabled domain you own.The id of the receiving domain this inbox belongs to.
A human-friendly name shown alongside the address, for example
Acme Support.Request
Response
201 Created — the inbox. Pass its id as ?inboxId= when listing threads to scope the feed to this address.
Test without DNS. You can exercise the whole inbound path — inbox to thread to webhook — without waiting on MX by calling simulate inbound.
