schedule_new_job
Schedule a new trade job for an existing customer by providing job description, start time, and end time to book a service window on the calendar.
Instructions
Create and schedule a new trade job associated with an existing customer. Used by AI dispatchers to book service windows on the calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | Unique customer ID from create_pro_customer | |
| description | Yes | Job description and requirements | |
| start_time | Yes | ISO 8601 start date | |
| end_time | Yes | ISO 8601 end date |