Retour à Microsoft Booking
Connecter Knoon AI avec Microsoft Booking (Microsoft) pour automatiser les flux de travail AI.
Cancel an existing booking appointment and notify participants.
microsoftBookingCancelAppointment
Bêta
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| businessId | file | Booking business. | Oui |
| appointmentId | mustache | Appointment ID to cancel. | Oui |
| matchedCustomerEmailAddress | mustache | Optional customer email that must match the appointment’s primary customer. | Non |
| cancellationMessage | mustache | Optional cancellation note to include in notifications. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| status | string | CANCELLED or ERROR. |
| sensitive.appointmentId | string | Appointment ID. |
| sensitive.start | string | Start datetime. |
| sensitive.end | string | End datetime. |
| sensitive.isCancelled | boolean | Whether cancelled. |
| confidential.htmlLink | string | Link to view the appointment if available. |