@openclaw

Zalo

OpenClaw Zalo channel plugin for bot and webhook chats.

Current version
v2026.7.1
code-pluginOfficialsource-linked

@openclaw/zalo

Zalo channel plugin for OpenClaw (Bot API).

Install (local checkout)

openclaw plugins install ./path/to/local/zalo-plugin

Install (npm)

openclaw plugins install @openclaw/zalo

Onboarding: select Zalo and confirm the install prompt to fetch the plugin automatically.

Config

{
  channels: {
    zalo: {
      enabled: true,
      botToken: "12345689:abc-xyz",
      dmPolicy: "pairing",
      proxy: "http://proxy.local:8080",
    },
  },
}

Webhook mode

{
  channels: {
    zalo: {
      webhookUrl: "https://example.com/zalo-webhook",
      webhookSecret: "your-secret-8-plus-chars",
      webhookPath: "/zalo-webhook",
    },
  },
}

If webhookPath is omitted, the plugin uses the webhook URL path.

Restart the gateway after config changes.

Source and release

Source repository

openclaw/openclaw

Open repo

Source commit

2d2ddc43d0dcf71f31283d780f9fe9ff4cc04fe4

View commit

Install command

openclaw plugins install clawhub:@openclaw/zalo

Metadata

  • Package: @openclaw/zalo
  • Created: 2026/05/02
  • Updated: 2026/07/13
  • Executes code: No
  • Source tag: refs/tags/v2026.7.1

Compatibility

  • Built with OpenClaw: 2026.7.1
  • Plugin API range: >=2026.7.1
  • Tags: alpha, beta, latest
  • Files: 23