返回 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. |