1

I see in the documentation that we can create subscription web-hook on a list or on entire site. I want to know if I can create a subscription for a document library or some folder inside it.

1 Answers1

0

As the documentation says, the SharePoint list webhooks cover the events corresponding to list item changes for a given SharePoint list or a document library.

So we could create a subscription for a document library, but cannot create it on the folder level.

Michael Han
  • 3,475
  • 1
  • 6
  • 8
  • Awesome, thanks a lot, I guess I will try it for document library. I was reading about create subscription and couldn't find there if we could do it also for a document library. – kartik sharma Jan 13 '21 at 07:44