חזרה אל 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. |