@openclaw

Zalo

OpenClaw Zalo channel plugin for bot and webhook chats.

当前版本
v2026.7.1
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

打开仓库

源码提交

2d2ddc43d0dcf71f31283d780f9fe9ff4cc04fe4

查看提交

安装命令

openclaw plugins install clawhub:@openclaw/zalo

元数据

  • 包名: @openclaw/zalo
  • 创建时间: 2026/05/02
  • 更新时间: 2026/07/13
  • 执行代码:
  • 源码标签: refs/tags/v2026.7.1

兼容性

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