OCNORA

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 Item
    Add a row to a list, supplying its column values as a JSON object.
    sharepoint.create_list_item
  • Delete List Item
    Delete one item from a list.
    sharepoint.delete_list_item
  • Download Library File
    Download a file from the site's default document library and emit it as the shared base64 file envelope.
    sharepoint.download_file
  • Get List
    Read one list's metadata, including its template and web URL.
    sharepoint.get_list
  • Get List Item
    Read one list item with its column values expanded.
    sharepoint.get_list_item
  • Get Site
    Read 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 Folder
    List 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 Items
    List a list's items with their column values expanded, optionally narrowed by an OData filter.
    sharepoint.list_items
  • List Lists
    List the lists and libraries on a site, following Graph paging.
    sharepoint.list_lists
  • Search Sites
    Search the tenant for sites whose title or content matches a query.
    sharepoint.search_sites
  • Update List Item
    Change column values on an existing list item; columns not named keep their current values.
    sharepoint.update_list_item
  • Upload Library File
    Upload 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.