Short answer: You can list employees in Zoho People by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Zoho People List Employees action to a workflow, map its 4 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 |
|---|---|---|---|
Start Index sIndex | string | Optional | Start Index. e.g. "1" |
Limit limit | string | Optional | Limit. e.g. "200" |
Search Field searchField | string | Optional | Search Field. Example: Employeestatus |
Search Value searchValue | string | Optional | Search Value. Example: Active |
{"sIndex": "1","limit": "200","searchField": "e.g. Employeestatus","searchValue": "e.g. Active"}
{"response": {"result": [{"EmailID": "john@company.com","LastName": "Doe","FirstName": "John","EmployeeID": "EMP001","Employeestatus": "Active"}],"status": 0,"message": "Data fetched successfully"}}
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.