Short answer: Drop the "Zoho People → List Employees" 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 |
|---|---|---|---|
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.
Triggered by anything in the catalog. Free tier available. No credit card.