#disable whatsapp in openclaw

1 messages ยท Page 1 of 1 (latest)

hidden stump
#

this is my current config. how do i disable whatsapp in openclaw

"channels": {
"whatsapp": {
"selfChatMode": true,
"dmPolicy": "allowlist",
"allowFrom": [
"+14322962920"
]

twilit craneBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

long hamletBOT
#

For current OpenClaw, disable the whole WhatsApp channel with:

openclaw config set channels.whatsapp.enabled false --strict-json
openclaw gateway restart

Or manually edit your config:

{
  channels: {
    whatsapp: {
      enabled: false,
      selfChatMode: true,
      dmPolicy: "allowlist",