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