--- title: 'Kayako' description: '' --- # Kayako undefined | Detail | Value | |---|---| | Category | Support | | Base URL | `https://{subdomain}.kayako.com/api/v1` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `kayako` | ## Using Kayako in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Kayako** 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_create_conversation_1) | Create Conversation | | [GET ](./get_reply_to_conversation_2) | Reply to Conversation | | [GET ](./get_list_users_3) | List Users | | [GET ](./get_list_teams_4) | List Teams | | [GET ](./get_list_help_center_articles_5) | List Help Center Articles | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.