combell_mailboxes_create
Create a mailbox for a mail zone account using account ID, email address, and password.
Instructions
Create a mailbox on a mail zone account. Find the account_id in the mail zone's available_accounts (combell_mail_zones_get).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| password | Yes | Mailbox password: 8-20 characters, a mix of letters and digits with at least one of each, no spaces, none of * € $ & + } { ' " \ | |
| account_id | Yes | Mail zone account id (from combell_mail_zones_get available_accounts) | |
| email_address | Yes | The new mailbox address, e.g. 'info@example.be' |