get_canned_response
Retrieve predefined responses in Freshservice using the canned response feature, streamlining communication and ensuring consistent reply formats.
Instructions
Get a canned response in Freshservice.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "integer"
}
},
"required": [
"id"
],
"title": "get_canned_responseArguments",
"type": "object"
}