mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-01 17:12:30 +00:00
26 lines
627 B
JSON
26 lines
627 B
JSON
{
|
|
"id": "whatsapp",
|
|
"name": "WhatsApp",
|
|
"description": "OpenClaw WhatsApp channel plugin for WhatsApp Web chats.",
|
|
"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."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|