get_contact
Retrieve contact details from Freshdesk using a specific contact ID. Simplify support operations by integrating AI models to automate and manage customer interactions effectively.
Instructions
Get a contact in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contact_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"contact_id": {
"title": "Contact Id",
"type": "integer"
}
},
"required": [
"contact_id"
],
"title": "get_contactArguments",
"type": "object"
}