Creates a new invoice in Quaderno for a customer with line items. Returns invoice with ID, number, permalink, PDF URL, and total amounts in cents. Use this when you need to bill a customer for products or services.
citystringBilling city
itemsRequiredarrayList of line items - each item must have 'description' (string), 'quantity' (number), and 'unit_price' (number in currency units, not cents)
notesstringInternal notes for the invoice
numberstringInvoice number; auto-generated if omitted
regionstringBilling region/state
tax_idstringCustomer tax ID
contactRequiredobjectContact information - either a reference object like {'id': 123} to use an existing contact, or a full contact object with fields like first_name, last_name, email, country
countrystringBilling country code
subjectstringInvoice subject or summary
currencyRequiredstringThree-letter ISO currency code (e.g., USD, EUR, GBP)
due_datestringPayment due date (YYYY-MM-DD)
evidenceobjectEvidence object for tax calculation
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.