youtube image
From YouTube: PnP Webcast - Introduction to SharePoint webhooks

Description

This PnP webcast gives you an introduction into SharePoint Webhooks. SharePoint Webhooks allow developers to build services which receive notifications on specific events that occur in SharePoint. When one of those events is triggered, SharePoint will send a HTTP POST payload to the subscribed service. SharePoint Webhooks will be supported for asynchronous events, like for ItemAdded or ItemAttachmentAdded. To be able to subscribe to SharePoint Webhooks, you'll need to build a service, which will response on the subscribed validation messages and will process the incoming events.
Details on covered content is available from https://dev.office.com/blogs/introduction-to-sharepoint-webhooks.
Presentation used in this webcast is available from http://docs.com/OfficeDevPnP.
Webhooks documentation is available from https://dev.office.com/sharepoint/docs/apis/webhooks/overview-sharepoint-webhooks.
The sample used in this webcast can be found here https://github.com/SharePoint/sp-dev-samples/tree/master/Samples/WebHooks.List.AzureAD.