SharePoint Webhooks API

The SharePoint Webhooks API enables applications to subscribe to change notifications on SharePoint lists and libraries. When items are created, updated, or deleted, SharePoint sends notifications to registered webhook endpoints, enabling real-time event-driven integrations without polling.

API entry from apis.yml

apis.yml Raw ↑
aid: microsoft-sharepoint:webhooks-api
name: SharePoint Webhooks API
tags:
- Events
- SharePoint
- Webhooks
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://{tenant}.sharepoint.com/_api/
humanURL: https://learn.microsoft.com/en-us/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks
properties:
- url: https://learn.microsoft.com/en-us/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks
  type: Documentation
description: The SharePoint Webhooks API enables applications to subscribe to change notifications on
  SharePoint lists and libraries. When items are created, updated, or deleted, SharePoint sends notifications
  to registered webhook endpoints, enabling real-time event-driven integrations without polling.