Zoho CRM ​
Manage leads, contacts, deals, and accounts in Zoho CRM.
| Detail | Value |
|---|---|
| Category | CRM |
| Base URL | https://www.zohoapis.com/crm/v2 |
| Authentication | OAuth2 Client Credentials |
| Endpoints | 7 |
| Connector key | zoho_crm |
Using Zoho CRM in a workflow ​
- Go to Connections and click New Connection.
- Pick Zoho CRM from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /Contacts | List contacts |
| POST /Contacts | Create a contact |
| GET /Contacts/{record_id} | Get a contact by ID |
| GET /Leads | List leads |
| POST /Leads | Create a lead |
| GET /Deals | List deals |
| POST /Deals | Create a deal |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.