create_mailboxes_for_zero_domains
Generate mailboxes on domains with no existing mailboxes to enable email operations and improve domain functionality.
Instructions
Create N mailboxes on every domain in the active workspace with zero mailboxes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
countPerDomain | No | Mailboxes to create per domain. |
Input Schema (JSON Schema)
{
"properties": {
"countPerDomain": {
"default": 3,
"description": "Mailboxes to create per domain.",
"type": "number"
}
},
"type": "object"
}