Files
openclaw/extensions/whatsapp/openclaw.plugin.json
2026-04-28 04:33:47 +01:00

24 lines
528 B
JSON

{
"id": "whatsapp",
"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."
}
}
}
}
}
}