{ "name": "@openclaw/zalo", "version": "2026.8.1", "description": "OpenClaw Zalo channel plugin for bot and webhook chats.", "repository": { "type": "git", "url": "https://github.com/openclaw/openclaw" }, "type": "module", "devDependencies": { "@openclaw/plugin-sdk": "workspace:*", "openclaw": "workspace:*" }, "peerDependencies": { "openclaw": ">=2026.8.1" }, "peerDependenciesMeta": { "openclaw": { "optional": true } }, "openclaw": { "extensions": [ "./index.ts" ], "setupEntry": "./setup-entry.ts", "setupFeatures": { "configPromotion": true }, "channel": { "id": "zalo", "configuredState": { "env": { "anyOf": [ "ZALO_BOT_TOKEN", "ZALO_WEBHOOK_SECRET" ] } }, "label": "Zalo", "selectionLabel": "Zalo (Bot API)", "docsPath": "/channels/zalo", "docsLabel": "zalo", "blurb": "Vietnam-focused messaging platform with Bot API.", "aliases": [ "zl" ], "order": 80, "quickstartAllowFrom": true, "setup": { "fields": [ { "key": "token", "kind": "string", "sensitive": true, "cli": { "flags": "--token ", "description": "Zalo bot token" } }, { "key": "tokenFile", "kind": "string", "sensitive": true, "cli": { "flags": "--token-file ", "description": "Zalo bot token file" } }, { "key": "useEnv", "kind": "boolean", "cli": { "flags": "--use-env", "description": "Use ZALO_BOT_TOKEN" } } ] } }, "install": { "npmSpec": "@openclaw/zalo", "defaultChoice": "npm", "minHostVersion": ">=2026.4.10" }, "compat": { "pluginApi": ">=2026.8.1" }, "build": { "openclawVersion": "2026.8.1" }, "release": { "publishToClawHub": true, "publishToNpm": true } }, "dependencies": { "zod": "4.4.3" } }