Zoho logo

Search Accounts (Zoho CRM)

Zoho CRMSearch Accounts (Zoho CRM)

POST/v1/zoho-search-accounts
texau__zoho-search-accountscrm
cURL · api.texau.app
84ms
POST/v1/zoho-search-accounts
{
  "email": "[email protected]",
  "mobile_number": "sample-value",
  "word": "sample-value",
  "criteria": "sample-value",
  "limit": 1
}
200 Accepted
{
  "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.

claude_desktop_config.json
{
  "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)

Try it

Search by associated email address.

Search by company phone number.

Search by a specific word across indexed text fields.

Search using logical operators. Format: ((API_Name:operator:value)). Example: ((Company:equals:ABC)). Note: 'equals' behaves like 'contains' for standard text fields. You can use a maximum of 10 criteria.

Enter the number of accounts to search (must be multiple of 25)

Response is cached — no live API call.

Response

Output schema.

Every field returned in `data`. Click rows to expand nested objects.

FieldType
  • account_id
    Account Id
    text
  • account_name
    Account Name
    text
  • account_number
    Account Number
    nullabletext
  • account_site
    Account Site
    nullabletext
  • account_type
    Account Type
    nullabletext
  • annual_revenue
    Annual Revenue
    nullabletext
  • billing_address
    Billing Address
    nullabletext
  • billing_city
    Billing City
    nullabletext
  • billing_code
    Billing Code
    nullabletext
  • billing_coordinate
    Billing Coordinate
    nullabletext
  • billing_country
    Billing Country
    nullabletext
  • billing_flat_house_name
    Billing Flat House Name
    nullabletext
  • billing_latitude
    Billing Latitude
    nullabletext
  • billing_longitude
    Billing Longitude
    nullabletext
  • billing_state
    Billing State
    nullabletext
  • billing_street
    Billing Street
    nullabletext
  • created_by_email
    Created By Email
    nullabletext
  • created_by_id
    Created By Id
    nullabletext
  • created_by_name
    Created By Name
    nullabletext
  • created_time
    Created Time
    nullabletext
  • description
    Description
    nullabletext
  • employee
    Employee
    text
  • fax
    Fax
    nullabletext
  • industry
    Industry
    text
  • last_activity_time
    Last Activity Time
    text
  • locked_status
    Locked Status
    nullabletext
  • modified_by_email
    Modified By Email
    nullabletext
  • modified_by_id
    Modified By Id
    nullabletext
  • modified_by_name
    Modified By Name
    nullabletext
  • modified_time
    Modified Time
    nullabletext
  • owner_email
    Owner Email
    nullabletext
  • owner_id
    Owner Id
    nullabletext
  • owner_name
    Owner Name
    nullabletext
  • ownership
    Ownership
    nullabletext
  • parent_account
    Parent Account
    nullabletext
  • mobile_number
    Mobile Number
    text
  • rating
    Rating
    nullabletext
  • record_image
    Record Image
    nullabletext
  • record_status
    Record Status
    nullabletext
  • sic_code
    Sic Code
    nullabletext
  • shipping_address
    Shipping Address
    nullabletext
  • shipping_city
    Shipping City
    nullabletext
  • shipping_code
    Shipping Code
    nullabletext
  • shipping_coordinate
    Shipping Coordinate
    nullabletext
  • shipping_country
    Shipping Country
    nullabletext
  • shipping_flat_house_name
    Shipping Flat House Name
    nullabletext
  • shipping_latitude
    Shipping Latitude
    nullabletext
  • shipping_longitude
    Shipping Longitude
    nullabletext
  • shipping_state
    Shipping State
    nullabletext
  • shipping_street
    Shipping Street
    nullabletext
  • ticker_symbol
    Ticker Symbol
    nullabletext
  • website
    Website
    text
  • nearby_distance
    Nearby Distance
    nullabletext

Integrate

Copy-pasteable snippets.

Real endpoint: https://v3-api.texau.com/api/v1/zoho-search-accounts. Auth: x-api-key.

cURL · api.texau.app
84ms
POST/v1/zoho-search-accounts
curl -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}'
200 Accepted
{
  "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"
  }
}

Output

Results land in a TexAu table.

Sample rows below.

Real result preview coming soon.

InputStatusScore
[email protected]valid96
[email protected]risky54
[email protected]invalid12

Workflow

A real example.

Trigger → search accounts (zoho crm) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.

Step 1TriggerNew row, webhook, or schedule.
Step 2Search Accounts (Zoho CRM)Zoho CRM action runs.
Step 3EnrichWaterfall fills missing fields.
Step 4Push to CRMHubSpot / Salesforce / Pipedrive.

Built for

Who runs this.

GTM EngineerRevOpsAgency

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.

CodeCauseFix
200 OKAction ran. Data in `data`.Read response.
400 Bad RequestMissing or malformed input.Validate against the input schema.
401 UnauthorizedMissing or invalid `x-api-key`.Re-issue from /api-platform.
403 ForbiddenWorkspace lacks plan tier.Upgrade or contact sales.
404 Not FoundAction key not recognized.Verify the slug.
429 Rate LimitedPer-minute or per-day cap hit.Backoff; reduce concurrency.
500 Server ErrorUnexpected TexAu issue.Retry with backoff.
502 Bad GatewayUpstream provider 5xx.Retry; we surface root cause.
504 TimeoutUpstream slower than maxLatency.Switch to `isAsync` polling.

Pricing

What it costs to run.

Light tier

Pricing tier on /pricing. Per-action credit cost is private.

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.