create_mailbox
Create a new email folder to organize messages in your iCloud account. Add custom-named mailboxes for better email management and categorization.
Instructions
Create a new mailbox (folder)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the mailbox to create |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the mailbox to create",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}