mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 22:00:44 +00:00
* fix(whatsapp): emit message received hooks * fix(whatsapp): harden message received hooks
21 lines
482 B
JSON
21 lines
482 B
JSON
{
|
|
"id": "whatsapp",
|
|
"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."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|