--- title: 'Zoho CRM' description: 'Manage leads, contacts, deals, and accounts in Zoho CRM.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Zoho CRM** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /Contacts](./get_contacts_crm_listcontacts) | List contacts | | [POST /Contacts](./post_contacts_crm_createcontact) | Create a contact | | [GET /Contacts/{record_id}](./get_contacts_record_id_crm_getcontact) | Get a contact by ID | | [GET /Leads](./get_leads_crm_listleads) | List leads | | [POST /Leads](./post_leads_crm_createlead) | Create a lead | | [GET /Deals](./get_deals_crm_listdeals) | List deals | | [POST /Deals](./post_deals_crm_createdeal) | Create a deal | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.