jobber_create_job
Create a job/work order in Jobber for a client, with line items for services or materials, scheduling details, and internal instructions.
Instructions
Create a new job/work order in Jobber for a client. Include line items for services or materials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endAt | No | Job end date/time in ISO 8601 format | |
| title | Yes | Job title or description | |
| startAt | No | Job start date/time in ISO 8601 format (e.g., 2024-03-15T09:00:00) | |
| clientId | Yes | Jobber client ID (get from jobber_list_clients) | |
| lineItems | No | List of services or materials for this job | |
| instructions | No | Internal notes or instructions for the job |