WAHA
TL;DR
WhatsApp HTTP API — self-hosted service that exposes HTTP/WebSocket APIs over a WhatsApp Web-style session. Use for integration from app backends or automation (e.g. [[Resources/Tech/n8n/n8n|n8n]]).
Where I use it
- WhatsApp channel for personal / LumenDev projects — [[Resources/Tech/Personal default fullstack stack]]
General notes
- Project / source: https://github.com/devlikeapro/waha
- (Fill in: deployment topology, session storage, pairing flow, scaling, compliance.)
Official documentation
- Docs site: https://waha.devlike.pro/docs/overview/introduction/
- OpenAPI / features (see docs navigation for engines, dashboards, sessions)
Alternatives
- [[Resources/Tech/OpenWA/OpenWA]] — MIT OSS gateway (NestJS + whatsapp-web.js); self-host, dashboard, PostgreSQL/Redis profiles
Related vault
- [[Resources/Tech/Personal default fullstack stack]]
- [[Resources/Tech/n8n/n8n]]
- [[Resources/Tech/OpenWA/OpenWA]]