Create a mailbox
qmailing_create_mailboxCreate a new email mailbox on qmailing.com or a verified custom domain. Provide the local part; optionally set domain, display name, and forward address.
Instructions
Create a new mailbox under qmailing.com or one of the user's verified custom domains. Counts against the plan's mailbox quota; on a custom domain that domain must be both claimed AND fully DNS-verified or the API will return 400. Use when the user explicitly asks to "create" / "add" / "make" a mailbox; do NOT call this just to look one up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPart | Yes | The part before the @. Letters, digits, dots, hyphens, underscores; 1-64 chars. | |
| domain | No | Domain part (e.g. "qmailing.com" or a verified custom domain). Optional; defaults to qmailing.com on the server side. | |
| displayName | No | Friendly name on outbound mail (the part shown before <addr> in From). | |
| forwardTo | No | Forward inbound mail to this address. Leave empty to keep the mailbox standalone. |