view_canned_response
Retrieve a predefined canned response from Freshdesk by specifying its ID. Facilitates quick access to standardized replies for efficient ticket management and customer support.
Instructions
View a canned response in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
canned_response_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"canned_response_id": {
"title": "Canned Response Id",
"type": "integer"
}
},
"required": [
"canned_response_id"
],
"title": "view_canned_responseArguments",
"type": "object"
}