alias_create
Create a new email alias for a domain, specifying the alias name, domain, and optional forwarding recipients, labels, encryption, and storage settings.
Instructions
Create a new email alias for a domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Alias name (the part before @domain) | |
| domain | Yes | Domain name | |
| labels | No | Labels for organizing aliases | |
| has_pgp | No | Enable PGP encryption | |
| has_imap | No | Enable IMAP storage for this alias | |
| max_quota | No | Maximum storage quota for this alias (e.g. '1 GB') | |
| is_enabled | No | Whether the alias is enabled | |
| public_key | No | PGP public key for encryption | |
| recipients | No | List of recipient email addresses to forward to | |
| smtp_limit | No | Per-alias daily SMTP outbound limit; 0 uses the domain limit. Requires domain-admin permission - omit unless explicitly setting it. Capped by the domain's effective limit | |
| description | No | Description of this alias | |
| has_wkd_disabled | No | Disable WKD (Web Key Directory) public key lookup for this alias | |
| has_recipient_verification | No | Require recipients to confirm before forwarding |