SharePoint
Files & storageOAuth 2.0credential probe
SharePoint sites, lists, list items and document libraries (Microsoft Graph, OAuth2).
OCNORA ships 12 typed SharePoint operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Operations 12
- Create List ItemAdd a row to a list, supplying its column values as a JSON object.sharepoint.create_list_item
- Delete List ItemDelete one item from a list.sharepoint.delete_list_item
- Download Library FileDownload a file from the site's default document library and emit it as the shared base64 file envelope.sharepoint.download_file
- Get ListRead one list's metadata, including its template and web URL.sharepoint.get_list
- Get List ItemRead one list item with its column values expanded.sharepoint.get_list_item
- Get SiteRead one site's metadata by site id, by hostname and server-relative path, or the tenant root site when neither is given.sharepoint.get_site
- List Library FolderList the files and folders in the site's default document library, from the library root when no folder is named.sharepoint.list_drive_children
- List List ItemsList a list's items with their column values expanded, optionally narrowed by an OData filter.sharepoint.list_items
- List ListsList the lists and libraries on a site, following Graph paging.sharepoint.list_lists
- Search SitesSearch the tenant for sites whose title or content matches a query.sharepoint.search_sites
- Update List ItemChange column values on an existing list item; columns not named keep their current values.sharepoint.update_list_item
- Upload Library FileUpload a file into the site's default document library. Files at or below 4 MiB use Graph's simple upload; larger ones use a resumable upload session automatically.sharepoint.upload_file
Run your first SharePoint workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.