jobber_create_client
Create a client in Jobber with contact and billing details, and receive the new client's ID.
Instructions
Create a new client in Jobber. Returns the created client with their ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Billing city | |
| No | Primary email address | ||
| phone | No | Primary phone number | |
| street | No | Billing street address | |
| country | No | Country (default: US) | |
| lastName | Yes | Client's last name | |
| province | No | State or province | |
| firstName | Yes | Client's first name | |
| postalCode | No | ZIP or postal code | |
| companyName | No | Company name (optional) |