docs: add Zalo channel nav + plugin note

This commit is contained in:
Peter Steinberger
2026-01-15 05:36:23 +00:00
parent 2e70c3ceab
commit a2f0d335f4
3 changed files with 16 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ Text is supported everywhere; media and reactions vary by channel.
- [Signal](/channels/signal) — signal-cli; privacy-focused.
- [iMessage](/channels/imessage) — macOS only; native integration.
- [Microsoft Teams](/channels/msteams) — Bot Framework; enterprise support.
- [Zalo](/channels/zalo) — Zalo Bot API; Vietnam's popular messenger (plugin).
- [Zalo](/channels/zalo) — Zalo Bot API; Vietnam's popular messenger (plugin, installed separately).
- [WebChat](/web/webchat) — Gateway WebChat UI over WebSocket.
## Notes

View File

@@ -7,6 +7,12 @@ read_when:
Status: experimental. Direct messages only; groups coming soon per Zalo docs.
## Plugin required
Zalo ships as a plugin and is not bundled with the core install.
- Install via CLI: `clawdbot plugins install @clawdbot/zalo`
- Or select **Zalo** during onboarding and confirm the install prompt
- Details: [Plugins](/plugin)
## Quick setup (beginner)
1) Install the Zalo plugin:
- From a source checkout: `clawdbot plugins install ./extensions/zalo`

View File

@@ -197,6 +197,14 @@
"source": "/providers/troubleshooting/",
"destination": "/channels/troubleshooting"
},
{
"source": "/providers/zalo",
"destination": "/channels/zalo"
},
{
"source": "/providers/zalo/",
"destination": "/channels/zalo"
},
{
"source": "/providers/whatsapp",
"destination": "/channels/whatsapp"
@@ -854,6 +862,7 @@
"channels/signal",
"channels/imessage",
"channels/msteams",
"channels/zalo",
"broadcast-groups",
"channels/troubleshooting",
"channels/location"