mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-29 11:33:33 +00:00
28 lines
703 B
JSON
28 lines
703 B
JSON
{
|
|
"id": "whatsapp",
|
|
"name": "WhatsApp",
|
|
"description": "OpenClaw WhatsApp channel plugin for WhatsApp Web chats.",
|
|
"icon": "https://cdn.simpleicons.org/whatsapp",
|
|
"skills": ["./skills"],
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"channels": ["whatsapp"],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"pluginHooks": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"messageReceived": {
|
|
"type": "boolean",
|
|
"description": "Opt in to broadcasting inbound WhatsApp message_received hook payloads to loaded plugins."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|