I need a Zap that will be notified when a MS Contact is updated...Unfortunately, there is not a Zap to do this. SO...I researched MS Graph API and creating subscriptions for this type of notifications. It looks just like a RestHooks subscription with Create and Delete subscription methods.
I am curious if anyone has tried this? If so, any guidance before I dive in?
Here’s a tutorial if anyone is interested: https://docs.microsoft.com/en-us/learn/modules/msgraph-changenotifications-trackchanges/4-change-notifications
Thanks in advance.