hcp_create_lead
Create a new Housecall Pro lead with customer name and optional contact, address, priority, and job details. Streamlines lead capture for plumbing operators.
Instructions
Create a new lead. customer_name is the only required field. HCP expects nested customer and address objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| source | No | ||
| priority | No | ||
| address_zip | No | ||
| description | No | ||
| employee_id | No | ||
| job_type_id | No | ||
| address_city | No | ||
| address_state | No | ||
| customer_name | Yes | ||
| address_street | No | ||
| customer_email | No | ||
| customer_phone | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| error | No | ||
| success | Yes | ||
| metadata | Yes |