nodejs-webhooks-sample
nodejs-webhooks-sample copied to clipboard
If i delete the email after restore the email in box then microsoft graph api send a new created notification on end point
see the image If i delete the email after restore the email in box then microsoft graph api send a new created notification on end point
url : https://graph.microsoft.com/v1.0/subscriptions
{
"changeType": "created",
"notificationUrl": "https://8f3e-49-249-44-34.ngrok-free.app/pp/",
"resource": "/me/messages",
"expirationDateTime": "2023-12-31T23:23:45.9356913Z",
"clientState": "7YT8Q~JU.bB1SkGw5bQmGEQPS06pCDTPBb3M1a5~",
"latestSupportedTlsVersion": "v1_2",
"includeResourceData" : true
}
if i delete the email after restore the email in inbox then microsoft is send new notification on endpoint
It sounds like you're saying the Graph service isn't behaving as you expect? This isn't the place to report issues with the service. Microsoft Graph support options are listed here: https://developer.microsoft.com/en-us/graph/support
For what it's worth, I would expect a created notification when you do the restore, since it's creating a message in the inbox.
I want to deploy this to azure. how to do this. I donot want to use ngrok anymore. Please suggest