--- title: 'Crisp' description: '' --- # Crisp undefined | Detail | Value | |---|---| | Category | Support | | Base URL | `https://api.crisp.chat/v1` | | Authentication | API Key | | Endpoints | 6 | | Connector key | `crisp` | ## Using Crisp in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Crisp** 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_conversations_0) | List Conversations | | [GET ](./get_send_message_1) | Send Message | | [GET ](./get_list_people_2) | List People | | [GET ](./get_list_operators_3) | List Operators | | [GET ](./get_get_availability_4) | Get Availability | | [GET ](./get_list_helpdesk_articles_5) | List Helpdesk Articles | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.