Back to Nodes

Mattermost Event Trigger

Last updated Jul 13, 2026

N8N node community. For receive Mattermost events

39 Weekly Downloads
664 Monthly Downloads

Included Nodes

Mattermost Event Trigger

Description

n8n-nodes-mattermost-trigger

This is an n8n community trigger node. It lets you receive mattermost events.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Local installation

Install N8N:

npm install n8n -g

Then in node folder:

npm install -g pnpm
pnpm install
pnpm run build
pnpm link --global

Then in n8n folder:

pnpm link n8n-nodes-mattermost-trigger

Run:

export N8NCUSTOMEXTENSIONS="[pathtofolderwithnode]"
n8n

Resources

  • Team
  • Other
  • Channel
  • SystemEvent
  • Role
  • User
  • Plugin
  • Post
  • UserPreference
  • Reaction
  • Thread
  • Events

  • Added to team
  • Authentication challenge
  • Channel converted
  • Channel created
  • Channel deleted
  • Channel member updated
  • Channel updated
  • Channel viewed
  • Config changed
  • Delete team
  • Direct added
  • Emoji added
  • Ephemeral message
  • Group added
  • Hello
  • Leave team
  • License changed
  • Memberrole updated
  • New user
  • Plugin disabled
  • Plugin enabled
  • Plugin statuses changed
  • Post deleted
  • Post edited
  • Post unread
  • Posted
  • Preference changed
  • Preferences changed
  • Preferences deleted
  • Reaction added
  • Reaction removed
  • Response
  • Role updated
  • Status change
  • Typing
  • Update team
  • User added
  • User removed
  • User role updated
  • User updated
  • Dialog opened
  • Thread updated
  • Thread follow changed
  • Thread read changed
  • Credentials

    Provide Bot Token or Personal access tokens

    Compatibility

    This node created for N8N Version 1.89.2, tested on Version 1.64.3 and 1.89.2

    Usage

  • Add trigger node to your workflow
  • Set up events:
  • – Standard:
    – Choose resources
    – Choose events
    – Custom
    – Fill Custom Events in Settings tab, example:

                hello,authenticationchallenge,configchanged
                

    Resources

  • n8n community nodes documentation
  • mattermost event list
  • Personal access tokens

Version history

v0.1.0 – Initial version