Webhook map
drivedriveNotification(drive.driveNotification)validation(drive.validation)
HTTP handler setup
app/api/webhook/route.ts
Events
Drive
Drive Notification
drive.driveNotification
Microsoft Graph drive change notification — item created, updated, or deleted
Payload
| Name | Type | Required | Description |
|---|---|---|---|
value | object[] | Yes | — |
value full type
value full type
Response data full type
Response data full type
webhookHooks example
Validation
drive.validation
Microsoft Graph OneDrive webhook validation handshake
Payload
| Name | Type | Required | Description |
|---|---|---|---|
validationToken | string | Yes | — |
Response data full type
Response data full type
webhookHooks example