Skip to main content

Overview

Pre-built tooling

Pre-built integrations

Access requirements

Setup guide

Useful links

API gotchas

Pre-built tooling

ToolsStatus
Pre-built authorization (OAuth)
Credentials auto-refresh
Auth parameters validation
Pre-built authorization UI
Custom authorization UI
Expired credentials detection
ToolsStatus
Pre-built integrations
API unification
2-way sync
Webhooks from Nango on data modifications
Real-time webhooks from 3rd-party API🚫 (time to contribute: <48h)
Proxy requests
ToolsStatus
HTTP request logging
End-to-end type safety
Data runtime validation
OpenTelemetry export
Slack alerts on errors
Integration status API
ToolsStatus
Create or customize use-cases
Pre-configured pagination🚫 (time to contribute: <48h)
Pre-configured rate-limit handling🚫 (time to contribute: <48h)
Per-customer configurations

Columns

Function nameDescriptionTypeSource code
create-site-columnCreate a site-level column definition on a SharePoint site.Action🔗 Github
delete-site-columnDelete a site-level column definition.Action🔗 Github
list-list-columnsList columns on a SharePoint list.Action🔗 Github
update-site-columnUpdate a site-level column definition.Action🔗 Github

Content Types

Function nameDescriptionTypeSource code
add-content-type-to-listAssociate a content type with a SharePoint list.Action🔗 Github
create-content-typeCreate a content type on a SharePoint site.Action🔗 Github
delete-content-typeDelete a content type from a SharePoint site.Action🔗 Github
get-content-typeRetrieve a single content type from a SharePoint site.Action🔗 Github
list-content-typesList content types defined on a SharePoint site.Action🔗 Github

Drive Items

Function nameDescriptionTypeSource code
add-drive-item-permissionInvite users or groups to access a drive item.Action🔗 Github
copy-drive-itemCopy a file or folder to another location in a site drive.Action🔗 Github
delete-drive-itemDelete a file or folder from a site drive.Action🔗 Github
get-drive-item-thumbnailRetrieve thumbnail URLs for a drive item.Action🔗 Github
list-drive-item-permissionsList all permissions on a drive item.Action🔗 Github
list-drive-item-versionsList the version history of a drive item.Action🔗 Github
remove-drive-item-permissionRemove a permission from a drive item.Action🔗 Github
restore-drive-item-versionRestore a previous version of a drive item.Action🔗 Github
update-drive-item-permissionUpdate an existing permission on a drive item.Action🔗 Github
update-drive-itemRename or move a file or folder in a site drive.Action🔗 Github
upload-drive-itemUpload small file content directly to a site drive (≤4 MB). For larger files use create-drive-upload-session.Action🔗 Github

Drives

Function nameDescriptionTypeSource code
create-drive-folderCreate a folder in a SharePoint document library.Action🔗 Github
create-drive-upload-sessionStart a large file upload session in a site drive.Action🔗 Github
get-drive-itemRetrieve a file or folder from a site drive.Action🔗 Github
list-drive-childrenList items under a folder in a site drive.Action🔗 Github
list-drivesList document libraries on a site.Action🔗 Github
search-drive-itemsSearch for files and folders within a site drive.Action🔗 Github

Lists

Function nameDescriptionTypeSource code
create-list-columnCreate a column on a SharePoint list.Action🔗 Github
create-list-itemCreate an item in a SharePoint list.Action🔗 Github
create-listCreate a SharePoint list on a siteAction🔗 Github
delete-list-columnDelete a column from a SharePoint list.Action🔗 Github
delete-list-itemDelete an item from a SharePoint list.Action🔗 Github
delete-listDelete a SharePoint list.Action🔗 Github
get-list-itemRetrieve a SharePoint list item by ID.Action🔗 Github
list-list-content-typesList the content types associated with a SharePoint list.Action🔗 Github
list-list-itemsList items in a SharePoint listAction🔗 Github
update-list-columnUpdate a SharePoint list column.Action🔗 Github
update-list-itemUpdate fields on a SharePoint list item.Action🔗 Github
update-listUpdate mutable list properties.Action🔗 Github

Site Pages

Function nameDescriptionTypeSource code
create-site-pageCreate a modern site page.Action🔗 Github
delete-site-pageDelete a site page.Action🔗 Github
get-site-pageRetrieve a site page by ID.Action🔗 Github
publish-site-pagePublish a site page.Action🔗 Github
update-site-pageUpdate a modern site page draft.Action🔗 Github

Sites

Function nameDescriptionTypeSource code
list-site-pagesList modern site pages on a site.Action🔗 Github
search-sitesSearch for sites by keyword.Action🔗 Github

Others

Function nameDescriptionTypeSource code
create-sharing-linkCreate a shareable link for a drive item.Action🔗 Github
download-drive-item-contentDownload the file content of a SharePoint drive itemAction🔗 Github
get-driveRetrieve a site drive by ID.Action🔗 Github
get-listRetrieve a SharePoint list by ID.Action🔗 Github
get-siteRetrieve a SharePoint site by ID or path.Action🔗 Github
list-listsList SharePoint lists on a site.Action🔗 Github
list-shared-sitesList SharePoint sites for user selection workflows.Action🔗 Github
list-site-columnsList site-level column definitions on a SharePoint site.Action🔗 Github
content-typesSync content type definitions for configured sites.Sync🔗 Github
drive-item-versionsSync version history for drive items in configured site drivesSync🔗 Github
drive-itemsSync files and folders from selected site drivesSync🔗 Github
drivesSync document libraries for selected sitesSync🔗 Github
list-columnsSync SharePoint list schemas.Sync🔗 Github
list-itemsSync items from selected SharePoint lists.Sync🔗 Github
listsSync SharePoint lists for selected sites.Sync🔗 Github
permissionsSync permission grants on drive items for configured site drives.Sync🔗 Github
shared-sites-selectionSync selected files from chosen SharePoint shared sites.Sync🔗 Github
site-columnsSync site-level column definitions for configured sites.Sync🔗 Github
site-pagesSync modern site pages for selected sites.Sync🔗 Github
sitesSync targeted SharePoint sites.Sync🔗 Github
subsitesSync subsites under selected parent sites.Sync🔗 Github
user-files-selectionSync selected user files from SharePoint.Sync🔗 Github
user-filesSync file metadata from user-accessible SharePoint files.Sync🔗 Github

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

API gotchas

  • Nango supports both SharePoint Online v1 and v2, providing flexibility for integrations depending on your requirements. SharePoint v1 refers to the older REST API, which uses legacy authentication methods like SharePoint Online (SPO) or older OAuth implementations. Its endpoints follow the pattern https://<your-tenant>.sharepoint.com/_api/, and it supports basic SharePoint operations. However, v1 lacks modern features such as delta queries for incremental sync and deep integration with Microsoft 365.
  • Sharepoint Online v2, on the other hand, is a modernized version aligned with the Microsoft Graph API. It uses OAuth 2.0 with the Microsoft Identity Platform (formerly Azure AD) for secure and scalable authentication. Endpoints for v2 are primarily accessed through https://graph.microsoft.com/v1.0/sites/..., and it offers advanced capabilities like delta queries for incremental sync, enhanced performance, and seamless integration with Microsoft 365 services.
Contribute API gotchas by editing this page

Connect to SharePoint Online (Client Credentials V2)

Guide to connect to SharePoint Online (Client Credentials V2) using Connect UI