Package Information
Released: 5/28/2025
Downloads: 7 weekly / 61 monthly
Latest Version: 0.1.0
Author: alexey.gusev
Available Nodes
Documentation
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
- Fill Custom Events in Settings tab, example:
- Standard:
Resources
Version history
v0.1.0 - Initial version