create_invoice
Create a GoHighLevel invoice for a contact by providing contact ID and title, with optional amount, due date, and line items.
Instructions
Create a GoHighLevel invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | The contact ID the invoice belongs to. | |
| title | Yes | Invoice title or label. | |
| amount | No | Invoice amount if the API accepts a direct amount field. | |
| currency | No | Optional ISO currency code for the invoice. | |
| dueDate | No | Optional invoice due date in ISO-8601 format. | |
| issueDate | No | Optional invoice issue date in ISO-8601 format. | |
| items | No | Optional line items in the GoHighLevel invoice payload format. | |
| liveMode | No | Whether the invoice should be created in live mode when supported. | |
| metadata | No | Optional metadata values to attach to the invoice. |