get_ticket_conversation
Retrieve detailed ticket conversations from Freshdesk to streamline support operations and enhance ticket management. Use this tool to access specific ticket interactions for improved customer service.
Instructions
Get a ticket conversation in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ticket_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ticket_id": {
"title": "Ticket Id",
"type": "integer"
}
},
"required": [
"ticket_id"
],
"title": "get_ticket_conversationArguments",
"type": "object"
}