mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 17:51:22 +00:00
13 lines
247 B
JSON
13 lines
247 B
JSON
{
|
|
"id": "slack",
|
|
"channels": ["slack"],
|
|
"channelEnvVars": {
|
|
"slack": ["SLACK_BOT_TOKEN", "SLACK_APP_TOKEN", "SLACK_USER_TOKEN"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|