Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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:
HTTP 200 OK
.text/plain
.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.