Skip to main content
Enable inbound email receiving on a custom domain that has already been verified. Calling this endpoint stamps the domain as inbound-enabled and returns the inbound MX record you must publish in your DNS. Once that MX record is detected in DNS during the next verification check, AutoSend wires up the SES receipt rule and inbound becomes live for the domain (at which point inboundDomainVerifiedAt is set).

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Path Parameters

string
required
The id of the domain on which to enable inbound receiving.

Response

boolean
Indicates whether the request was successful.
object
The updated domain object.

Errors

object
Returned when no domain with the given domainId exists in the project.
object
Returned when inbound receiving could not be enabled on the domain.