← All integrations

SharePoint

86 operations1 webhook

Microsoft collaboration platform for document libraries, sites, lists, and intranet content.

Supported operations

  • Add Field LinkWrite

    Add a field link to a list content type

  • CreateWrite

    Create a new SharePoint content type

  • Create List FieldWrite

    Create a new field (column) on a SharePoint list

  • GetRead-only

    Get a SharePoint content type by ID

  • Get AllRead-only

    Get all content types defined on the site

  • Get By IdRead-only

    Get a content type from a list by its ID

  • Get For ListRead-only

    Get content types available for a specific list

  • UpdateWrite

    Update an existing SharePoint content type

Supported triggers

  • List Changed

    A SharePoint list item was created, updated, or deleted

FAQ

Install corsair and @corsair-dev/sharepoint, add the SharePoint plugin, and connect with OAuth. Then call methods like corsair.sharepoint.api.contentTypes.addFieldLink() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.

Yes. SharePoint needs an OAuth app with scopes that match what you automate. Register the app in SharePoint, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.

Yes. One Corsair client can hit SharePoint, GitHub, Notion, Stripe, and the rest. Trigger SharePoint from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for microsoft collaboration platform for document libraries, sites, lists, and intranet content. Common builds include sync jobs, admin tooling, and agents that call SharePoint APIs from your backend. Webhook handlers react to SharePoint events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced SharePoint records without hitting the API on every read.

The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per SharePoint API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.

We maintain @corsair-dev/sharepoint in the open repo. When SharePoint ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.

No. Corsair does not read your SharePoint data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store SharePoint data on your behalf.