Alert This post is over a year old, some of this information may be out of date.

Sample Node.js SharePoint webhook application released

A month ago Microsoft announced that the SharePoint webhook functionality is available in developer preview

Info: here is the official article - SharePoint Webhooks Developer Preview - Now Available!

To test out the functionality myself. I created a sample Node.js application which is available in the SharePoint developer samples repository: Sample Node.js SharePoint webhook application.

With this sample application, you can spin up a local server and start creating / updating / deleting webhook subscriptions. When you created a webhook subscription to a library. Try making some changes in it and watch the Webhook changes section.

Show image Webhook application
Webhook application

If you want to test out this sample application, get the code from the SharePoint developer samples repository and follow the instructions on how you can try it out on your environment.

Comments

Back to top