Create Email Folder
emailfolders_createCreate a new mail folder in your Microsoft 365 mailbox, either at the root level or as a subfolder of an existing folder.
Instructions
✏️ Create a new mail folder (requires user confirmation recommended)
Creates a new mail folder in the mailbox, either at the root level or as a child of an existing folder.
Args: display_name: Name for the new folder account_id: Microsoft account ID parent_folder_id: Parent folder ID (None = root level)
Returns: Created folder object with id, displayName, and other metadata
Raises: ValueError: If display_name is empty or parent_folder_id is invalid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| display_name | Yes | ||
| account_id | Yes | ||
| parent_folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||