create_group
Automate support operations by creating groups in Freshdesk through the MCP server. Enhance ticket management and streamline customer support processes using structured group fields.
Instructions
Create a group in Freshdesk.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
group_fields | Yes |
Input Schema (JSON Schema)
{
"properties": {
"group_fields": {
"title": "Group Fields",
"type": "object"
}
},
"required": [
"group_fields"
],
"title": "create_groupArguments",
"type": "object"
}