Skip to content

Mail

mail_domain_create

Register a sending domain.

Tool

mail_domain_create

Register a sending domain.

Behavior

Returns
The domain record plus the DNS records to publish for DKIM.
Typical sequence
  1. mail_domain_create
  2. publish DNS records
  3. mail_domain_verify

Arguments

Name Type Required Description
name string The sending domain to register, e.g. example.com.
region string Region for the sending identity (data residency); immutable after create. default: eu-north-1

Try it

Register example.com as a sending domain.

When to use

Register a sending domain (Easy DKIM) and return the DNS records to publish. Publish them, then re-check with mail_domain_verify. The region sets data residency and is immutable after creation.

Example

Ask your agent something like this:

Register example.com as a sending domain.

The agent will invoke mail_domain_create with these arguments:

{
  "name": "example.com"
}

Esc

Start typing to search the docs.

navigate select