Freshdesk MCP server

by effytech
Verified

create_ticket_reply

Automate support ticket responses in Freshdesk by generating replies directly within the system, ensuring timely and consistent customer communication.

Instructions

Create a reply to a ticket in Freshdesk.

Input Schema

NameRequiredDescriptionDefault
bodyYes
ticket_idYes

Input Schema (JSON Schema)

{ "properties": { "body": { "title": "Body", "type": "string" }, "ticket_id": { "title": "Ticket Id", "type": "integer" } }, "required": [ "ticket_id", "body" ], "title": "create_ticket_replyArguments", "type": "object" }
ID: cdob370h7l