create_canned_response_folder
Automate canned response organization in Freshdesk by creating custom folders, streamlining support workflows and enhancing ticket management efficiency.
Instructions
Create a canned response folder in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "create_canned_response_folderArguments",
"type": "object"
}