create_domain
Create a custom email domain to send and receive emails from your own address. After creation, configure DNS records and verify the domain.
Instructions
Create a new custom email domain.
After creating a domain, you need to:
Call get_domain_records to see the required DNS records
Add those records at your domain registrar
Call verify_domain to check verification status
Args: name: Domain name, e.g. "example.com" region: AWS region (optional), e.g. "us-east-1" or "eu-west-1"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| region | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |