create_appointment
Book new appointments in Shopmonkey by specifying customer, vehicle, time slots, and service details to schedule automotive service visits.
Instructions
Book a new appointment in Shopmonkey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | No | Customer ID for the appointment | |
| vehicleId | No | Vehicle ID for the appointment | |
| orderId | No | Work order ID to link to | |
| startDate | No | Appointment start date/time (ISO 8601 format) | |
| endDate | No | Appointment end date/time (ISO 8601 format) | |
| title | No | Appointment title or summary | |
| notes | No | Additional notes for the appointment | |
| locationId | No | Location ID for multi-location shops. Defaults to SHOPMONKEY_LOCATION_ID env var if set. |