Schedule Service Appointment
schedule_appointmentAssign a technician and confirmed time window to formally move a service appointment into the Scheduled state.
Instructions
Run the "schedule" blueprint transition on a Service Appointment, assigning a technician and a confirmed time window. Use this instead of update_appointment when you want to formally move the appointment into the Scheduled state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scheduled_end | Yes | Confirmed end time (ISO 8601). | |
| technician_id | Yes | User ID of the technician to assign. | |
| appointment_id | Yes | Service Appointment record ID. | |
| scheduled_start | Yes | Confirmed start time (ISO 8601). | |
| additional_fields | No | Any other FSM field API names → values (e.g. custom fields). |