POST /domains/:id/inbound
Enables inbound email receiving on a verified domain. Creates an SES receipt rule and returns the MX DNS record you need to add.Authentication
JWT (Dashboard)Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Domain ID |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
subdomain | string | No | Subdomain prefix for receiving (e.g. in). If omitted, receives on root domain. |
Response
DNS Setup
Add the returned MX record at your DNS provider. Emails sent to*@in.yourdomain.com will then be received by Sendi.