SharePoint Webhooks API

SharePoint webhooks provide a way to get notified about changes to SharePoint lists and document libraries.

API entry from apis.yml

apis.yml Raw ↑
name: SharePoint Webhooks API
description: SharePoint webhooks provide a way to get notified about changes to SharePoint lists and document
  libraries.
image: https://example.com/sharepoint-webhooks.png
humanUrl: https://docs.microsoft.com/en-us/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks
baseUrl: https://{site_url}/_api/web/lists('{list-id}')/subscriptions
tags:
- Events
- Notifications
- Real-Time
- Webhooks
properties:
- type: Documentation
  url: https://docs.microsoft.com/en-us/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks
- type: GettingStarted
  url: https://docs.microsoft.com/en-us/sharepoint/dev/apis/webhooks/get-started-webhooks
aid: sharepoint:webhooks-api