Mattermost
Integrating OpenClaw with Mattermost.
Overview
Connect OpenClaw to your self-hosted Mattermost server.
Setup
1. Create Bot Account
In Mattermost:
- Go to Integrations → Bot Accounts
- Click Add Bot Account
- Configure bot settings
- Copy the access token
2. Configure OpenClaw
bash
openclaw channels setup mattermost
# Enter server URL and tokenOr manually:
json5
{
channels: {
mattermost: {
enabled: true,
serverUrl: "https://mattermost.example.com",
token: "your-bot-token",
teamName: "your-team"
}
}
}Features
| Feature | Support |
|---|---|
| Direct Messages | ✓ |
| Channel Messages | ✓ |
| Threads | ✓ |
| File Sharing | ✓ |
| Reactions | ✓ |
Activation
The bot responds when:
- Mentioned in channels
- Messaged directly
Self-Hosted Advantage
Mattermost can be self-hosted, keeping all data on your infrastructure.