search_tickets
Search for support tickets in Freshdesk using specific queries to streamline ticket management and enhance customer support operations.
Instructions
Search for tickets in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "search_ticketsArguments",
"type": "object"
}