العودة إلى Microsoft Booking
اتصل بـ Knoon AI مع Microsoft Booking (Microsoft) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |