Create domain
create_domainAdd a domain to your postale.io account, verifying ownership via MX or TXT records and setting optional alias, mailbox, and storage limits.
Instructions
Add a domain to the postale.io account. Ownership is verified either via MX records already pointing to postale.io (verification='mx', default) or via a DNS TXT record (verification='txt'; get the record value first with get_domain_dns_record record='verification'). Optional limits are subject to your plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The domain name to add, e.g. example.com | |
| aliasLimit | No | Max number of aliases for the domain | |
| mailboxLimit | No | Max number of mailboxes for the domain | |
| verification | No | Verification method: 'mx' (MX records must already point to postale.io) or 'txt' (DNS TXT record). Default: mx | |
| forwardDomain | No | Forward domain name (omit for no forward) | |
| totalStorageLimit | No | Total storage limit for the domain, in gigabytes | |
| mailboxStorageLimit | No | Storage limit per mailbox, in gigabytes |