Mattermost Whereby Integration: How to Automate Video Call Coordination in 2026
If your team uses Mattermost for chat and Whereby for video calls, you already know the friction: someone posts a Whereby link in Mattermost, three people miss it, the meeting starts late, and the next person has to re-share the link. It sounds small but this daily friction adds up to hours of lost productivity per week across a team. The Mattermost Whereby integration solves this by connecting your team communication platform with your video conferencing tool — automating everything from meeting alerts to follow-up summaries. This guide shows you exactly how to set it up, whether you do it manually or automate the entire workflow with AI agents.
TL;DR
- Mattermost + Whereby is a powerful but underutilized combination — Mattermost is excellent for team communication, Whereby delivers browser-based video calls with no downloads required
- The integration gap causes real productivity loss — missed links, late starts, lost recordings, and disconnected follow-ups
- Automating the integration with AI agents eliminates all manual coordination — meeting alerts, link sharing, post-meeting summaries, and action item tracking all happen automatically
- The open-source Mattermost Whereby Video Call Automation pack handles the setup in under 15 minutes
- Custom integrations via webhooks are possible but require developer time — pre-built packs are faster and more reliable for most teams
Why Connect Mattermost with Whereby?
Mattermost is an open-source team communication platform — think Slack alternative that you host yourself. Whereby is a video conferencing tool famous for its "no download required" approach: meetings run entirely in the browser with a simple URL.
Together, they solve a real problem: teams that prioritize data privacy (Mattermost is self-hosted and open-source) also tend to prefer browser-based, minimal-friction video tools (Whereby). But without a direct integration, the two tools operate in parallel instead of in sync.
The Cost of Not Integrating
Consider a typical week for a 10-person team without Mattermost Whereby integration:
- Monday standup: Someone manually creates a Whereby room and pastes the link in Mattermost. Two team members are in private channels and do not see the link. Meeting starts 8 minutes late.
- Wednesday client call: The Whereby link is shared three days ago. It is buried under 200 messages. The client sends a "where is the link?" message 5 minutes before the call.
- Friday retrospective: The meeting happens, no notes are taken, nobody follows up on action items. The conversation is lost forever.
That is 30+ minutes of wasted time per week per team member. For a 10-person team, that is 5 hours per week. Over a quarter, that is 60 hours of lost productivity from a gap that a simple integration can close.
What Does a Mattermost Whereby Integration Actually Do?
A proper integration between Mattermost and Whereby covers four key workflows:
1. Meeting Creation and Link Sharing
When a meeting is scheduled (via calendar, command, or API), the integration automatically:
- Creates a Whereby room with the right settings (waiting room, recording toggle)
- Posts the meeting link in the relevant Mattermost channel
- Pins the message so it does not get buried in conversation
- Sends direct reminders to required attendees
2. Meeting Alerts and Reminders
Instead of relying on team members to remember meeting times:
- 15-minute and 5-minute warnings post directly in Mattermost
- Links to the Whereby room are included in every reminder
- Last-minute changes (room URL updates, time shifts) propagate automatically
3. Post-Meeting Summaries and Follow-Ups
After the meeting ends:
- An automated summary of who attended and meeting duration posts to Mattermost
- If recording is enabled, the link appears in the channel
- Action items discussed can be captured and turned into tasks
- Follow-up messages can be scheduled (e.g., "Did everyone complete their action items?")
4. Async Meeting Coordination
For distributed teams across time zones:
- Team members can request meeting slots via Mattermost slash commands
- The integration finds availability and creates Whereby rooms
- Meeting details are shared with all participants automatically
How to Integrate Mattermost with Whereby: 3 Approaches
Approach 1: Manual Integration via Incoming Webhooks
Mattermost supports incoming webhooks, which means any external service can post messages to a Mattermost channel. Whereby's API can trigger webhooks on events like room creation and meeting completion.
What you need:
- Mattermost incoming webhook URL (configured in Integrations → Incoming Webhooks)
- Whereby API key (from your Whereby account settings)
- A middleware script to connect the two APIs
Pros: Free, full control over the integration logic Cons: Requires developer time to build and maintain. Every change in either API requires updates to your script.
Best for: Teams with dedicated developer resources who want full customization.
Approach 2: Using n8n or Zapier as Middleware
Both n8n and Zapier support Mattermost webhooks and can make HTTP requests to Whereby's API. You can build workflows like:
- Trigger: New event in calendar (Google Calendar, Outlook)
- Action 1: Create Whereby room via API
- Action 2: Post Mattermost message with link
- Action 3: Schedule reminder messages
Pros: No coding required, visual workflow builder, supports many triggers Cons: Monthly subscription cost, limited customization, can be slow during peak hours
Best for: Teams comfortable with no-code automation platforms.
Approach 3: AI Agent Automation with OpenClaw
This is the newest and most powerful approach. AI agents can handle the entire Mattermost Whereby integration end to end:
- Listen for meeting requests in Mattermost channels
- Create Whereby rooms via API on demand
- Post meeting details with proper formatting and pinning
- Send scheduled reminders at configurable intervals
- Generate post-meeting summaries from transcripts
- Track action items and follow up automatically
Pros: Near-zero marginal cost after setup, fully customizable, learns your team's patterns, can handle edge cases that rule-based tools cannot Cons: Requires OpenClaw instance running
Best for: Teams already using OpenClaw or anyone who wants the most flexible, cost-effective option.
The Mattermost Whereby Video Call Automation pack includes pre-built workflows for all of this. You install the pack, add your API credentials, and the agent handles the rest.
Step-by-Step: Setting Up the Mattermost Whereby Integration with OpenClaw
Step 1: Gather Your Credentials
You will need:
- Mattermost team URL (e.g.,
https://chat.yourcompany.com) - Mattermost bot token — create one in Integrations → Bot Accounts
- Whereby API key — from your Whereby dashboard settings
- Default Mattermost channel(s) for meeting posts
If you are on the hosted version of Whereby, your API key is under Settings → Developer → API Keys. For Mattermost, go to System Console → Integrations → Bot Accounts to create a new bot.
Step 2: Install the Automation Pack
Navigate to the Mattermost Whereby integration page and install the skill pack. You will receive configuration files with placeholders for your credentials.
Step 3: Configure the Integration
Fill in your credentials in the configuration file. Key settings include:
mattermost_url— your team URLmattermost_token— bot authenticationwhereby_api_key— API authenticationdefault_channel— where meeting links get postedreminder_minutes— when to send alerts (default: [15, 5])enable_summaries— whether to post post-meeting summaries
Step 4: Test the Integration
Create a test meeting:
- Post a message in Mattermost like
/meeting create "Quick Sync" in 15 minutes - Verify the Whereby room is created
- Check that the meeting link appears in the configured channel
- Wait for the reminder and verify it fires
Step 5: Enable Automation
Once testing confirms everything works, enable the automated workflows:
- Meeting creation monitoring
- Scheduled reminders
- Post-meeting summary generation
- Action item tracking
The agent will now handle all coordination without manual intervention.
Advanced Use Cases for Mattermost Whereby Integration
Client-Facing Meeting Rooms
For agencies and consultancies, client meetings require different settings than internal ones. Configure the integration to:
- Use branded Whereby room names for client meetings
- Enable waiting rooms for client calls
- Post client meeting links in internal channels only (not in client-facing channels)
- Generate separate client-facing summaries and internal recaps
Recurring Team Ceremonies
For teams running daily standups, weekly retros, or monthly planning sessions:
- Configure recurring meeting schedules
- Auto-create Whereby rooms with the same settings each time
- Track attendance over time to identify engagement patterns
- Generate weekly attendance reports for team leads
Cross-Team Meeting Coordination
When multiple teams need to coordinate:
- The integration posts links in multiple Mattermost channels simultaneously
- Time zone conversion happens automatically
- Conflicting meeting detection warns if the same person is double-booked
How to Handle Common Integration Issues
Issue: Whereby Room Links Not Appearing in Mattermost
Cause: Usually a webhook URL mismatch or bot permissions issue. Fix: Verify your Mattermost bot has permission to post in the target channel. Check the incoming webhook URL in the integration config.
Issue: Meeting Reminders Not Firing
Cause: The agent or scheduler may not be running continuously. Fix: Ensure your OpenClaw instance has the automation configured with a persistent schedule. The Mattermost Whereby pack includes a cron-like scheduler that survives restarts.
Issue: Post-Meeting Summaries Are Inaccurate
Cause: The summary generator may not have access to meeting content. Fix: Enable Whereby recording if possible, or provide meeting notes via a connected channel after the meeting ends. The AI agent improves accuracy with more context.
How Much Does a Mattermost Whereby Integration Cost?
| Approach | Setup Time | Monthly Cost | Maintenance | |----------|-----------|-------------|-------------| | Custom webhooks | 5-10 hours | $0 | High (developer time) | | n8n/Zapier | 1-2 hours | $20-50/month | Medium | | OpenClaw skill pack | 15 minutes | $1-5/month (compute) | Low |
For most teams, the skill pack approach is the clear winner. It is faster to set up, cheaper to run, and more flexible than rule-based automation. If you already have an OpenClaw instance running other automations, the marginal cost of adding Mattermost Whereby integration is effectively zero.
What Makes Whereby Special for Mattermost Teams?
Teams that self-host Mattermost typically care about:
- Privacy and data sovereignty — Whereby is GDPR compliant and based in the EU
- No client software required — critical for teams with strict IT policies that block Zoom/Teams installations
- Simple, reliable UX — one URL, one click, join the meeting. No accounts, no downloads, no friction
- Brand customization — Whereby rooms can be branded with your company's look and feel
These priorities align perfectly with the Mattermost philosophy: open-source, self-hosted, privacy-first team communication. The integration combines two tools that share the same values.
Final Thoughts and Next Step
The Mattermost Whereby integration is one of those automations that seems small until you calculate the cumulative time savings. A team of 20 saves 10-15 hours per week when meeting coordination happens automatically. No more lost links, no more late starts, no more "where is the recording?" messages.
If you are ready to automate your Mattermost and Whereby integration, the Mattermost Whereby Video Call Automation Pack includes everything you need: meeting creation, link sharing, reminder scheduling, post-meeting summaries, and action item tracking. Install it in under 15 minutes and never manually share a Whereby link again.
Get the Mattermost Whereby Automation Pack — automate meeting coordination today
26-year contractor turned AI architect. Runs 25 agents across 5 businesses using OpenClaw and Claude Code. Building the largest Claude Code skills marketplace.
