У нас вы можете посмотреть бесплатно PnP Webcast - Introduction to SharePoint webhooks или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
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/introduc.... Presentation used in this webcast is available from http://docs.com/OfficeDevPnP. Webhooks documentation is available from https://dev.office.com/sharepoint/doc.... The sample used in this webcast can be found here https://github.com/SharePoint/sp-dev-....