Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
lemlistTrigger.json1.74 kB
{ "nodeType": "n8n-nodes-base.lemlistTrigger", "displayName": "Lemlist Trigger", "description": "Handle Lemlist events via webhooks", "version": 1, "properties": [ { "name": "event", "displayName": "Event", "type": "options", "default": "", "required": true }, { "name": "options", "displayName": "Options", "type": "collection", "default": {}, "description": "We'll call this hook only for this campaignId. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.", "placeholder": "Add Field", "options": [ { "name": "campaignId", "displayName": "Campaign Name or ID", "type": "options", "default": "", "description": "We'll call this hook only for this campaignId. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>." }, { "name": "isFirst", "displayName": "Is First", "type": "boolean", "default": false, "description": "Whether to call this hook only the first time this activity happened" } ] } ], "credentialsConfig": [ { "name": "lemlistApi", "required": true }, { "name": "default", "required": false }, { "name": "event", "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