Create Job
create_jobNeed to add a job to Housecall Pro? Submit the required API body with customer, schedule, address, and line items to create it.
Instructions
Create a new job. Provide body matching Housecall Pro's create-job fields (customer_id, addresses, schedule, line_items, etc). Docs: https://docs.housecallpro.com/docs/housecall-public-api/2dcf481ed7d69-create-a-job
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Raw JSON request body, matching the field names in Housecall Pro's docs for this exact endpoint (linked in this tool's description). This is passed straight through -- confirm field names against the docs before calling. |