Forum Discussion

Shivam_kumar's avatar
Shivam_kumar
Copper Contributor
Jan 11, 2021

Specific folder monitoring through webhook

We have an application where we want to monitor a certain folder on SharePoint for changes using our application.
Change can be either file created or updated.
The folder that I want to monitor is named “shivamtest” which is inside a site “Connect” under the list “Shared Documents”.
Sample URL: https://*****.sharepoint.com/:f:/r/sites/Connect/Shared%20Documents/shivamtest

Note: we do not want to monitor either or list as they can have a large number of changes. We want to monitor only the specific folder.

Sample Folders location:

1.       https://*****.sharepoint.com/:f:/r/sites/Connect/Shared%20Documents/shivamtest

2.       https://*****.sharepoint.com/:f:/r/sites/Connect/Shared%20Documents/folder1/shivamtest

3.       https://*****.sharepoint.com/:f:/r/sites/Connect/Shared%20Documents/folder1/folder2/shivamtest

Resources