feat: support wecom (#372)
Co-authored-by: DigHuang <114602213+DigHuang@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
905ce02b0b
commit
b86f47171b
@@ -185,6 +185,25 @@
|
||||
"Note: Not mentioned in current OpenClaw docs, but you MUST add 'contact:contact.base:readonly' **Application Permission** in Permission Management"
|
||||
]
|
||||
},
|
||||
"wecom": {
|
||||
"description": "Connect WeCom Bot via plugin",
|
||||
"docsUrl": "https://open.work.weixin.qq.com/help2/pc/cat?doc_id=21657",
|
||||
"fields": {
|
||||
"botId": {
|
||||
"label": "Bot ID",
|
||||
"placeholder": "ww_xxxxxx"
|
||||
},
|
||||
"secret": {
|
||||
"label": "App Secret",
|
||||
"placeholder": "Your WeCom Bot secret"
|
||||
}
|
||||
},
|
||||
"instructions": [
|
||||
"Create an application in WeCom Admin Console to get configuration info",
|
||||
"Ensure receive message server config is enabled",
|
||||
"Enter your Bot ID (or Corp ID) and Secret to establish connection"
|
||||
]
|
||||
},
|
||||
"imessage": {
|
||||
"description": "Connect iMessage via BlueBubbles (macOS)",
|
||||
"docsUrl": "https://docs.openclaw.ai/channels/bluebubbles",
|
||||
@@ -299,4 +318,4 @@
|
||||
}
|
||||
},
|
||||
"viewDocs": "View Documentation"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user