dispatch_appointments_create
Create new dispatch appointments in ServiceTitan by specifying job details, time windows, status, and special instructions for field service coordination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Job ID | |
| appointmentNumber | Yes | Appointment number | |
| start | Yes | Appointment start time | |
| end | Yes | Appointment end time | |
| arrivalWindowStart | No | Arrival window start timestamp | |
| arrivalWindowEnd | No | Arrival window end timestamp | |
| status | No | Initial appointment status | |
| specialInstructions | No | Special instructions for dispatch | |
| customerId | Yes | Customer ID | |
| createdById | Yes | User ID creating the appointment | |
| isConfirmed | No | Whether the appointment is confirmed | |
| _confirmed | No | Set to true to confirm this write operation |