github sunnoy/openclaw-plugin-wecom v1.6.0
v1.6.0 — Fix webhook callback for OpenClaw 3.2

latest releases: v3.0.1, v3.0.0, v2.4.0...
one month ago

Breaking Change

  • Requires OpenClaw 2026.3.2+ — drops backward compatibility with older versions.

Fixes

  • Fix webhook callback verification failing after OpenClaw 3.2 upgrade (Closes #61, Closes #65)
    • OpenClaw 3.2 removed api.registerHttpHandler(); now uses api.registerHttpRoute({auth: "plugin", match: "prefix"}).
    • auth: "plugin" bypasses gateway Bearer-token auth so WeCom msg_signature verification works correctly.
    • Removes per-account registerPluginHttpRoute calls from startAccount() (no longer needed).
    • Fixes webhook callbacks returning HTML (SPA catch-all) instead of decrypted echostr.

Upgrade

openclaw extension install @sunnoy/wecom@1.6.0

Then restart the OpenClaw gateway.

Don't miss a new openclaw-plugin-wecom release

NewReleases is sending notifications on new releases.