0

We are using Microsoft Bookings to schedule events for our Customer Service (multiple users).

Therefor we would like to get an event when a new appointment is scheduled and pass it to Teams, our ASP.NET Web App or Power Apps.

Is there any Event/Webhook calling FROM Bookings which can trigger this?

To make this clear: we want an Event FROM Bookings TO our App.

Christoph
  • 915
  • 1
  • 12
  • 23

1 Answers1

0

The only way I see for events to be delivered when appointments are created is through Change Notifications but Currently MS Graph does not support change notifications for Bookings resources.

Consider creating a feature request for it in the Microsoft 365 Developer Platform so that the Engineering team may implement it in future.

Danstan
  • 1,501
  • 1
  • 13
  • 20