Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
getResponseTrigger.json2.95 kB
{ "nodeType": "n8n-nodes-base.getResponseTrigger", "displayName": "GetResponse Trigger", "description": "Starts the workflow when GetResponse events occur", "version": 1, "properties": [ { "name": "authentication", "displayName": "Authentication", "type": "options", "default": "apiKey", "options": [ { "name": "API Key", "value": "apiKey" }, { "name": "OAuth2", "value": "oAuth2" } ] }, { "name": "events", "displayName": "Events", "type": "multiOptions", "default": [], "description": "Receive notifications when a customer is subscribed to a list", "required": true, "options": [ { "name": "Customer Subscribed", "value": "subscribe", "description": "Receive notifications when a customer is subscribed to a list" }, { "name": "Customer Unsubscribed", "value": "unsubscribe", "description": "Receive notifications when a customer is unsubscribed from a list" }, { "name": "Email Clicked", "value": "click", "description": "Receive notifications when a email is clicked" }, { "name": "Email Opened", "value": "open", "description": "Receive notifications when a email is opened" }, { "name": "Survey Submitted", "value": "survey", "description": "Receive notifications when a survey is submitted" } ] }, { "name": "listIds", "displayName": "List Names or IDs", "type": "multiOptions", "default": [], "description": "Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>" }, { "name": "options", "displayName": "Options", "type": "collection", "default": {}, "description": "Whether to delete the current subscription", "placeholder": "Add option", "options": [ { "name": "delete", "displayName": "Delete Current Subscription", "type": "boolean", "default": false, "description": "Whether to delete the current subscription" } ] } ], "credentialsConfig": [ { "name": "getResponseApi", "required": true }, { "name": "default", "required": false }, { "name": "authentication", "required": false }, { "name": "events", "required": false }, { "name": "listIds", "required": false } ], "io": { "inputs": [], "outputs": [], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [], "produces": [] } }

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