App Nodes
Microsoft SharePoint node documentation

Microsoft SharePoint node

Use the Microsoft SharePoint node to automate work in Microsoft SharePoint and integrate Microsoft SharePoint with other applications. n8n has built-in support for a wide range of Microsoft SharePoint features, which includes downloading, uploading, and updating files, managing items in a list, and getting lists and list items.

On this page, you'll find a list of operations the Microsoft SharePoint node supports, and links to more resources.

Credentials: You can find authentication information for this node here.

Operations

  • File:
    • Download: Download a file.
    • Update: Update a file.
    • Upload: Upload an existing file.
  • Item:
    • Create: Create an item in an existing list.
    • Create or Update: Create a new item, or update the current one if it already exists (upsert).
    • Delete: Delete an item from a list.
    • Get: Retrieve an item from a list.
    • Get Many: Get specific items in a list or list many items.
    • Update: Update an item in an existing list.
  • List:
    • Get: Retrieve details of a single list.
    • Get Many: Retrieve a list of lists.

Related resources

Refer to Microsoft's SharePoint documentation (opens in a new tab) for more information about the service.