notification via subscription sometimes(!) not received when a new mail arrives

Tien Vu 0 Reputation points
2025-02-03T16:27:00.5766667+00:00

Hello everyone,

I made a tool that automatically retrieves a new incoming Email with attachment and sends it to my target destination. My problem is, that I don't get notified about new emails. I have no idea where to start looking because it just happens sometimes and is impossible to reproduce.

It is very urgent and I'm willing to pay for official support but it's hard to find the right place.

Outlook | Windows | Classic Outlook for Windows | For business
Microsoft Security | Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rajat Vashistha-MSFT 1,690 Reputation points Microsoft External Staff
    2025-02-03T17:22:43.6566667+00:00

    Hi Tien Vu,

    Thank you for contacting Microsoft Support!

    Given the intermittent nature of the issue, I recommend raising a support case with Microsoft Graph. When doing so, please mention the request ID and the timestamp for the instance where you did not receive the notifications. A Support Engineer will be able to investigate the problem and assist you more effectively. You can raise support ticket from New support request - Microsoft Entra admin center or https://admin.microsoft.com/#/support/requests.

    In the meantime, here are a few troubleshooting steps you can take:

    1. Subscription Lifecycle: Verify that your subscription to the Graph API is active and authenticated. If the subscription expires or isn't renewed, notifications will stop.
    2. Throttling: The Microsoft Graph API throttles notifications if the endpoint becomes slow or unresponsive. Ensure your endpoint can handle the load and respond promptly. Receive change notifications through webhooks
    3. Error Handling: Implement proper error handling and return appropriate HTTP status codes if an error occurs. You can check if any errors come up by referring to Microsoft Graph error responses and resource types. Microsoft Graph error responses and resource types

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.