Microsoft Booking に戻る
Microsoft Booking (Microsoft) と Knoon AI を接続して 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. |