mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-30 22:12:32 +08:00
16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"id": "slack",
|
|
"channels": ["slack"],
|
|
"activation": {
|
|
"onRoutes": ["gateway-plugin-http"]
|
|
},
|
|
"channelEnvVars": {
|
|
"slack": ["SLACK_BOT_TOKEN", "SLACK_APP_TOKEN", "SLACK_USER_TOKEN"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|