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