mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 22:40:43 +00:00
24 lines
528 B
JSON
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."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|