FruxonDocs

Zoho CRM

Access leads, contacts, deals, accounts, and call logs in Zoho CRM

The Zoho CRM integration lets your agents access leads, contacts, deals, accounts, and call logs.

Prerequisites

You need one of the following:

  • OAuth Access Token — Generate one through the Zoho API Console.
  • OAuth — For user-level access where each chat user authorizes with their own Zoho account.

Setup

  1. Open your agent in Agent Studio
  2. In the Integrations panel, click Add Integration Config
  3. Select Zoho CRM from the integration list
  4. Give the config a display name (e.g., "Zoho CRM - Sales")
  5. Choose your authentication method:
    • Access Token — Paste your Zoho OAuth access token
    • OAuth — Click Connect to start the Zoho OAuth flow
  6. Save the agent revision

Using in Your Agent

  1. In an Agent Step, attach Zoho CRM tools from the tools panel
  2. The agent uses your integration config for all Zoho API calls
  3. Tools are referenced as zoho_crm.get_leads, zoho_crm.get_contacts, etc.

Available Tools

ToolDescriptionAction Type
get_leadsFetch lead data from Zoho CRMReadOnly
get_contactsFetch contacts from Zoho CRMReadOnly
get_dealsFetch deals from Zoho CRMReadOnly
get_accountsFetch accounts from Zoho CRMReadOnly
get_callsFetch call logs from Zoho CRMReadOnly
get_usersFetch CRM users from ZohoReadOnly

On this page