create_folder
Create a new Outlook mail folder, either at the top level or as a child of an existing folder, to organize messages in a mailbox.
Instructions
Create a new mail folder (top-level or child).
Args: display_name: Folder name. Required, non-empty. parent_folder_id: If set, create as a child of this folder; else create at the top level. Accepts a folder id or a well-known name ('inbox', 'archive', etc.). mailbox: Optional mailbox (email or user id) for shared mailboxes. include_raw: Include the raw Graph payload.
Returns: The trimmed new folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailbox | No | ||
| include_raw | No | ||
| display_name | Yes | ||
| parent_folder_id | No |