create_solution_category
Generate solution categories in Freshdesk to organize support content efficiently. Use this tool to structure help articles and improve customer self-service experience.
Instructions
Create a solution category in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category_fields | Yes |
Input Schema (JSON Schema)
{
"properties": {
"category_fields": {
"title": "Category Fields",
"type": "object"
}
},
"required": [
"category_fields"
],
"title": "create_solution_categoryArguments",
"type": "object"
}