Create Invoice
create_invoiceCreate a tax-compliant invoice in Quaderno. Specify contact by ID or name, and include line items with description, quantity, and unit price.
Instructions
Create a tax-compliant invoice in Quaderno. You can reference an existing contact by ID or provide a contact name. Items include description, quantity, and unit price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Line items for the invoice | |
| notes | No | Notes to appear on the invoice | |
| currency | No | ISO 4217 currency code (e.g. USD, EUR). Defaults to account currency | |
| tag_list | No | Comma-separated tags | |
| po_number | No | Purchase order number | |
| contact_id | No | ID of an existing Quaderno contact | |
| contact_name | No | Contact name — used if contact_id is not provided | |
| payment_details | No | Payment instructions |