Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
activeCampaignTrigger.json1.8 kB
{ "nodeType": "n8n-nodes-base.activeCampaignTrigger", "displayName": "ActiveCampaign Trigger", "description": "Handle ActiveCampaign events via webhooks", "version": 1, "properties": [ { "name": "events", "displayName": "Event 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": "sources", "displayName": "Source", "type": "multiOptions", "default": [], "description": "Run the hooks when a contact triggers the action", "options": [ { "name": "Public", "value": "public", "description": "Run the hooks when a contact triggers the action" }, { "name": "Admin", "value": "admin", "description": "Run the hooks when an admin user triggers the action" }, { "name": "Api", "value": "api", "description": "Run the hooks when an API call triggers the action" }, { "name": "System", "value": "system", "description": "Run the hooks when automated systems triggers the action" } ] } ], "credentialsConfig": [ { "name": "activeCampaignApi", "required": true }, { "name": "default", "required": false }, { "name": "events", "required": false } ], "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