Zalo Bot Skill (Advanced)
Purpose
Provide a production-oriented guide for Zalo Bot API workflows (token-based), with a separate, clearly marked branch for unofficial personal automation tools.
Best fit
- - You use the Zalo Bot Platform / bot token path.
- You need clear webhook or long-polling handling.
- You want professional conversation UX guidance.
Not a fit
- - You require guaranteed, officially supported personal-account automation.
- You need rich media streaming or advanced file pipelines.
Quick orientation
- - Read
references/zalo-bot-overview.md for platform scope and constraints. - Read
references/zalo-bot-token-and-setup.md for token setup and connection flow. - Read
references/zalo-bot-messaging-capabilities.md for capability checklist. - Read
references/zalo-bot-ux-playbook.md for UX and conversation patterns. - Read
references/zalo-bot-webhook-routing.md for webhook/polling handling. - Read
references/zalo-personal-zca-js.md for the unofficial personal-account branch. - Read
references/zalo-n8n-automation.md for automation notes and cautions.
Required inputs
- - Bot token and bot configuration.
- Target workflow (notify, support, broadcast).
- Delivery model (webhook or polling).
Expected output
- - A clear bot workflow plan, method checklist, and operational guardrails.
Operational notes
- - Validate inbound events and handle retries safely.
- Keep replies concise; rate-limit outgoing messages.
- Prefer explicit allowlists for any automation flow.
Security notes
- - Never log tokens or credentials.
- Treat all state files and cookies as secrets.
Zalo Bot 技能(高级)
目的
提供基于令牌的 Zalo Bot API 工作流的生产级指南,并附带一个独立且明确标记的非官方个人自动化工具分支。
最佳适用场景
- - 您使用 Zalo Bot 平台/机器人令牌路径。
- 您需要清晰的 Webhook 或长轮询处理。
- 您希望获得专业的对话用户体验指导。
不适用场景
- - 您需要保证官方支持的个人账户自动化。
- 您需要富媒体流或高级文件管道。
快速导航
- - 阅读 references/zalo-bot-overview.md 了解平台范围与限制。
- 阅读 references/zalo-bot-token-and-setup.md 了解令牌设置与连接流程。
- 阅读 references/zalo-bot-messaging-capabilities.md 了解功能清单。
- 阅读 references/zalo-bot-ux-playbook.md 了解用户体验与对话模式。
- 阅读 references/zalo-bot-webhook-routing.md 了解 Webhook/轮询处理。
- 阅读 references/zalo-personal-zca-js.md 了解非官方个人账户分支。
- 阅读 references/zalo-n8n-automation.md 了解自动化注意事项与警告。
必需输入
- - 机器人令牌与机器人配置。
- 目标工作流(通知、客服、广播)。
- 交付模式(Webhook 或轮询)。
预期输出
操作说明
- - 验证入站事件并安全处理重试。
- 保持回复简洁;对出站消息进行速率限制。
- 任何自动化流程优先使用显式白名单。
安全说明
- - 切勿记录令牌或凭据。
- 将所有状态文件和 Cookie 视为机密信息。