Zoho logo

List Contacts (Zoho CRM)

Zoho CRMList Contacts (Zoho CRM)

POST/v1/zoho-crm-list-contacts
texau__zoho-crm-list-contactscrm
cURL · api.texau.app
84ms
POST/v1/zoho-crm-list-contacts
{
  "limit": 1,
  "sort_by": "sample-value",
  "sort_direction": "sample-value"
}
200 Accepted
{
  "ok": true,
  "data": {
    "contact_id": "rec_4f3a91",
    "first_name": "sample",
    "last_name": "sample",
    "email": "[email protected]",
    "secondary_email": "[email protected]",
    "mobile_number": "sample",
    "home_mobile_number": "sample",
    "other_mobile_number": "sample",
    "title": "sample",
    "department": "sample",
    "account_name": 1,
    "account_id": 1,
    "lead_source": "sample",
    "fax": "sample",
    "date_of_birth": "sample",
    "assistant": "sample",
    "asst_mobile_number": "sample",
    "skype_id": "rec_4f3a91",
    "twitter": "sample",
    "description": "sample",
    "email_opt_out": "[email protected]",
    "mailing_street": "sample",
    "mailing_city": "sample",
    "mailing_state": "sample",
    "mailing_zip": "sample",
    "mailing_country": 1,
    "other_street": "sample",
    "other_city": "sample",
    "other_state": "sample",
    "other_zip": "sample",
    "other_country": 1,
    "created_time": "sample",
    "modified_time": "sample",
    "owner_id": "rec_4f3a91",
    "owner_name": "sample",
    "created_by_id": "rec_4f3a91",
    "created_by_name": "sample",
    "modified_by_id": "rec_4f3a91",
    "modified_by_name": "sample"
  }
}

Retrieve a paginated list of contacts from Zoho CRM, including basic contact fields and pagination info.

Install

Add list contacts (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-crm-list-contacts

When to use this.

The "List Contacts (Zoho CRM)" action enables users to retrieve a paginated list of contacts stored in Zoho CRM, facilitating efficient management of customer relationships. Users can specify input parameters such as "limit" to define the number of contacts returned (in multiples of 25), "sort_by" to organize records based on specific fields, and "sort_direction" to determine the order of sorting. The output includes essential contact information, including contact ID, names, email addresses, phone numbers, account details, and timestamps for creation and modification, all categorized under semantic types like id, fullName, email, and date. This action is particularly useful for CRM administrators and sales teams looking to streamline contact management, enhance customer engagement, and generate targeted outreach campaigns.

Try it

Run a sample request.

The response is a deterministic, cached example. No live call, no credits used.

List Contacts (Zoho CRM)

Try it

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

To sort the records based on specific fields.

Specifies the order in which records are sorted.

Response is cached — no live API call.

Response

Output schema.

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

FieldType
  • contact_id
    Contact Id
    text
  • first_name
    First Name
    text
  • last_name
    Last Name
    text
  • email
    Email
    nullabletext
  • secondary_email
    Secondary Email
    nullabletext
  • mobile_number
    Mobile Number
    nullabletext
  • home_mobile_number
    Home Mobile Number
    nullabletext
  • other_mobile_number
    Other Mobile Number
    nullabletext
  • title
    Title
    nullabletext
  • department
    Department
    nullabletext
  • account_name
    Account Name
    nullabletext
  • account_id
    Account Id
    nullabletext
  • lead_source
    Lead Source
    nullabletext
  • fax
    Fax
    nullabletext
  • date_of_birth
    Date Of Birth
    nullabletext
  • assistant
    Assistant
    nullabletext
  • asst_mobile_number
    Asst Mobile Number
    nullabletext
  • skype_id
    Skype Id
    nullabletext
  • twitter
    Twitter
    nullabletext
  • description
    Description
    nullabletext
  • email_opt_out
    Email Opt Out
    nullabletext
  • mailing_street
    Mailing Street
    nullabletext
  • mailing_city
    Mailing City
    nullabletext
  • mailing_state
    Mailing State
    nullabletext
  • mailing_zip
    Mailing Zip
    nullabletext
  • mailing_country
    Mailing Country
    nullabletext
  • other_street
    Other Street
    nullabletext
  • other_city
    Other City
    nullabletext
  • other_state
    Other State
    nullabletext
  • other_zip
    Other Zip
    nullabletext
  • other_country
    Other Country
    nullabletext
  • created_time
    Created Time
    nullabletext
  • modified_time
    Modified Time
    nullabletext
  • owner_id
    Owner Id
    nullabletext
  • owner_name
    Owner Name
    nullabletext
  • created_by_id
    Created By Id
    nullabletext
  • created_by_name
    Created By Name
    nullabletext
  • modified_by_id
    Modified By Id
    nullabletext
  • modified_by_name
    Modified By Name
    nullabletext

Integrate

Copy-pasteable snippets.

Real endpoint: https://v3-api.texau.com/api/v1/zoho-crm-list-contacts. Auth: x-api-key.

cURL · api.texau.app
84ms
POST/v1/zoho-crm-list-contacts
curl -X POST 'https://v3-api.texau.com/api/v1/zoho-crm-list-contacts' \
  -H 'x-api-key: $TEXAU_API_KEY' \
  -H 'content-type: application/json' \
  -d '{"limit":1,"sort_by":"sample-value","sort_direction":"sample-value"}'
200 Accepted
{
  "ok": true,
  "data": {
    "contact_id": "rec_4f3a91",
    "first_name": "sample",
    "last_name": "sample",
    "email": "[email protected]",
    "secondary_email": "[email protected]",
    "mobile_number": "sample",
    "home_mobile_number": "sample",
    "other_mobile_number": "sample",
    "title": "sample",
    "department": "sample",
    "account_name": 1,
    "account_id": 1,
    "lead_source": "sample",
    "fax": "sample",
    "date_of_birth": "sample",
    "assistant": "sample",
    "asst_mobile_number": "sample",
    "skype_id": "rec_4f3a91",
    "twitter": "sample",
    "description": "sample",
    "email_opt_out": "[email protected]",
    "mailing_street": "sample",
    "mailing_city": "sample",
    "mailing_state": "sample",
    "mailing_zip": "sample",
    "mailing_country": 1,
    "other_street": "sample",
    "other_city": "sample",
    "other_state": "sample",
    "other_zip": "sample",
    "other_country": 1,
    "created_time": "sample",
    "modified_time": "sample",
    "owner_id": "rec_4f3a91",
    "owner_name": "sample",
    "created_by_id": "rec_4f3a91",
    "created_by_name": "sample",
    "modified_by_id": "rec_4f3a91",
    "modified_by_name": "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 → list contacts (zoho crm) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.

Step 1TriggerNew row, webhook, or schedule.
Step 2List Contacts (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 limit90 / min
  • Per-day limit10,000 / day
  • 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 List Contacts (Zoho CRM) in 60 seconds.

Pull your API key, paste the cURL, ship to your CRM.