Short answer: You can search netsuite customers in NetSuite by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the NetSuite Search NetSuite Customers action to a workflow, map its 3 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 |
|---|---|---|---|
Email Contains email | string | Optional | jane@acme.com |
Company Name Contains companyName | string | Optional | Acme |
Limit limit | number | Optional | Max records returned (1–1000). |
{"email": "jane@acme.com","companyName": "Acme","limit": "{{trigger.limit}}"}
{"count": 1,"items": [{"id": "501","email": "jane@acme.com","entityid": "Acme Inc","companyname": "Acme Inc"}],"hasMore": false}
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.