action combell_create_mailbox { label: "Create a new mailbox." provider: combell method: POST path: "/mailboxes" encoding: json input: { type: "object" properties: { account_id: { type: "integer" format: "int32" description: "Mail zone account id" } email_address: { type: "string" description: "E-mail address" } password: { type: "string" description: "The password for the mailbox.
\nPasswords have to adhere to following rules:
" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }