update_canned_response_folder
Modify the name of a canned response folder in Freshdesk by specifying the folder ID and updated name. Streamline support workflows and maintain organized response libraries efficiently.
Instructions
Update a canned response folder in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder_id | Yes | ||
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"folder_id": {
"title": "Folder Id",
"type": "integer"
},
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"folder_id",
"name"
],
"title": "update_canned_response_folderArguments",
"type": "object"
}