openclaw - 💡(How to fix) Fix [BUG]: WhatsApp Web — Auto-reply not delivered to groups (only DMs work)

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Environment:

  • macOS 26.4.1 (arm64)
  • Node v26.0.0
  • OpenClaw 2026.5.10-beta.5 (also reproducible on 2026.5.7)

Agent receives the message and generates a response (visible in console), but the esponse is NOT delivered to the WhatsApp group. DM messages work correctly — auto-reply is delivered to DMs

Root Cause

Environment:

  • macOS 26.4.1 (arm64)
  • Node v26.0.0
  • OpenClaw 2026.5.10-beta.5 (also reproducible on 2026.5.7)

Agent receives the message and generates a response (visible in console), but the esponse is NOT delivered to the WhatsApp group. DM messages work correctly — auto-reply is delivered to DMs

RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

Environment:

  • macOS 26.4.1 (arm64)
  • Node v26.0.0
  • OpenClaw 2026.5.10-beta.5 (also reproducible on 2026.5.7)

Agent receives the message and generates a response (visible in console), but the esponse is NOT delivered to the WhatsApp group. DM messages work correctly — auto-reply is delivered to DMs

Steps to reproduce

  1. Mention the agent in a WhatsApp group
  2. Agent receives the message and generates a response (visible in console)
  3. Response is NOT delivered to the WhatsApp group
  4. DM messages work correctly — auto-reply is delivered to DMs

Expected behavior

What works:

  • message(action=send) tool sends messages directly to WhatsApp groups ✅
  • Inbound group messages reach the agent ✅
  • Agent generates responses correctly ✅
  • DM auto-replies are delivered correctly ✅

Actual behavior

What doesn't work:

  • Session auto-reply (the normal flow) is not delivered to WhatsApp groups ❌
  • The deliverWebReply function logs show replies going to +5521991829537 (phone/DM) instead of the group JID when chat_type=group

OpenClaw version

OpenClaw 2026.5.10-beta.5 (also reproducible on 2026.5.7)

Operating system

macOS 26.4.1 (arm64)

Install method

curl -fsSL https://openclaw.ai/install.sh | bash

Model

ollama/minimax-m2.7:cloud

Provider / routing chain

ollama

Additional provider/model setup details

The message tool uses a different delivery path than the session auto-reply. The send endpoint in send-CxctcFGT.js works fine for groups. The issue is specifically in the session auto-reply pipeline — the routing logic seems to be ignoring the group destination when delivering the response.

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

In version 2.5.7 it works perfectly.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

What works:

  • message(action=send) tool sends messages directly to WhatsApp groups ✅
  • Inbound group messages reach the agent ✅
  • Agent generates responses correctly ✅
  • DM auto-replies are delivered correctly ✅

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [BUG]: WhatsApp Web — Auto-reply not delivered to groups (only DMs work)