Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If i delete the email after restore the email in box then microsoft graph api send a new created notification on end point #512

Open
brijesh-proprofs opened this issue Dec 27, 2023 · 1 comment
Labels
needs author feedback Waiting for author (creator) of issue to provide more info

Comments

@brijesh-proprofs
Copy link

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
Screenshot 2023-12-27 151521
Screenshot 2023-12-27 151504

@jasonjoh
Copy link
Member

jasonjoh commented Jan 8, 2024

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.

@jasonjoh jasonjoh added the needs author feedback Waiting for author (creator) of issue to provide more info label Jan 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs author feedback Waiting for author (creator) of issue to provide more info
Projects
None yet
Development

No branches or pull requests

2 participants