PATCH /v1/domains/{id}/receiving
Enabling receiving returns the MX record(s) to publish. Mail can only route in once that record resolves. With receiving on, create an inbox on the domain, then read conversations via threads. To read the current state without changing it, issue a GET on the same path.
Path parameters
The domain id, for example
dom_01HZ8K3M9P.Body
true to turn receiving on, false to turn it off. Disabling stops routing new inbound mail; existing threads and inboxes are preserved.Request
Response
200 OK — the updated receiving state. When enabling, the records array carries the MX record(s) to publish; each verified flag flips to true once it resolves.
Verify sending first. Receiving can only be enabled on a domain that has already passed verification for sending.
