2

We have a library in SharePointOnline with a webhook. Normally we want the webhook to fire when a document is altered, but sometimes it is required not the fire the webhook. In Sharepoint Onprem we could create a DisabledItemEventsScope (How to disable event firing outside an event?). Is it possible to add a document to a library without triggering the webhook using csom?

Rune
  • 249
  • 3
  • 10

1 Answers1

2

Cuurently there is no CSOM code to disable event firing for webhooks in SharePoint online.

You could create a new user voice as shown below:

https://sharepoint.uservoice.com/forums/329220-sharepoint-dev-platform/suggestions/15147072-provide-flag-to-enable-disable-event-firing-from-r

Julie_MSFT
  • 4,217
  • 1
  • 5
  • 11