invoices_create_invoice
Create invoices in GoHighLevel with line items, contact details, payment methods, discounts, and late fees. Send invoices to customers via email or phone.
Instructions
Create Invoice
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Invoice Name | |
| altId | No | location Id / company Id based on altType Defaults to GHL_LOCATION_ID when omitted. | |
| items | Yes | An array of items for the invoice. | |
| title | No | Title for the invoice | |
| sentTo | Yes | ||
| altType | No | Alt Type Defaults to GHL_LOCATION_ID when omitted. | |
| dueDate | No | Due date in YYYY-MM-DD format | |
| currency | Yes | Currency code | |
| discount | Yes | ||
| liveMode | Yes | ||
| issueDate | Yes | Issue date in YYYY-MM-DD format | |
| termsNotes | No | Terms notes, Also supports HTML markups | |
| attachments | No | attachments for the invoice | |
| invoiceNumber | No | Invoice Number | |
| contactDetails | Yes | Contact information to send the invoice to | |
| paymentMethods | No | Payment Methods for Invoices | |
| businessDetails | Yes | ||
| paymentSchedule | No | split invoice into payment schedule summing up to full invoice amount | |
| tipsConfiguration | No | tips configuration for the invoice | |
| invoiceNumberPrefix | No | prefix for invoice number | |
| miscellaneousCharges | No | miscellaneous charges for the invoice | |
| automaticTaxesEnabled | No | Automatic taxes enabled for the Invoice | |
| lateFeesConfiguration | No | late fees configuration |