Skip to content
FlowHubFluxonLab
Mattermost
Mattermostfree

Receive a Mattermost message when new record gets added to Notion

by Harshil Agrawaladapted from n8n official workflow galleryUpdated Aug 2026
RequiresMattermostMattermost
Share Post Share
Notion TriggerIfIFMattermostNONoOp123
1/5
STEPS · 3
Starts on a Notion event

This workflow allows you to receive a Mattermost message when meeting notes get added to the Notion. Prerequisites Create a table in Notion similar to this: Meeting Notes Follow the steps mentioned in the documentation, to create credentials for the Notion Trigger node. Create create credentials for Mattermost. Notion Trigger: The Notion Trigger node will trigger the workflow when new data gets added to Notion. IF node: This node will check if the notes belong to the team Marketing. If the team is Marketing the node will true, otherwise false. Mattermost node: This node will send a message about the new data in the channel 'Marketing' in Mattermost. If you have a different channel, use that instead. You can even replace the Mattermost node with nodes of other messaging platforms, like Slack, Telegram, Discord, etc. NoOp node: Adding this node here is optional, as the absence of this node won't make a difference to the functioning of the workflow.

Tags

n8nreference-onlymattermost
Connects
mattermostMattermost
CategoryMattermost
Triggermanual
Complexitysimple
Nodes4
AddedMay 21, 2021

Related workflows

See all Mattermost
Wmattermost
free

Webhooks with Mattermost

Does pretty much what this workflow does but is triggered by a slash command using a Webhook node.

by tanaypant
mattermostpagerduty
free

Incident Response Workflow - Part 2

This workflow is the second of three. You can find the other workflkows here: Incident Response Workflow - Part 1 Incident Response Workflow - Part 2 Incident Response Workflow - Part 3 We have the following nodes in the workflow: Webhook node: This trigger node listens to the event when the Acknowledge button is clicked. PagerDuty node: This node changes the status of the incident report from 'Triggered' to 'Acknowledged' in PagerDuty. Mattermost node: This node publishes a message in the auxiliary channel saying that the status of the incident report has been changed to Acknowledged.

by tanaypant
mattermosttwilio
free

Sample error workflow

A sample error workflow which when triggered sends a notification to the specified Mattermost channel as well as an SMS to the specified mobile number.

by tanaypant