create-mail-child-folder
Create a subfolder inside a parent mail folder. Specify the parent folder ID and new folder name to organize emails.
Instructions
Use this API to create a new child mailFolder. If you intend a new folder to be hidden, you must set the isHidden property to true on creation.
💡 TIP: Creates a subfolder inside an existing mail folder. Use list-mail-folders or list-mail-child-folders to find the parent folder ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| mailFolderId | Yes | Path parameter: mailFolderId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |