Setup
email_create_domain
Register a sending domain with the provider (use a SUBDOMAIN like mail.example.com, never the root).
write email_create_domain
Register a sending domain with the provider (use a SUBDOMAIN like mail.example.com, never the root). Returns the DNS records (SPF/DKIM) plus a recommended DMARC record the human must add at their DNS host, then email_verify_domain once propagated.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
domain | string | Yes | |
projectId | string | No | Target company (project id). Org-scoped tokens only; call email_list_projects first. |