Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
keapTrigger.json1.18 kB
{ "nodeType": "n8n-nodes-base.keapTrigger", "displayName": "Keap Trigger", "description": "Starts the workflow when Infusionsoft events occur", "version": 1, "properties": [ { "name": "eventId", "displayName": "Event Name or ID", "type": "options", "default": "", "description": "Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>", "required": true }, { "name": "rawData", "displayName": "RAW Data", "type": "boolean", "default": false, "description": "Whether to return the data exactly in the way it got received from the API" } ], "credentialsConfig": [ { "name": "keapOAuth2Api", "required": true }, { "name": "default", "required": false }, { "name": "eventId", "required": true } ], "io": { "inputs": [], "outputs": [ "Main" ], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [], "produces": [ "Main" ] } }

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/ifmelate/n8n-workflow-builder-mcp'

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