search_contacts
Retrieve contacts from Freshdesk by entering a search query to locate specific customer details for support operations.
Instructions
Search for contacts in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "search_contactsArguments",
"type": "object"
}