For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
DeveloperAcademyCommunityStatus
  • Getting Started
    • Welcome to Moveworks
    • Roadmap & Release Notes
    • Moveworks Best Practices
    • Labs
    • Professional Services
    • Support
  • AI Assistant
    • AI Assistant Overview
    • Capabilities
    • Web Experiences
    • Analytics & Performance
  • Enterprise Search
    • Overview
    • Search Connectors
    • Agentic RAG Overview
    • Content Ingestion Platform
    • How Search Works
      • Profile Boosting
        • Connectors
          • Axero
          • Brainstorm QuickHelp
          • Atlassian Confluence
          • Freshservice
          • GitHub
          • Google Drive
          • Interact
          • LumApps
          • ManageEngine
          • Notion
          • Salesforce
          • ServiceNow
          • Microsoft Sharepoint
          • Staffbase
          • Unily
          • WordPress
          • Workday
    • Monitor Indexed Content
    • Vetted Content
    • Permissions
  • Productivity Boost
    • Overview
    • Configure Productivity Boost
    • Quick GPT
    • Calendar Management
    • Brief Me
DeveloperAcademyCommunityStatus
On this page
  • Overview
  • Supported Content Types
  • Snippet Titles
  • Snippet Description
  • Article Links
  • Unsupported Behavior: Advanced Content
  • Access Requirements
  • Permissions
  • Architecture
  • Knowledge Ingestion
  • Configuration
Enterprise SearchSearch ConfigurationClassic IngestionConnectors

Freshservice

||View as Markdown|
Was this page helpful?
Edit this page
Previous

GitHub

Next
Built with

Overview

The Freshservice Classic Ingestion connector indexes Solution Articles from your Freshservice tenant, making that content searchable through the Moveworks AI Assistant.

Supported Content Types

The Freshservice content connectors supports ingesting Solution Articles present in the Freshservice tenant. Moveworks recommends using font sizes within your Freshservice article editor judiciously to break up the articles in relevant sections.

Snippet Titles

Note that outside of just using titlez, Moveworks will also parse the rest of the article content to determine the best title for your article.

1{
2 "Title": "VPN Troubleshooting Guide",
3 "body": "{{SEE BELOW}}"
4}
1<h1>How to solve connection errors</h1>
2Here are some instructions.
3
4<h1> How to solve VPN slowness </h1>
5Here are some other instructions.

In this example, Moveworks would create a knowledge article “snippet” titled “VPN Troubleshooting Guide: How to solve connection errors”

Snippet Description

By default, Moveworks will display data from thedescription field of your articles. However, if you store any important information in any different or custom fields, you can configure Moveworks to extract from those other fields.

Article Links

Moveworks generates links to your articles based on the article’s path.

https://{{freshservice_url}}/a/solutions/articles/{{article-id}}

If you have a custom portal with a different URL, this URL format can be configured differently.

Unsupported Behavior: Advanced Content

Please note that images, tables, or other multi-media formats will not be rendered in chat. Instead, the user will be able to click the article and view the source article.

Access Requirements

Before setting up the Freshservice Classic Ingestion connector, review the Freshservice Access Requirements.

Permissions

The Classic Ingestion connector for Freshservice does not mirror source permissions. All indexed content is visible to all employees in the AI Assistant search experience.

Architecture

Knowledge Ingestion


Moveworks leverages the Freshservice APIs to filter & implement the correct ingestion logic:

  • Get list of available Solution Categories
    {{freshservice_url}}/api/v2/solutions/categories
  • Get list of available Folders within each Solution Category
    {{freshservice_url}}/api/v2/solutions/folders?category_id={{category_id}}
  • Get list of published Solution Articles within each Folder
    {{freshservice_url}}/api/v2/solutions/articles?folder_id={{folder_id}}

Configuration

To configure Freshservice Classic Ingestion in Moveworks Setup, see How to Configure Freshservice Knowledge Ingestion.