Retour à Microsoft Booking
Connecter Knoon AI avec Microsoft Booking (Microsoft) pour automatiser les flux de travail AI.
Fetch a single booking appointment by ID.
microsoftBookingGetAppointment
Bêta
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| businessId | file | Booking business. | Oui |
| appointmentId | mustache | Appointment ID to fetch. | Oui |
| customerEmailAddress | mustache | Optional customer email that must match for the appointment to be returned. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| status | string | DONE or ERROR. |
| start | string | Start date/time in ISO 8601. |
| end | string | End date/time in ISO 8601. |
| sensitive.appointmentId | string | Appointment ID. |
| sensitive.serviceId | string | Service ID. |
| sensitive.serviceName | string | Service name. |
| sensitive.customerName | string | Customer name. |
| sensitive.customerEmailAddress | string | Customer email. |
| sensitive.staffMemberIds | array | Assigned staff member IDs. |
| sensitive.isCancelled | boolean | Whether cancelled. |
| confidential.htmlLink | string | Link to view the appointment if available. |