Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
| Tools | Status |
|---|---|
| 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 | ✅ |
✅ Observability & data quality
✅ Observability & data quality
| Tools | Status |
|---|---|
| HTTP request logging | ✅ |
| End-to-end type safety | ✅ |
| Data runtime validation | ✅ |
| OpenTelemetry export | ✅ |
| Slack alerts on errors | ✅ |
| Integration status API | ✅ |
✅ Customization
✅ Customization
| Tools | Status |
|---|---|
| Create or customize use-cases | ✅ |
| Pre-configured pagination | 🚫 (time to contribute: <48h) |
| Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
| Per-customer configurations | ✅ |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
content-types | Sync content type definitions for configured sites. | Sync | 🔗 Github |
drive-item-versions | Sync version history for drive items in configured site drives | Sync | 🔗 Github |
drive-items | Sync files and folders from selected site drives | Sync | 🔗 Github |
drives | Sync document libraries for selected sites | Sync | 🔗 Github |
list-columns | Sync SharePoint list schemas. | Sync | 🔗 Github |
list-items | Sync items from selected SharePoint lists. | Sync | 🔗 Github |
lists | Sync SharePoint lists for selected sites. | Sync | 🔗 Github |
permissions | Sync permission grants on drive items for configured site drives. | Sync | 🔗 Github |
shared-sites-selection | Sync selected files from chosen SharePoint shared sites. | Sync | 🔗 Github |
site-columns | Sync site-level column definitions for configured sites. | Sync | 🔗 Github |
site-pages | Sync modern site pages for selected sites. | Sync | 🔗 Github |
sites | Sync targeted SharePoint sites. | Sync | 🔗 Github |
subsites | Sync subsites under selected parent sites. | Sync | 🔗 Github |
user-files-selection | Sync selected user files from SharePoint. | Sync | 🔗 Github |
user-files | Sync file metadata from user-accessible SharePoint files. | Sync | 🔗 Github |
Access requirements
| Pre-Requisites | Status | Comment |
|---|---|---|
| Paid dev account | ❓ | |
| Paid test account | ❓ | |
| Partnership | ❓ | |
| App review | ❓ | |
| Security audit | ❓ |
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful links
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