Files
openclaw/extensions/mattermost/openclaw.plugin.json
T

13 lines
246 B
JSON
Raw Normal View History

2026-01-21 18:40:56 -05:00
{
"id": "mattermost",
2026-01-31 21:13:13 +09:00
"channels": ["mattermost"],
"channelEnvVars": {
"mattermost": ["MATTERMOST_BOT_TOKEN", "MATTERMOST_URL"]
},
2026-01-21 18:40:56 -05:00
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}