Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
mailjet.json7.52 kB
{ "nodeType": "n8n-nodes-base.mailjet", "displayName": "Mailjet", "description": "Consume Mailjet API", "version": 1, "properties": [ { "name": "fromEmail", "displayName": "From Email", "type": "string", "default": "", "description": "The title for the email", "placeholder": "admin@example.com", "required": true, "displayOptions": { "show": { "resource": [ "email" ], "operation": [ "send" ] } } }, { "name": "toEmail", "displayName": "To Email", "type": "string", "default": "", "description": "Email address of the recipient. Multiple ones can be separated by comma.", "placeholder": "info@example.com", "required": true, "displayOptions": { "show": { "resource": [ "email" ], "operation": [ "send" ] } } }, { "name": "subject", "displayName": "Subject", "type": "string", "default": "", "description": "Subject line of the email", "placeholder": "My subject line" }, { "name": "text", "displayName": "Text", "type": "string", "default": "", "description": "Plain text message of email", "displayOptions": { "show": { "resource": [ "email" ], "operation": [ "send" ] } } }, { "name": "html", "displayName": "HTML", "type": "string", "default": "", "description": "HTML text message of email", "displayOptions": { "show": { "resource": [ "email" ], "operation": [ "send" ] } } }, { "name": "jsonParameters", "displayName": "JSON Parameters", "type": "boolean", "default": false, "displayOptions": { "show": { "resource": [ "email" ], "operation": [ "send" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "Bcc Email address of the recipient. Multiple ones can be separated by comma.", "placeholder": "Add Field", "options": [ { "name": "bccEmail", "displayName": "Bcc Email", "type": "string", "default": "", "description": "Bcc Email address of the recipient. Multiple ones can be separated by comma." }, { "name": "ccAddresses", "displayName": "Cc Addresses", "type": "string", "default": "", "description": "Cc Email address of the recipient. Multiple ones can be separated by comma." }, { "name": "fromName", "displayName": "From Name", "type": "string", "default": "" }, { "name": "priority", "displayName": "Priority", "type": "number", "default": 2 }, { "name": "replyTo", "displayName": "Reply To", "type": "string", "default": "", "description": "The reply-to email address. Multiple ones can be separated by comma." }, { "name": "templateLanguage", "displayName": "Template Language", "type": "boolean", "default": false } ], "displayOptions": { "show": { "resource": [ "email" ], "operation": [ "send" ] } } }, { "name": "variablesJson", "displayName": "Variables (JSON)", "type": "string", "default": "", "description": "HTML text message of email", "displayOptions": { "show": { "resource": [ "email" ], "operation": [ "send" ], "jsonParameters": [ true ] } } }, { "name": "variablesUi", "displayName": "Variables", "type": "fixedCollection", "default": {}, "placeholder": "Add Variable", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "email" ], "operation": [ "send" ], "jsonParameters": [ false ] } } }, { "name": "templateId", "displayName": "Template 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, "displayOptions": { "show": { "resource": [ "email" ], "operation": [ "sendTemplate" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "send", "description": "Send a email", "options": [ { "name": "Send", "value": "send", "description": "Send a email" }, { "name": "Send Template", "value": "sendTemplate", "description": "Send a email template" } ], "displayOptions": { "show": { "resource": [ "email" ] } } }, { "name": "from", "displayName": "From", "type": "string", "default": "", "description": "Customizable sender name. Should be between 3 and 11 characters in length, only alphanumeric characters are allowed.", "required": true, "displayOptions": { "show": { "resource": [ "sms" ], "operation": [ "send" ] } } }, { "name": "to", "displayName": "To", "type": "string", "default": "", "description": "Message recipient. Should be between 3 and 15 characters in length. The number always starts with a plus sign followed by a country code, followed by the number. Phone numbers are expected to comply with the E.164 format.", "required": true, "displayOptions": { "show": { "resource": [ "sms" ], "operation": [ "send" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "email", "options": [ { "name": "Email", "value": "email" }, { "name": "SMS", "value": "sms" } ] } ], "credentialsConfig": [ { "name": "mailjetEmailApi", "required": true }, { "name": "resource", "required": false } ], "io": { "inputs": [ "Main" ], "outputs": [ "Main" ], "outputNames": [], "hints": {} }, "wiring": { "role": "generic", "requires": [], "optional": [], "consumedBy": [], "consumes": [ "Main" ], "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