hcp_create_job
Create a new service job for an existing customer in Housecall Pro. Specify schedule, employees, tags, and lead source; prices are converted from cents to dollars.
Instructions
Create a new job. Requires customer_id (cus_ prefix). Prices converted from cents to dollars. Note: HCP API silently drops 'description' on POST /jobs. If description is provided, it is added as an internal note on the job after creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| customer_id | Yes | ||
| description | No | ||
| lead_source | No | ||
| work_status | No | ||
| employee_ids | No | ||
| scheduled_end | No | ||
| scheduled_start | No | ||
| note_to_customer | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| error | No | ||
| success | Yes | ||
| metadata | Yes |