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.