Files
openclaw/extensions/msteams/openclaw.plugin.json
2026-04-06 19:53:27 +01:00

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": {}
}
}