Skip to main content
Give a receiving-enabled domain a real address that can take mail in. Once created, inbound messages to it land in threads you can read and reply to. 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

string
required
The full receive address, for example support@acme.com. Its domain must be a receiving-enabled domain you own.
string
required
The id of the receiving domain this inbox belongs to.
string
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.