β Authorization
β 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
Tools | Status |
---|---|
HTTP request logging | β |
End-to-type type safety | β |
Data runtime validation | β |
OpenTelemetry export | β |
Slack alerts on errors | β |
Integration status API | β |
β 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
Endpoint | Description | Readme |
---|---|---|
GET /list-sites | This action will be used to display a list of sites to the end-user, who will pick the ones he wants to sync. The connection metadata should be set based on the file selection. | π |
GET /fetch-file | This action will be used to fetch the latest file download_url which can be used to download the actual file. | π |
GET /user-files | Fetch all files from the userβs drive and sync the metadata for each file. | π |
GET /user-files/selected | Fetch all selected files from a userβs drive | π |
GET /shared-files/selected | This sync will be used to sync file metadata from SharePoint site based on the ones the user has picked. | π |
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | β | |
Paid test account | β | |
Partnership | β | |
App review | β | |
Security audit | β |
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.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.