From the course: SharePoint Framework Essential Training

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

SharePoint webhooks architecture

SharePoint webhooks architecture

- [Instructor] So let's understand the architecture of SharePoint webhooks a little bit better. So at the time of recording this course, SharePoint webhooks are currently supported on only list items. And by that, I also include document libraries because document libraries are lists. Now, I had recorded a version of this course about five years ago when webhooks were new, and I had exactly the same slide in there. So for the last five years, they haven't added webhooks to anything else inside of SharePoint. That's okay. But I must say that webhooks is a concept more than just SharePoint. So when we create a webhook through Microsoft Graph, you'll see that we call it generic endpoint, and we specify what kind of webhook we're creating. And we say SharePoint webhook. You'll see this in a demo shortly. So how do you go about creating a webhook? When you create a subscription to a resource like a SharePoint list API URL, you need to pass in a notification URL in that post request. In…

Contents