返回 Microsoft Booking
將 Knoon AI 與 Microsoft Booking (Microsoft) 連接以自動化 AI 工作流程。
Cancel an existing booking appointment and notify participants.
microsoftBookingCancelAppointment
測試版
權限
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| businessId | file | Booking business. | 是的 |
| appointmentId | mustache | Appointment ID to cancel. | 是的 |
| matchedCustomerEmailAddress | mustache | Optional customer email that must match the appointment’s primary customer. | 否 |
| cancellationMessage | mustache | Optional cancellation note to include in notifications. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| 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. |