--- title: 'Help Scout Docs' description: '' --- # Help Scout Docs undefined | Detail | Value | |---|---| | Category | Support | | Base URL | `https://docsapi.helpscout.net/v1` | | Authentication | OAuth2 Client Credentials | | Endpoints | 6 | | Connector key | `helpscout-docs` | ## Using Help Scout Docs in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Help Scout Docs** 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_collections_0) | List Collections | | [GET ](./get_list_articles_1) | List Articles | | [GET ](./get_create_article_2) | Create Article | | [GET ](./get_search_articles_3) | Search Articles | | [GET ](./get_manage_categories_4) | Manage Categories | | [GET ](./get_list_sites_5) | List Sites | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.