get_ticket
Retrieve support ticket details from Freshdesk using a specified ticket ID to streamline customer service and enhance support operations.
Instructions
Get a ticket 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_ticketArguments",
"type": "object"
}