> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SharePoint Webhook Event

SharePoint webhooks enable developers to build applications that subscribe to receive notifications on specific events that occur in SharePoint.
For more information, visit the [SharePoint documentation](https://learn.microsoft.com/en-us/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks).

## Sample Event

```json theme={"dark"}
{
	"value": [
		{
			"subscriptionId": "91779246-afe9-4525-b122-6c199ae89211",
			"clientState": "00000000-0000-0000-0000-000000000000",
			"expirationDateTime": "2016-04-30T17:27:00.0000000Z",
			"resource": "b9f6f714-9df8-470b-b22e-653855e1c181",
			"tenantId": "00000000-0000-0000-0000-000000000000",
			"siteUrl": "/",
			"webId": "dbc5a806-e4d4-46e5-951c-6344d70b62fa"
		}
	]
}
```
