find_company_by_name
Locate a company in Freshdesk by entering its name. This tool helps users quickly retrieve company details for efficient customer support management and ticket handling.
Instructions
Find a company by name in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "find_company_by_nameArguments",
"type": "object"
}