Add a domain

Register a custom sending domain. Provisions the SES Easy-DKIM identity, a custom MAIL FROM subdomain, and a per-domain configuration set, then returns the…

POSThttps://api.mailfully.com/v1/domains

Register a custom sending domain. Provisions the SES Easy-DKIM identity, a custom MAIL FROM subdomain, and a per-domain configuration set, then returns the domain plus the exact DNS records to publish (3 DKIM CNAME, 1 MX, and SPF and DMARC TXT records; tracking is off at creation). Requires the send scope.

Loading code example
Loading code example

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

namestringrequired

The domain to add (lowercased; must be a valid DNS hostname with at least one dot).

mail_from_prefixstring

MAIL FROM subdomain label. Defaults to `send`.

Response

application/json

The domain was created.