create_contact_field
Add custom contact fields in Freshdesk to store and organize specific customer information, enhancing support ticket management and personalization.
Instructions
Create a contact field in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contact_field_fields | Yes |
Input Schema (JSON Schema)
{
"properties": {
"contact_field_fields": {
"title": "Contact Field Fields",
"type": "object"
}
},
"required": [
"contact_field_fields"
],
"title": "create_contact_fieldArguments",
"type": "object"
}