jobber_create_invoice
Create an invoice in Jobber for a client or job, complete with custom line items, due dates, and optional deposit amounts.
Instructions
Create an invoice in Jobber for a client or job. Supports custom line items, due dates, and optional deposit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | No | Optional: Jobber job ID to link this invoice to a job | |
| dueDate | No | Payment due date in YYYY-MM-DD format | |
| message | No | Message to the client on the invoice | |
| subject | No | Invoice subject line | |
| clientId | Yes | Jobber client ID | |
| lineItems | No | Line items for the invoice | |
| issuedDate | No | Issue date in YYYY-MM-DD format (defaults to today) | |
| depositAmount | No | Deposit amount required upfront |