Zurück zu Microsoft OneDrive
Verbinde Knoon AI mit Microsoft OneDrive (Microsoft), um KI-Workflows zu automatisieren.
Create a new folder in OneDrive or SharePoint, optionally inside a specific parent folder.
microsoftOneDriveCreateFolder
Beta
Berechtigungen
Optionale Berechtigungen
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| parentFolderId | file | Optional. Select the parent OneDrive or SharePoint folder. If not set, the folder is created in root. | Nein |
| folderName | mustache | Name of the folder to create (e.g. "Invoices 2026"). | Ja |
| conflictBehavior | string | How to handle name conflicts when a folder with the same name already exists. | Nein |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| status | string | CREATED or ERROR. |
| sensitive.folderId | string | DriveItem ID of the created folder. |
| sensitive.name | string | Name of the created folder. |
| sensitive.parentReference | object | Parent reference metadata. |
| sensitive.createdTime | string | Folder creation time. |
| sensitive.modifiedTime | string | Last modified time. |
| confidential.webUrl | string | Web URL to open the folder. |



