update_contact
Modify contact details in Freshdesk by specifying the contact ID and updating relevant fields. Streamline customer data management within the Freshdesk ecosystem.
Instructions
Update a contact in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
contact_fields | Yes | ||
contact_id | Yes |
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"
}