Skip to content
FlowHubFluxonLab
Mattermost
Mattermostfree

Gender inclusive language bot for Mattermost

by Lorenaadapted from n8n official workflow galleryUpdated Aug 2026
RequiresMattermostMattermost
Share Post Share
WeWebhookMattermost1IfIFNONoOp123
1/5
STEPS · 3
Starts on an incoming request

This workflow ensures gender inclusive language in Mattermost channels. If someone addresses the group with “guys” or “gals”, a bot promptly replies with: "May I suggest “folks” or “y'all”? We use gender inclusive language here. 😄". Webhook node**: triggers the workflow when a new message is posted in Mattermost. IF node**: verifies if the message includes the words "guys" or "gals". If false, it does not take any action. If true, it triggers the Mattermost node. Mattermost node**: posts the language warning message in the Mattermost channel.

Tags

n8nreference-onlymattermost
Connects
mattermostMattermost
CategoryMattermost
Triggermanual
Complexitysimple
Nodes4
AddedMar 15, 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