Short answer: You can list deel invoices in Deel by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Deel List Deel 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 |
|---|---|---|---|
From Date (YYYY-MM-DD) from_date | string | Optional | – |
Limit limit | string | Optional | – |
{"from_date": "{{trigger.from_date}}","limit": "{{trigger.limit}}"}
{"data": [{"id": "inv_abc","status": "paid","currency": "USD","invoice_id": "INV-2026-001","total_amount": "1000.00"}]}
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.