mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"id": "msteams",
|
|
"channels": ["msteams"],
|
|
"channelEnvVars": {
|
|
"msteams": ["MSTEAMS_APP_ID", "MSTEAMS_APP_PASSWORD", "MSTEAMS_TENANT_ID"]
|
|
},
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|