Tool to create a recurring document in Quaderno that automatically generates invoices on a schedule. Use when setting up subscription billing or periodic invoices for a customer.
itemsRequiredarrayList of line items (max 200 items per request, 1000 total). Each item requires: 'description' (string), 'quantity' (number), 'unit_price' (number in currency units)
notesstringExtra notes about the recurring
statestringStatus of the recurring document
taxesarrayArray of tax line objects, each detailing a tax applicable to the recurring
contactRequiredobjectContact information - either {'id': 123} to reference an existing contact, or a full contact object with at least 'first_name' field
subjectstringOptional summary description for the document
currencystringThree-letter ISO currency code in uppercase (e.g., USD, EUR, GBP)
due_daysstringDate on which payment is due in YYYY-MM-DD format
end_datestringDate of last document issue in YYYY-MM-DD format
tag_listarrayList of tags for the recurring document
frequencystringRecurring frequency (deprecated - use recurring_period and recurring_frequency instead)
po_numberstringPurchase order number
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.