appointments_add
Add appointments to the ServiceTitan system by specifying details like start/end times, customer ID, job ID, and special instructions via the MCP server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appointmentNumber | Yes | Appointment Number | |
arrivalWindowEnd | No | Arrival Window End time | |
arrivalWindowStart | No | Arrival Window Start time | |
createdById | Yes | Created By ID | |
customerId | Yes | Customer ID | |
end | Yes | End time | |
isConfirmed | No | Is Confirmed | |
jobId | Yes | Job ID | |
specialInstructions | No | Special Instructions | |
start | Yes | Start time | |
status | No | Status | |
tenant | Yes | Format - int64. Tenant ID |