Freshdesk MCP server

by effytech
Verified

create_ticket

Generate support tickets in Freshdesk by providing subject, description, priority, source, and status. Simplify ticket creation for customer support operations with predefined fields and automation.

Instructions

Create a ticket in Freshdesk

Input Schema

NameRequiredDescriptionDefault
custom_fieldsNo
descriptionYes
emailNo
priorityYes
requester_idNo
sourceYes
statusYes
subjectYes

Input Schema (JSON Schema)

{ "properties": { "custom_fields": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "title": "Custom Fields" }, "description": { "title": "Description", "type": "string" }, "email": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Email" }, "priority": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Priority" }, "requester_id": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Requester Id" }, "source": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Source" }, "status": { "anyOf": [ { "type": "integer" }, { "type": "string" } ], "title": "Status" }, "subject": { "title": "Subject", "type": "string" } }, "required": [ "subject", "description", "source", "priority", "status" ], "title": "create_ticketArguments", "type": "object" }
ID: cdob370h7l