Skip to main content
Glama

Zendesk API MCP Server

create_trigger

Define and automate workflows in Zendesk by creating triggers with specific conditions and actions. Set rules to modify tickets or fields when criteria are met, enhancing support management efficiency.

Input Schema

NameRequiredDescriptionDefault
actionsYesActions to perform when trigger conditions are met
conditionsYesConditions for the trigger
descriptionNoTrigger description
titleYesTrigger title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "actions": { "description": "Actions to perform when trigger conditions are met", "items": { "additionalProperties": false, "properties": { "field": { "description": "Field to modify", "type": "string" }, "value": { "description": "Value to set" } }, "required": [ "field" ], "type": "object" }, "type": "array" }, "conditions": { "additionalProperties": false, "description": "Conditions for the trigger", "properties": { "all": { "items": { "additionalProperties": false, "properties": { "field": { "description": "Field to check", "type": "string" }, "operator": { "description": "Operator for comparison", "type": "string" }, "value": { "description": "Value to compare against" } }, "required": [ "field", "operator" ], "type": "object" }, "type": "array" }, "any": { "items": { "additionalProperties": false, "properties": { "field": { "description": "Field to check", "type": "string" }, "operator": { "description": "Operator for comparison", "type": "string" }, "value": { "description": "Value to compare against" } }, "required": [ "field", "operator" ], "type": "object" }, "type": "array" } }, "type": "object" }, "description": { "description": "Trigger description", "type": "string" }, "title": { "description": "Trigger title", "type": "string" } }, "required": [ "title", "conditions", "actions" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JurreBrandsenInfoSupport/zendesk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server