--- title: 'Zendesk Chat' description: '' --- # Zendesk Chat undefined | Detail | Value | |---|---| | Category | Support | | Base URL | `https://www.zopim.com/api/v2` | | Authentication | OAuth2 | | Endpoints | 6 | | Connector key | `zendesk-chat` | ## Using Zendesk Chat in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Zendesk Chat** 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 ](./get_list_chats_0) | List Chats | | [GET ](./get_search_chats_1) | Search Chats | | [GET ](./get_list_agents_2) | List Agents | | [GET ](./get_manage_agents_3) | Manage Agents | | [GET ](./get_list_visitors_4) | List Visitors | | [GET ](./get_list_departments_5) | List Departments | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.