Share via

Webhook notification for Outlook booking forms.

Hope 0 Reputation points
2026-02-25T09:34:51.6766667+00:00

I have started the Outlook booking forms and started receiving the responses, but now how to get their submitted Data via webhook notification on my website in a post request or any other format.

Outlook | Web | Outlook.com | Calendar
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Arlene D 30,705 Reputation points Independent Advisor
    2026-02-25T13:53:56.2033333+00:00

    Hello,

    Are you using a Microsoft 365 account or a personal Outlook.com account?

    Microsoft only supports automated webhooks for Microsoft 365. You can use the Microsoft Graph API to list bookings and create a subscription to receive POST notifications when new responses arrive. The data comes in JSON, and your site handles it. For setup, you need an Azure AD app with Bookings.Read.All permissions. Personal Outlook.com accounts do not support webhooks, so responses must be viewed manually.

    0 comments No comments

Your answer

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