mattermost-trigger

An n8n custom trigger node for Mattermost WebSocket integration

Documentation

Banner image

n8n Custom Nodes

This repository contains a collection of custom n8n nodes used internally or shared with the community. Each node is built to extend n8n with additional integrations or logic beyond the default capabilities.

These nodes follow the n8n node development standards and can be run locally or deployed within your own n8n instance.


🧩 Available Nodes

Node Name Description
MattermostTrigger Listen for Mattermost events via WebSocket (posted, user_added, etc.)

🛠️ Development Setup

If you want to develop or customize these nodes, follow the steps below:

Prerequisites

  • Node.js v20+ and npm
  • git
  • (Optional) Global n8n installation:
    npm install -g n8n
    

Discussion