create_mailbox
Create a new email mailbox by providing the local part (e.g., 'hello') and optional domain ID to provision a new address for sending and receiving messages.
Instructions
Create a new mailbox. Scope: mailbox:write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_id | No | Domain ID; omit to use the default domain | |
| local_part | Yes | The part before @, e.g. 'hello' |