update_contact_field
Modify specific fields for a contact in Freshdesk to maintain accurate and up-to-date customer information during support operations.
Instructions
Update a contact field in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contact_field_fields | Yes | ||
contact_field_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"contact_field_fields": {
"title": "Contact Field Fields",
"type": "object"
},
"contact_field_id": {
"title": "Contact Field Id",
"type": "integer"
}
},
"required": [
"contact_field_id",
"contact_field_fields"
],
"title": "update_contact_fieldArguments",
"type": "object"
}