Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
si_mcd
Contributor
Contributor

Implementing Microsoft Graph API Change Notifications

Hi everyone,

 

I'm trying to implement the Microsoft Graph API change notifications which are webhooks. I can't see any way to do this in Qlik, is this possible?


TIA

Labels (1)
2 Replies
Josef_Gustafson
Support
Support

Hi @si_mcd,

 

By using triggered webhooks you should be able to receive the notifications from Microsoft Graph. This article goes into detail about how they work and can be used.

si_mcd
Contributor
Contributor
Author

Hi Josef,

Thanks for the reply. I had already seen that article. I thought it would work but unfortunately the triggered webhooks aren't flexible enough. The Graph API requires a validation reponse as explained in this article:

https://learn.microsoft.com/en-us/graph/change-notifications-delivery-webhooks?tabs=http

The client must respond with the following characteristics within 10 seconds of step 1:

  • A status code of HTTP 200 OK.
  • A content type of text/plain.
  • A body that includes the URL decoded plain text validation token.

I can't see a way to manage this in the triggered webhook so the validation fails. Do you know of any way to do this? I hope you can as it would work really well if there was.