Run daily standups inside Mattermost without chasing people. Team leads collect answers, post a clear report, and keep work moving. Great for remote teams and fast growing groups.
Two webhooks listen to slash commands and button actions. A config dialog opens in Mattermost, and settings are saved through a helper workflow. Every hour a schedule reads the config, finds which standups are due, and prepares requests. It can create a team channel, ping users, and open a standup form. When someone submits, the flow looks up their profile, builds a summary, posts it to the channel, and updates reminder posts. All actions use the Mattermost API with a bot token.
You need a Mattermost base URL, a bot token, and webhooks that point to n8n. Map the execute steps to your config workflows and test with a sample command. Expect fewer follow ups, faster updates, and a clear history in each channel. This helps managers see progress at a glance and keeps teams aligned without extra effort.