list_solution_articles
Retrieve all solution articles from Freshdesk by specifying a folder ID using this tool, enabling efficient management and access to support documentation.
Instructions
List all solution articles in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"folder_id": {
"title": "Folder Id",
"type": "integer"
}
},
"required": [
"folder_id"
],
"title": "list_solution_articlesArguments",
"type": "object"
}