Mailboxes
Create mailbox
Creates a new mailbox for the specified domain with optional forwarding and webmail access
POST
/
domains
/
{domain}
/
mailboxes
Authorizations
Path Parameters
Domain name
Body
application/json
Request payload for creating and configuring a new mailbox
List of email addresses to forward to required: false maxItems: 10 example: ["user1@example.com","user2@example.com"]
Associated user's email address required: false format: email example: john.doe@mycompany.com
Password for mailbox access required: false minLength: 8 maxLength: 64 example: SecurePassword123!
Username for the mailbox required: true pattern: ^[a-zA-Z0-9._%+-]+$ minLength: 3 maxLength: 64 example: john.doe
Enable webmail access required: false default: false