Showing results for Webhooks - Microsoft 365 Developer Blog

Aug 31, 2020
0

Announcing the public preview of Microsoft Graph change notifications delivery via Azure Event Hubs

Vincent Biret
Vincent Biret

We're pleased to announce the public preview of an additional delivery mode for Microsoft Graph change notifications. You can now use Azure Events Hubs to receive change notifications instead of traditional webhooks. Historically, change notifications have used webhooks to let applications receive notifications about changes in Microsoft Graph res...

Microsoft GraphMicrosoft TeamsOffice Add-ins
Aug 21, 2020
0

What’s new for change notifications and change tracking in Microsoft Graph – August 2020

Vincent Biret
Vincent Biret

Change notifications uses webhooks to let applications get notified about changes in Microsoft Graph resource data, such as Outlook messages or OneDrive files. Change tracking uses delta queries to let applications discover newly created, updated, or deleted entities without performing a full read of the target resource with every request. Over the...

Microsoft Graph
May 5, 2020
0

What’s new for change notifications and change tracking in Microsoft Graph – May 2020

Vincent Biret
Vincent Biret

Change notifications uses webhooks to let applications to get notified about changes in Microsoft Graph resource data such as Outlook messages or OneDrive files. Change tracking uses delta queries to let applications discover newly created, updated, or deleted entities without performing a full read of the target resource with every request. Over t...

Microsoft GraphMicrosoft TeamsOffice Add-ins
Feb 28, 2020
0

Announcing change notifications for Microsoft Teams messages

Nick Kramer (TEAMS)
Nick Kramer (TEAMS)

One of the most common requests we receive in UserVoice is change notifications for messages.  Developers want to build apps that can listen to Teams messages in near-real time, without polling, to enable scenarios such as bots that listen to messages on which they aren't @mentioned, or assist with enterprise information archiving and data loss pre...

Microsoft GraphMicrosoft Teams
Jun 22, 2018
0

Kaizala extensibility and programmability overview

Kaizala Developer Platform team
Kaizala Developer Platform team

Kaizala is a mobile application that allows you to get work done within the context of a conversation and group using actions. While the application provides a whole lot of functionalities that allows small and medium businesses and enterprises to get work done, it also supports extensibility that allows you to integrate it to existing business pro...

Office Add-ins
Dec 30, 2017
0

Exploring Kaizala WebHooks

Kaizala Developer Platform team
Kaizala Developer Platform team

Webhooks allow you to build or integrate applications which subscribe to certain events on Kaizala. When one of those events is triggered, Kaizala service would send a HTTPS POST payload to the webhook’s configured URL. Webhooks can be used to listen to content being posted on the group and use that information to update your database, trigger work...

Office Add-ins
Sep 8, 2016
0

SharePoint Webhooks Developer Preview – Now Available!

SharePoint team
SharePoint team

SharePoint is home to a vast array of content – from in-progress draft documents on personal sites, to team task items, to official specifications and corporate records.  Our goal is

SharePoint Framework