Short answer: You can search records in Zoho CRM by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Zoho CRM Search Records 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 |
|---|---|---|---|
Module module | options | Required | Module. Options: Leads, Contacts, Deals, Accounts |
Search Criteria criteria | string | Optional | Field-based search: Field_Name:operator:value (e.g. Email:equals:john@example.com) |
Search by Email email | string | Optional | Search by Email. e.g. "john@example.com" |
Keyword Search word | string | Optional | Search across all fields |
Per Page per_page | string | Optional | Per Page. e.g. "200" |
{"module": "{{trigger.module}}","criteria": "e.g. (Email:equals:john@example.com)","email": "john@example.com","word": "e.g. Acme","per_page": "200"}
{"data": [{"id": "554023000001627036","Email": "john@example.com","Last_Name": "Doe"}],"info": {"count": 1,"per_page": 200,"more_records": 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.