Create mailbox
mail_createMailboxV1Create a new email mailbox under a specified mail order by providing a local part and password. The domain is taken from the order to form the complete email address.
Instructions
Create a mailbox under the given mail order. The full email address is composed from the given local part and the domain of the order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | Order resource ID | |
| password | Yes | Mailbox password. Minimum 8 characters with uppercase, lowercase, number and special character. | |
| local_part | Yes | Local part of the mailbox address (the part before the @). The domain is taken from the order. Must start and end with a letter or digit; single dots, underscores and hyphens are allowed in between. |