Create Service Appointment
create_appointmentCreate a service appointment for a work order, optionally assign a technician and set scheduled start and end times.
Instructions
Create a Service Appointment for a Work Order, optionally assigning a technician and a scheduled start/end time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | No | Appointment summary/title. | |
| scheduled_end | No | Scheduled end (ISO 8601). | |
| technician_id | No | User ID of the assigned technician. | |
| work_order_id | Yes | Work Order this appointment belongs to. | |
| scheduled_start | No | Scheduled start (ISO 8601, e.g. 2026-07-20T09:00:00+05:30). | |
| additional_fields | No | Any other FSM field API names → values (e.g. custom fields). |