Short answer: You can list invoice ninja invoices in Invoice Ninja by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Invoice Ninja List Invoice Ninja Invoices action to a workflow, map its 2 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Per Page perPage | number | Optional | Per Page |
Status status | options | Optional | Status. Options: All, Draft, Sent, Paid |
{"perPage": "{{trigger.perPage}}","status": "{{trigger.status}}"}
{"data": [{"id": "inv_123","amount": 500,"number": "INV-001","balance": 0,"client_id": "client_456","status_id": 4}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.