--- title: 'Freshsales' description: 'AI-powered CRM for managing contacts, leads, accounts, and deals.' --- # Freshsales AI-powered CRM for managing contacts, leads, accounts, and deals. | Detail | Value | |---|---| | Category | CRM | | Base URL | `https://{domain}.freshsales.io/api` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `freshsales` | ## Using Freshsales in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Freshsales** 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/{id}](./get_contacts_id_crm_getcontact) | Get a contact | | [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 | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.