Voltar para Microsoft OneDrive
Conectar Knoon AI com Microsoft OneDrive (Microsoft) para automatizar fluxos de trabalho de AI.
Create a new folder in OneDrive or SharePoint, optionally inside a specific parent folder.
microsoftOneDriveCreateFolder
Beta
Permissões
Permissões opcionais
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| parentFolderId | file | Optional. Select the parent OneDrive or SharePoint folder. If not set, the folder is created in root. | Não |
| folderName | mustache | Name of the folder to create (e.g. "Invoices 2026"). | Sim |
| conflictBehavior | string | How to handle name conflicts when a folder with the same name already exists. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |



