Short answer: You can create quickbooks invoice in QuickBooks by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the QuickBooks Create QuickBooks Invoice action to a workflow, map its 5 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 |
|---|---|---|---|
Company ID realmId | string | Required | Company ID |
Customer ID customerId | string | Required | Customer ID |
Line Item Description description | string | Required | Line Item Description |
Amount amount | number | Required | Amount |
Due Date dueDate | date | Optional | Due Date. (date/time) |
{"realmId": "{{trigger.realmId}}","customerId": "{{trigger.customerId}}","description": "{{trigger.description}}","amount": "{{trigger.amount}}","dueDate": "{{trigger.dueDate}}"}
{"Invoice": {"Id": "123","Balance": 100,"TotalAmt": 100,"DocNumber": "1001"}}
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.