Skip to main content
Glama

n8n-workflow-builder-mcp

by ifmelate
intercom.json12.9 kB
{ "nodeType": "n8n-nodes-base.intercom", "displayName": "Intercom", "description": "Consume Intercom API", "version": 1, "properties": [ { "name": "listBy", "displayName": "List By", "type": "options", "default": "", "description": "The Intercom defined ID representing the company", "options": [ { "name": "ID", "value": "id", "description": "The Intercom defined ID representing the company" }, { "name": "Company ID", "value": "companyId", "description": "The company_id you have given to the company" } ], "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "users" ] } } }, { "name": "value", "displayName": "Value", "type": "string", "default": "", "description": "View by value", "required": true, "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "users" ] } } }, { "name": "returnAll", "displayName": "Return All", "type": "boolean", "default": false, "description": "Whether to return all results or only up to a given limit", "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "users" ] } } }, { "name": "limit", "displayName": "Limit", "type": "number", "default": 50, "description": "Max number of results to return", "typeOptions": { "minValue": 1, "maxValue": 60 }, "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "users" ], "returnAll": [ false ] } } }, { "name": "filters", "displayName": "Filters", "type": "collection", "default": {}, "description": "Segment representing the Lead", "placeholder": "Add Filter", "options": [ { "name": "segment_id", "displayName": "Segment ID", "type": "string", "default": "", "description": "Segment representing the Lead" }, { "name": "tag_id", "displayName": "Tag ID", "type": "string", "default": "", "description": "Tag representing the Lead" } ], "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "getAll" ] } } }, { "name": "selectBy", "displayName": "Select By", "type": "options", "default": "", "description": "The company_id you have given to the company", "options": [ { "name": "Company ID", "value": "companyId", "description": "The company_id you have given to the company" }, { "name": "ID", "value": "id", "description": "The Intercom defined ID representing the company" }, { "name": "Name", "value": "name", "description": "The name of the company" } ], "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "get" ] } } }, { "name": "companyId", "displayName": "Company ID", "type": "string", "default": "", "description": "The company ID you have defined for the company", "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "create", "update" ] } } }, { "name": "jsonParameters", "displayName": "JSON Parameters", "type": "boolean", "default": false, "displayOptions": { "show": { "operation": [ "create", "update" ], "resource": [ "company" ] } } }, { "name": "additionalFields", "displayName": "Additional Fields", "type": "collection", "default": {}, "description": "The industry that this company operates in", "placeholder": "Add Field", "options": [ { "name": "industry", "displayName": "Industry", "type": "string", "default": "", "description": "The industry that this company operates in" }, { "name": "monthlySpend", "displayName": "Monthly Spend", "type": "string", "default": "", "description": "The phone number of the user" }, { "name": "name", "displayName": "Name", "type": "string", "default": "", "description": "Name of the user", "placeholder": "" }, { "name": "plan", "displayName": "Plan", "type": "string", "default": "", "description": "The name of the plan you have associated with the company", "placeholder": "" }, { "name": "size", "displayName": "Size", "type": "number", "default": "", "description": "The number of employees in this company" }, { "name": "website", "displayName": "Website", "type": "string", "default": "", "description": "The URL for this company's website. Please note that the value specified here is not validated. Accepts any string." } ], "displayOptions": { "show": { "operation": [ "create", "update" ], "resource": [ "company" ] } } }, { "name": "customAttributesJson", "displayName": "Custom Attributes", "type": "json", "default": "", "description": "A hash of key/value pairs to represent custom data you want to attribute to a user", "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "create", "update" ], "jsonParameters": [ true ] } } }, { "name": "customAttributesUi", "displayName": "Custom Attributes", "type": "fixedCollection", "default": {}, "description": "A hash of key/value pairs to represent custom data you want to attribute to a user", "placeholder": "Add Attribute", "typeOptions": { "multipleValues": true }, "displayOptions": { "show": { "resource": [ "company" ], "operation": [ "create", "update" ], "jsonParameters": [ false ] } } }, { "name": "operation", "displayName": "Operation", "type": "options", "default": "create", "description": "Create a new company", "options": [ { "name": "Create", "value": "create", "description": "Create a new company" }, { "name": "Get", "value": "get", "description": "Get data of a company" }, { "name": "Get Many", "value": "getAll", "description": "Get data of many companies" }, { "name": "Update", "value": "update", "description": "Update a company" }, { "name": "Users", "value": "users", "description": "List company's users" } ], "displayOptions": { "show": { "resource": [ "company" ] } } }, { "name": "deleteBy", "displayName": "Delete By", "type": "options", "default": "", "description": "The Intercom defined ID representing the Lead", "options": [ { "name": "ID", "value": "id", "description": "The Intercom defined ID representing the Lead" }, { "name": "User ID", "value": "userId", "description": "Automatically generated identifier for the Lead" } ], "displayOptions": { "show": { "resource": [ "lead" ], "operation": [ "delete" ] } } }, { "name": "updateBy", "displayName": "Update By", "type": "options", "default": "id", "description": "Automatically generated identifier for the Lead", "options": [ { "name": "User ID", "value": "userId", "description": "Automatically generated identifier for the Lead" }, { "name": "ID", "value": "id", "description": "The Intercom defined ID representing the Lead" } ], "displayOptions": { "show": { "resource": [ "lead" ], "operation": [ "update" ] } } }, { "name": "email", "displayName": "Email", "type": "string", "default": "", "description": "The email of the user", "placeholder": "name@email.com", "required": true, "displayOptions": { "show": { "resource": [ "lead" ], "operation": [ "create" ] } } }, { "name": "id", "displayName": "ID", "type": "string", "default": "", "description": "The Intercom defined ID representing the Lead", "required": true, "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "delete" ] } } }, { "name": "identifierType", "displayName": "Identifier Type", "type": "options", "default": "", "description": "A unique string identifier for the user. It is required on creation if an email is not supplied.", "options": [ { "name": "User ID", "value": "userId", "description": "A unique string identifier for the user. It is required on creation if an email is not supplied." }, { "name": "Email", "value": "email", "description": "The user's email address. It is required on creation if a user_id is not supplied." } ], "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "create" ] } } }, { "name": "idValue", "displayName": "Value", "type": "string", "default": "", "description": "Unique string identifier value", "required": true, "displayOptions": { "show": { "resource": [ "user" ], "operation": [ "create" ] } } }, { "name": "resource", "displayName": "Resource", "type": "options", "default": "user", "description": "Companies allow you to represent commercial organizations using your product", "options": [ { "name": "Company", "value": "company", "description": "Companies allow you to represent commercial organizations using your product" }, { "name": "Lead", "value": "lead", "description": "Leads are useful for representing logged-out users of your application" }, { "name": "User", "value": "user", "description": "The Users resource is the primary way of interacting with Intercom" } ] } ], "credentialsConfig": [ { "name": "intercomApi", "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