Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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 (2)
2 Replies
Josef_Gustafson
Former Employee
Former Employee

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.