Invoice Ninja
Business appsAPI keycredential probe
Read and write Invoice Ninja clients, invoices, payments, quotes, tasks and expenses, and run bulk invoice actions such as mark sent or email.
OCNORA ships 6 typed Invoice Ninja operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://invoicing.co/api/v1 through the HTTP node with the same credential.
Triggers 1
- EventStart a run when Invoice Ninja emits an event (invoice, quote, payment, client, task, expense…).trigger.invoiceninja_event
Operations 6
- Create RecordCreate a client, invoice, payment, quote, task or expense from a JSON body, and return the record Invoice Ninja stored.invoiceninja.create_record
- Delete RecordDelete a client, invoice, payment, quote, task or expense by id. Invoice Ninja keeps the row on file, so the record can be restored later.invoiceninja.delete_record
- Get RecordFetch one client, invoice, payment, quote, task or expense by its id, optionally with its related records embedded.invoiceninja.get_record
- Invoice ActionRun one action over a list of invoices — mark them sent or paid, email them, cancel, archive, restore or delete them, or clone them to quotes.invoiceninja.invoice_action
- List RecordsList a page of clients, invoices, payments, quotes, tasks or expenses, narrowed by a search term, a status, a client or a sort order.invoiceninja.list_records
- Update RecordUpdate a client, invoice, payment, quote, task or expense by id. Send every child record you want to keep: omitted contacts or line items are dropped, because Invoice Ninja treats an update as a whole-entity write.invoiceninja.update_record
More in Business apps
Run your first Invoice Ninja workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.