Channel Integration
Mattermost Integration
Connect OpenClaw to your Mattermost server.
Setup Steps
1. Create a Bot Account
In your Mattermost server:
- Go to Integrations > Bot Accounts
- Add a new Bot Account
- Copy the Access Token
2. Configure OpenClaw
Add Mattermost to your configuration:
{
"channels": {
"mattermost": {
"enabled": true,
"url": "https://mattermost.example.com",
"token": "YOUR_BOT_TOKEN",
"team": "YOUR_TEAM_NAME"
}
}
}3. Restart
Restart OpenClaw to apply changes:
openclaw restart