view_ticket_field
Retrieve specific ticket field details in Freshdesk using the provided ticket field ID to streamline support ticket management and enhance operational efficiency.
Instructions
View a ticket field in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ticket_field_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ticket_field_id": {
"title": "Ticket Field Id",
"type": "integer"
}
},
"required": [
"ticket_field_id"
],
"title": "view_ticket_fieldArguments",
"type": "object"
}