Search Accounts (Zoho CRM)
Zoho CRM → Search Accounts (Zoho CRM)
/v1/zoho-search-accounts{ "email": "[email protected]", "mobile_number": "sample-value", "word": "sample-value", "criteria": "sample-value", "limit": 1 }
{ "ok": true, "data": { "account_id": 1, "account_name": 1, "account_number": 1, "account_site": 1, "account_type": 1, "annual_revenue": "sample", "billing_address": "sample", "billing_city": "sample", "billing_code": "sample", "billing_coordinate": "sample", "billing_country": 1, "billing_flat_house_name": "sample", "billing_latitude": "sample", "billing_longitude": "sample", "billing_state": "sample", "billing_street": "sample", "created_by_email": "[email protected]", "created_by_id": "rec_4f3a91", "created_by_name": "sample", "created_time": "sample", "description": "sample", "employee": "sample", "fax": "sample", "industry": "sample", "last_activity_time": "sample", "locked_status": "valid", "modified_by_email": "[email protected]", "modified_by_id": "rec_4f3a91", "modified_by_name": "sample", "modified_time": "sample", "owner_email": "[email protected]", "owner_id": "rec_4f3a91", "owner_name": "sample", "ownership": "sample", "parent_account": 1, "mobile_number": "sample", "rating": "sample", "record_image": "sample", "record_status": "valid", "sic_code": "sample", "shipping_address": "sample", "shipping_city": "sample", "shipping_code": "sample", "shipping_coordinate": "sample", "shipping_country": 1, "shipping_flat_house_name": "sample", "shipping_latitude": "sample", "shipping_longitude": "sample", "shipping_state": "sample", "shipping_street": "sample", "ticker_symbol": "sample", "website": "https://acme.com", "nearby_distance": "sample" } }
Search for account (company) records using an email, phone number, a generic word, or specific criteria.
Install
Add search accounts (zoho crm) to your MCP client.
Drop this into claude_desktop_config.json (or your client's equivalent) and the tool shows up in any chat.
{ "mcpServers": { "texau": { "command": "npx", "args": ["-y", "@texau/mcp-server"], "env": { "TEXAU_API_KEY": "..." } } } }
Tool name: texau__zoho-search-accounts
When to use this.
The "Search Accounts (Zoho CRM)" action enables users to efficiently locate account records within Zoho CRM by utilizing various search parameters such as email, phone number, specific keywords, or customized criteria. Key input parameters include an optional email address and phone number for targeted searches, a mandatory word for broad text searches, and an optional criteria field that allows for complex queries using logical operators. The action returns comprehensive output data, including account IDs, names, numbers, billing and shipping addresses, annual revenues, and more, facilitating a detailed overview of each account. This functionality is particularly useful for sales teams and customer relationship managers looking to streamline their account management processes, making it an essential tool in the CRM category for enhancing business operations and customer engagement.
Try it
Run a sample request.
The response is a deterministic, cached example. No live call, no credits used.
Search Accounts (Zoho CRM)
Response
Output schema.
Every field returned in `data`. Click rows to expand nested objects.
account_idAccount Idtextaccount_nameAccount Nametextaccount_numberAccount Numbernullabletextaccount_siteAccount Sitenullabletextaccount_typeAccount Typenullabletextannual_revenueAnnual Revenuenullabletextbilling_addressBilling Addressnullabletextbilling_cityBilling Citynullabletextbilling_codeBilling Codenullabletextbilling_coordinateBilling Coordinatenullabletextbilling_countryBilling Countrynullabletextbilling_flat_house_nameBilling Flat House Namenullabletextbilling_latitudeBilling Latitudenullabletextbilling_longitudeBilling Longitudenullabletextbilling_stateBilling Statenullabletextbilling_streetBilling Streetnullabletextcreated_by_emailCreated By Emailnullabletextcreated_by_idCreated By Idnullabletextcreated_by_nameCreated By Namenullabletextcreated_timeCreated TimenullabletextdescriptionDescriptionnullabletextemployeeEmployeetextfaxFaxnullabletextindustryIndustrytextlast_activity_timeLast Activity Timetextlocked_statusLocked Statusnullabletextmodified_by_emailModified By Emailnullabletextmodified_by_idModified By Idnullabletextmodified_by_nameModified By Namenullabletextmodified_timeModified Timenullabletextowner_emailOwner Emailnullabletextowner_idOwner Idnullabletextowner_nameOwner NamenullabletextownershipOwnershipnullabletextparent_accountParent Accountnullabletextmobile_numberMobile NumbertextratingRatingnullabletextrecord_imageRecord Imagenullabletextrecord_statusRecord Statusnullabletextsic_codeSic Codenullabletextshipping_addressShipping Addressnullabletextshipping_cityShipping Citynullabletextshipping_codeShipping Codenullabletextshipping_coordinateShipping Coordinatenullabletextshipping_countryShipping Countrynullabletextshipping_flat_house_nameShipping Flat House Namenullabletextshipping_latitudeShipping Latitudenullabletextshipping_longitudeShipping Longitudenullabletextshipping_stateShipping Statenullabletextshipping_streetShipping Streetnullabletextticker_symbolTicker SymbolnullabletextwebsiteWebsitetextnearby_distanceNearby Distancenullabletext
Integrate
Copy-pasteable snippets.
Real endpoint: https://v3-api.texau.com/api/v1/zoho-search-accounts. Auth: x-api-key.
/v1/zoho-search-accountscurl -X POST 'https://v3-api.texau.com/api/v1/zoho-search-accounts' \ -H 'x-api-key: $TEXAU_API_KEY' \ -H 'content-type: application/json' \ -d '{"email":"[email protected]","mobile_number":"sample-value","word":"sample-value","criteria":"sample-value","limit":1}'
{ "ok": true, "data": { "account_id": 1, "account_name": 1, "account_number": 1, "account_site": 1, "account_type": 1, "annual_revenue": "sample", "billing_address": "sample", "billing_city": "sample", "billing_code": "sample", "billing_coordinate": "sample", "billing_country": 1, "billing_flat_house_name": "sample", "billing_latitude": "sample", "billing_longitude": "sample", "billing_state": "sample", "billing_street": "sample", "created_by_email": "[email protected]", "created_by_id": "rec_4f3a91", "created_by_name": "sample", "created_time": "sample", "description": "sample", "employee": "sample", "fax": "sample", "industry": "sample", "last_activity_time": "sample", "locked_status": "valid", "modified_by_email": "[email protected]", "modified_by_id": "rec_4f3a91", "modified_by_name": "sample", "modified_time": "sample", "owner_email": "[email protected]", "owner_id": "rec_4f3a91", "owner_name": "sample", "ownership": "sample", "parent_account": 1, "mobile_number": "sample", "rating": "sample", "record_image": "sample", "record_status": "valid", "sic_code": "sample", "shipping_address": "sample", "shipping_city": "sample", "shipping_code": "sample", "shipping_coordinate": "sample", "shipping_country": 1, "shipping_flat_house_name": "sample", "shipping_latitude": "sample", "shipping_longitude": "sample", "shipping_state": "sample", "shipping_street": "sample", "ticker_symbol": "sample", "website": "https://acme.com", "nearby_distance": "sample" } }
Compose
How this fits a workflow.
The next 2 actions most operators chain after this one.
crm
Get Account by ID (Zoho CRM)
Retrieve details of a specific account using its unique Zoho Record ID.
crm
Delete Account (Zoho CRM)
Delete an existing account record in Zoho CRM using its unique record ID. This action typically moves the record to the Recycle Bin.
crm
List Contacts (Zoho CRM)
Retrieve a paginated list of contacts from Zoho CRM, including basic contact fields and pagination info.
Output
Results land in a TexAu table.
Sample rows below.
Real result preview coming soon.
| Input | Status | Score |
|---|---|---|
| [email protected] | valid | 96 |
| [email protected] | risky | 54 |
| [email protected] | invalid | 12 |
Workflow
A real example.
Trigger → search accounts (zoho crm) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.
Built for
Who runs this.
Reliability
Rate limits & reliability.
- Per-minute limitNo public cap
- Per-day limitPlan-defined
- RetriesAutomatic w/ backoff
- ModeSync
Errors
HTTP status codes.
What each response means and what to do about it.
| Code | Cause | Fix |
|---|---|---|
| 200 OK | Action ran. Data in `data`. | Read response. |
| 400 Bad Request | Missing or malformed input. | Validate against the input schema. |
| 401 Unauthorized | Missing or invalid `x-api-key`. | Re-issue from /api-platform. |
| 403 Forbidden | Workspace lacks plan tier. | Upgrade or contact sales. |
| 404 Not Found | Action key not recognized. | Verify the slug. |
| 429 Rate Limited | Per-minute or per-day cap hit. | Backoff; reduce concurrency. |
| 500 Server Error | Unexpected TexAu issue. | Retry with backoff. |
| 502 Bad Gateway | Upstream provider 5xx. | Retry; we surface root cause. |
| 504 Timeout | Upstream slower than maxLatency. | Switch to `isAsync` polling. |
Related
More Zoho CRM actions.
crm
Get Account by ID (Zoho CRM)
Retrieve details of a specific account using its unique Zoho Record ID.
crm
Delete Account (Zoho CRM)
Delete an existing account record in Zoho CRM using its unique record ID. This action typically moves the record to the Recycle Bin.
crm
List Contacts (Zoho CRM)
Retrieve a paginated list of contacts from Zoho CRM, including basic contact fields and pagination info.
crm
Create Account (Zoho CRM)
Create a new account record in Zoho CRM, including company details, billing, and shipping addresses. Requires an Account Name.
FAQ.
Is this real-time?
Yes. Synchronous actions return in ~1–4 s. Long-running work uses async polling (see status 504 → switch to async).
Do I get charged on failure?
No. Verified failures cost zero credits. Provider miss / 5xx / timeout cascade to the next provider in the waterfall when applicable.
Does it work with Claude / Cursor via MCP?
Yes. Add the texau MCP server to your client config, then call `texau__zoho crm-...` directly.
What CRMs can I push results to?
HubSpot, Salesforce, Pipedrive, Zoho, and GoHighLevel are bidirectional. Smartlead, Instantly, Lemlist, HeyReach, Apollo Sequences, and Reply.io for outbound.
Run Search Accounts (Zoho CRM) in 60 seconds.
Pull your API key, paste the cURL, ship to your CRM.