返回 Microsoft Booking
将 Knoon AI 与 Microsoft Booking (Microsoft) 连接以自动化 AI 工作流。
Search appointments in a booking business within an optional time window.
microsoftBookingSearchAppointments
测试版
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| businessId | file | Booking business to use (select from your connected Microsoft Bookings businesses). | 是的 |
| start | mustache | Inclusive lower bound for appointment start in ISO 8601. | 是的 |
| end | mustache | Exclusive upper bound for appointment end in ISO 8601. | 是的 |
| customerEmail | mustache | Optional customer email to filter appointments. Matches the primary customer on the appointment. | 没有 |
| maxResults | mustache | Maximum number of appointments to return. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | DONE. |
| appointments.start | string | Start date/time in ISO 8601. |
| appointments.end | string | End date/time in ISO 8601. |
| appointments.startDayOfWeekLocal | string | Day of week of the appointment start in local time (e.g. "Monday"). |
| appointments.startDayOfWeekUTC | string | Day of week of the appointment start in UTC (e.g. "Monday"). |
| appointments.endDayOfWeekLocal | string | Day of week of the appointment end in local time. |
| appointments.endDayOfWeekUTC | string | Day of week of the appointment end in UTC. |
| appointments.sensitive.appointmentId | string | Appointment ID. |
| appointments.sensitive.serviceId | string | Service ID. |
| appointments.sensitive.serviceName | string | Service name. |
| appointments.sensitive.customerName | string | Customer name. |
| appointments.sensitive.staffMemberIds | array | Assigned staff member IDs. |
| appointments.sensitive.isCancelled | boolean | Whether cancelled. |
| appointments.confidential.htmlLink | string | Link to view the appointment if available. |