action combell_create_catch_all { label: "Create a catch-all on the mail zone" provider: combell method: POST path: "/mailzones/{domainName}/catchall" encoding: json input: { type: "object" properties: { domainName: { type: "string" } domain_name: { type: "string" description: "Mail zone domain name." } email_address: { type: "string" description: "E-mail address to which all e-mails are sent to inexistent mailboxes or aliases" } } required: ["domainName", "domain_name"] additionalProperties: false } output: { type: "object" additionalProperties: true } }