list_solution_folders
Retrieve solution folders within a specified category in Freshdesk to organize and manage support articles effectively. Simplifies navigation and maintenance of help center content.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"category_id": {
"title": "Category Id",
"type": "integer"
}
},
"required": [
"category_id"
],
"title": "list_solution_foldersArguments",
"type": "object"
}