Назад к 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. |