Zoho logo

Get Contact by ID (Zoho CRM)

Zoho CRMGet Contact by ID (Zoho CRM)

POST/v1/zoho-get-contact-by-id
texau__zoho-get-contact-by-idcrm
cURL · api.texau.app
84ms
POST/v1/zoho-get-contact-by-id
{
  "contact_id": "sample-value"
}
200 Accepted
{
  "ok": true,
  "data": {
    "contact_id": "rec_4f3a91",
    "first_name": "sample",
    "last_name": "sample",
    "email": "[email protected]",
    "mobile_number": "sample",
    "account_name": 1,
    "account_id": 1,
    "title": "sample",
    "department": "sample",
    "lead_source": "sample",
    "secondary_email": "[email protected]",
    "other_mobile_number": "sample",
    "home_mobile_number": "sample",
    "fax": "sample",
    "skype_id": "rec_4f3a91",
    "twitter": "sample",
    "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,
    "description": "sample",
    "date_of_birth": "sample",
    "assistant": "sample",
    "asst_mobile_number": "sample",
    "owner_name": "sample",
    "owner_id": "rec_4f3a91",
    "created_time": "sample",
    "modified_time": "sample"
  }
}

Retrieve the details of a specific contact using their unique Zoho Record ID.

Install

Add get contact by id (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-get-contact-by-id

When to use this.

The "Get Contact by ID (Zoho CRM)" action allows users to retrieve detailed information about a specific contact from Zoho CRM using their unique Zoho Record ID. The primary input parameter is the "contact_id," a string that identifies the contact to be fetched. This action outputs a comprehensive set of fields, including the contact's first name, last name, email, mobile number, account details, and additional information such as title, department, and social media profiles. It also provides mailing and other address details, as well as timestamps for creation and modification. This action is essential for CRM applications that require quick access to contact information for customer support, sales follow-ups, or marketing campaigns, making it a valuable tool for businesses looking to enhance their customer relationship management processes.

Try it

Run a sample request.

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

Get Contact by ID (Zoho CRM)

Try it

The unique Zoho Record ID of the contact to retrieve.

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
    nullablestring
  • first_name
    First Name
    string
  • last_name
    Last Name
    string
  • email
    Email
    string
  • mobile_number
    Mobile Number
    string
  • account_name
    Account Name
    string
  • account_id
    Account Id
    nullablestring
  • title
    Title
    nullablestring
  • department
    Department
    nullablestring
  • lead_source
    Lead Source
    nullablestring
  • secondary_email
    Secondary Email
    nullablestring
  • other_mobile_number
    Other Mobile Number
    nullablestring
  • home_mobile_number
    Home Mobile Number
    nullablestring
  • fax
    Fax
    nullablestring
  • skype_id
    Skype Id
    nullablestring
  • twitter
    Twitter
    nullablestring
  • mailing_street
    Mailing Street
    nullablestring
  • mailing_city
    Mailing City
    nullablestring
  • mailing_state
    Mailing State
    nullablestring
  • mailing_zip
    Mailing Zip
    nullablestring
  • mailing_country
    Mailing Country
    nullablestring
  • other_street
    Other Street
    nullablestring
  • other_city
    Other City
    nullablestring
  • other_state
    Other State
    nullablestring
  • other_zip
    Other Zip
    nullablestring
  • other_country
    Other Country
    nullablestring
  • description
    Description
    nullablestring
  • date_of_birth
    Date Of Birth
    nullablestring
  • assistant
    Assistant
    nullablestring
  • asst_mobile_number
    Asst Mobile Number
    nullablestring
  • owner_name
    Owner Name
    nullablestring
  • owner_id
    Owner Id
    nullablestring
  • created_time
    Created Time
    nullablestring
  • modified_time
    Modified Time
    nullablestring

Integrate

Copy-pasteable snippets.

Real endpoint: https://v3-api.texau.com/api/v1/zoho-get-contact-by-id. Auth: x-api-key.

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

Step 1TriggerNew row, webhook, or schedule.
Step 2Get Contact by ID (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 limit100 / min
  • Per-day limit2,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 Get Contact by ID (Zoho CRM) in 60 seconds.

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