Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
sendy.json7.43 kB
{ "nodeType": "n8n-nodes-base.sendy", "displayName": "Sendy", "description": "Consume Sendy API", "version": 1, "properties": [ { "name": "fromName", "displayName": "From Name", "type": "string", "default": "", "description": "The 'From name' of your campaign", "displayOptions": { "show": { "resource": [ "campaign" ], "operation": [ "create" ] } } }, { "name": "fromEmail", "displayName": "From Email", "type": "string", "default": "", "description": "The 'From email' of your campaign", "displayOptions": { "show": { "resource": [ "campaign" ], "operation": [ "create" ] } } }, { "name": "replyTo", "displayName": "Reply To", "type": "string", "default": "", "description": "The 'Reply to' of your campaign", "displayOptions": { "show": { "resource": [ "campaign" ], "operation": [ "create" ] } } }, { "name": "title", "displayName": "Title", "type": "string", "default": "", "description": "The 'Title' of your campaign", "displayOptions": { "show": { "resource": [ "campaign" ], "operation": [ "create" ] } } }, { "name": "subject", "displayName": "Subject", "type": "string", "default": "", "description": "The 'Subject' of your campaign", "displayOptions": { "show": { "resource": [ "campaign" ], "operation": [ "create" ] } } }, { "name": "htmlText", "displayName": "HTML Text", "type": "string", "default": "", "description": "The 'HTML version' of your campaign", "displayOptions": { "show": { "resource": [ "campaign" ], "operation": [ "create" ] } } }, { "name": "sendCampaign", "displayName": "Send Campaign", "type": "boolean", "default": false, "description": "Whether to send the campaign as well and not just create a draft. Default is false.", "displayOptions": { "show": { "resource": [ "campaign" ], "operation": [ "create" ] } } }, { "name": "brandId", "displayName": "Brand ID", "type": "string", "default": "", "required": true, "displayOptions": { "show": { "operation": [ "create" ], "resource": [ "campaign" ], "sendCampaign": [ false ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "Lists to exclude from your campaign. List IDs should be single or comma-separated.", "placeholder": "Add Field", "options": [ { "name": "excludeListIds", "displayName": "Exclude List IDs", "type": "string", "default": "", "description": "Lists to exclude from your campaign. List IDs should be single or comma-separated." }, { "name": "excludeSegmentIds", "displayName": "Exclude Segment IDs", "type": "string", "default": "", "description": "Segments to exclude from your campaign. Segment IDs should be single or comma-separated." }, { "name": "listIds", "displayName": "List IDs", "type": "string", "default": "", "description": "List IDs should be single or comma-separated" }, { "name": "plainText", "displayName": "Plain Text", "type": "string", "default": "", "description": "The 'Plain text version' of your campaign" }, { "name": "queryString", "displayName": "Querystring", "type": "string", "default": "", "description": "Google Analytics tags" }, { "name": "segmentIds", "displayName": "Segment IDs", "type": "string", "default": "", "description": "Segment IDs should be single or comma-separated" }, { "name": "trackClicks", "displayName": "Track Clicks", "type": "boolean", "default": true, "description": "Whether to disable clicks tracking. Default is true." }, { "name": "trackOpens", "displayName": "Track Opens", "type": "boolean", "default": true, "description": "Whether to disable opens tracking. Default is true." } ], "displayOptions": { "show": { "resource": [ "campaign" ], "operation": [ "create" ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "create", "description": "Create a campaign", "options": [ { "name": "Create", "value": "create", "description": "Create a campaign" } ], "displayOptions": { "show": { "resource": [ "campaign" ] } } }, { "name": "email", "displayName": "Email", "type": "string", "default": "", "description": "Email address of the subscriber", "placeholder": "name@email.com", "displayOptions": { "show": { "resource": [ "subscriber" ], "operation": [ "add" ] } } }, { "name": "listId", "displayName": "List ID", "type": "string", "default": "", "description": "The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID.", "displayOptions": { "show": { "resource": [ "subscriber" ], "operation": [ "add" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "subscriber", "options": [ { "name": "Campaign", "value": "campaign" }, { "name": "Subscriber", "value": "subscriber" } ] } ], "credentialsConfig": [ { "name": "sendyApi", "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