Back to Nodes

Mattermost Event Trigger

Last updated May 27, 2025

N8N node community. For receive Mattermost events

20 Weekly Downloads
61 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 N8N_CUSTOM_EXTENSIONS="[path_to_folder_with_node]"
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,authentication_challenge,config_changed
        

Resources

Version history

v0.1.0 – Initial version