Freshdesk MCP server

by effytech
Verified

update_ticket_conversation

Modify a ticket conversation in Freshdesk by updating its content using specific conversation IDs and new message details for improved support management.

Instructions

Update a conversation for a ticket in Freshdesk.

Input Schema

NameRequiredDescriptionDefault
bodyYes
conversation_idYes

Input Schema (JSON Schema)

{ "properties": { "body": { "title": "Body", "type": "string" }, "conversation_id": { "title": "Conversation Id", "type": "integer" } }, "required": [ "conversation_id", "body" ], "title": "update_ticket_conversationArguments", "type": "object" }
ID: cdob370h7l