@openclaw

Zalo

OpenClaw Zalo channel plugin for bot and webhook chats.

当前版本
v2026.5.28
code-plugin官方source-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.

源码与版本

源码仓库

openclaw/openclaw

打开仓库

源码提交

e93216080aa1f425d3ab127014603eba8e365b2d

查看提交

安装命令

openclaw plugins install clawhub:@openclaw/zalo

元数据

  • 包名: @openclaw/zalo
  • 创建时间: 2026/05/02
  • 更新时间: 2026/05/30
  • 执行代码:
  • 源码标签: refs/heads/release/2026.5.28

兼容性

  • 构建于 OpenClaw: 2026.5.28
  • 插件 API 范围: >=2026.5.28
  • 标签: alpha, beta, latest
  • 文件数: 23