view_contact_field
Retrieve specific contact field details in Freshdesk using a unique ID, enabling streamlined access to customer information for support operations automation.
Instructions
View a contact field in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contact_field_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"contact_field_id": {
"title": "Contact Field Id",
"type": "integer"
}
},
"required": [
"contact_field_id"
],
"title": "view_contact_fieldArguments",
"type": "object"
}