Freshdesk MCP server

by effytech
Verified

update_contact

Update specific contact details in Freshdesk by providing the contact ID and desired fields, enabling efficient customer data management and support operations.

Instructions

Update a contact in Freshdesk.

Input Schema

NameRequiredDescriptionDefault
contact_fieldsYes
contact_idYes

Input Schema (JSON Schema)

{ "properties": { "contact_fields": { "title": "Contact Fields", "type": "object" }, "contact_id": { "title": "Contact Id", "type": "integer" } }, "required": [ "contact_id", "contact_fields" ], "title": "update_contactArguments", "type": "object" }
ID: cdob370h7l