🚀 Zalo Webhook API

FastAPI application for handling Zalo Bot and OA webhooks

Version: 1.0.0

Service Status

Zalo Bot Handler: ✅ Active

Zalo OA Handler: ✅ Active

Available Endpoints:

GET /health - Health check
POST /zalo/webhook - Zalo Bot webhook
POST /zalo/oa/webhook - Zalo OA webhook
POST /zalo-oa/webhook - Alternative OA webhook path
GET /docs - API documentation (Swagger UI)
GET /redoc - Alternative API documentation

Environment Variables:

ZALO_BOT_TOKEN - Your Zalo bot token

ZALO_WEBHOOK_URL - Your webhook URL

ZALO_SECRET_TOKEN - Webhook secret token

ZALO_APP_ID - Zalo OA app ID

ZALO_APP_SECRET - Zalo OA app secret

ZALO_OA_ID - Zalo Official Account ID

ZALO_WEBHOOK_SECRET - OA webhook secret