Hi, I’m setting up Google Chat on OpenClaw 2026.4.12 (Docker) and I’m stuck at the last mile.
Confirmed:
- channels.googlechat enabled
- service account configured
- audienceType=project-number and audience is set
- Google Chat app is Live
- common HTTP endpoint URL is set to https://<my-domain>/googlechat
- public HTTPS works
- GET /googlechat returns 405
- internal POST {} returns 400 invalid payload
- openclaw channels status --probe says: enabled, configured, running, dm:open, works
- openclaw doctor --non-interactive ends with: Google Chat: ok
Observed behavior:
- bot appears in Google Chat
- I can send it messages
- it never replies
- openclaw channels logs --channel googlechat returns no lines
- openclaw logs --follow shows no new googlechat lines when sending a DM
Has anyone seen this pattern before?
I’m trying to determine whether this is:
- a Google Chat app event delivery/config issue
- a known OpenClaw googlechat quirk
- or a version-specific bug in 2026.4.12