Short answer: Drop the "NetSuite → Create NetSuite Invoice" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Customer Internal ID entity | string | Required | 501 |
Invoice Date tranDate | string | Optional | — |
Due Date dueDate | string | Optional | — |
Memo memo | string | Optional | — |
Line Items items | array | Required | Array of {item, quantity, rate} objects. |
{"entity": "501","tranDate": "{{trigger.tranDate}}","dueDate": "{{trigger.dueDate}}","memo": "{{trigger.memo}}","items": "{{trigger.items}}"}
{"id": "12001","total": 198,"status": "Open","tranId": "INV1042","dueDate": "2026-02-15"}
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.
Triggered by anything in the catalog. Free tier available. No credit card.