返回 Microsoft Booking
将 Knoon AI 与 Microsoft Booking (Microsoft) 连接以自动化 AI 工作流。
Create a new booking appointment (a customer booking) in a booking business.
microsoftBookingCreateAppointment
测试版
权限
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| businessService | file | Select a service from a business. Contains both businessId and serviceId. | 是的 |
| startDateTime | mustache | Appointment start in ISO 8601 (with offset preferred). | 是的 |
| endDateTime | mustache | Appointment end in ISO 8601. | 是的 |
| customerName | mustache | Customer full name. | 是的 |
| customerEmailAddress | mustache | Customer email. | 是的 |
| customerPhone | mustache | Optional customer phone. | 没有 |
| customerNotes | mustache | Optional customer notes. | 没有 |
| staffMemberIds | array (mustache) | Optional list of staff member IDs to assign. | 没有 |
| smsNotificationsEnabled | boolean | Enable SMS notifications if business supports it. | 没有 |
| reminderMinutesBeforeStart | number | Email reminder timing in minutes before the appointment starts. Defaults to 1440 (24 hours). Use 60 for 1 hour, 30 for 30 minutes, or 0 for the start time. | 没有 |
| preventConflicts | boolean | If true, backend rejects creation when the requested time overlaps existing non-cancelled appointments in the business. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| status | string | CREATED or ERROR. |
| sensitive.appointmentId | string | Appointment ID. |
| sensitive.serviceId | string | Service ID. |
| sensitive.customerName | string | Customer name. |
| sensitive.start | string | Start in ISO 8601. |
| sensitive.end | string | End in ISO 8601. |
| confidential.htmlLink | string | Link to view the appointment if available. |