@openclaw

Zalo

OpenClaw Zalo channel plugin for bot and webhook chats.

Current version
v2026.5.28
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

e93216080aa1f425d3ab127014603eba8e365b2d

View commit

Install command

openclaw plugins install clawhub:@openclaw/zalo

Metadata

  • Package: @openclaw/zalo
  • Created: 2026/05/02
  • Updated: 2026/05/30
  • Executes code: Yes
  • Source tag: refs/heads/release/2026.5.28

Compatibility

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