WhatsHooked

Bridge your WhatsApp messages to webhooks

Server is running
📱
WhatsApp Integration
Connect via WhatsApp Web or Business API
🔗
Webhook Bridge
Forward messages to your custom endpoints
Real-time Events
Instant message delivery and status updates
💾
Message Cache
Never lose messages with persistent storage

Available API Endpoints

📊 Status & Health

GET /health

🔌 Webhooks

GET /api/hooks
POST /api/hooks/add
DELETE /api/hooks/remove

👤 Accounts

GET /api/accounts
POST /api/accounts/add
POST /api/accounts/update
POST /api/accounts/disable
POST /api/accounts/enable
DELETE /api/accounts/remove

💬 Send Messages

POST /api/send
POST /api/send/image
POST /api/send/video
POST /api/send/document

💾 Message Cache

GET /api/cache
GET /api/cache/stats
POST /api/cache/replay

🔔 WhatsApp Business API

GET /webhooks/whatsapp/{account_id}
POST /webhooks/whatsapp/{account_id}