mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 09:01:39 -06:00
978f9b15eb
* fix(test): close zalo agent state databases before lifecycle temp-dir removal (#119796) * fix(test): close zalouser agent state databases before ingress temp-dir removal (#119796) * fix(test): close zalouser fixture databases before restoring parent state env (#119796) ClawSweeper re-review finding: the ingress fixture restored OPENCLAW_STATE_DIR before closing cached per-agent databases, so lease release could open a shared-state write against the parent fixture env. Move both closes ahead of the env restore (canonical fixture order) and add a nested-environment regression asserting the parent state dir stays untouched.
@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.