Webhook Message Events - Complete Audit¶
✅ All Channels Now Have Message Webhooks¶
Message.sent (Outgoing Messages)¶
| Channel | Send Function | Status |
|---|---|---|
| WhatsApp Lite | whatsapp-lite-send |
✅ Has webhook dispatch |
| WhatsApp Cloud | whatsapp-cloud-send |
✅ Has webhook dispatch |
| Messenger | messenger-send |
✅ Has webhook dispatch |
instagram-send |
✅ Has webhook dispatch | |
| Telegram | telegram-send |
✅ Has webhook dispatch |
| TikTok | tiktok-send |
✅ Has webhook dispatch |
| Frontend (all channels) | the app | ✅ Has webhook dispatch |
| API Insert | insert-message |
✅ Has webhook dispatch (for outbound) |
Message.received (Incoming Messages)¶
| Channel | Webhook Handler | Status |
|---|---|---|
| AppGain WhatsApp | appgain-whatsapp-webhook |
✅ Has webhook dispatch |
| WhatsApp Lite | whatsapp-lite-webhook |
✅ Has webhook dispatch |
| WhatsApp Cloud | whatsapp-cloud-webhook |
✅ Has webhook dispatch |
| Messenger | messenger-webhook |
✅ Has webhook dispatch |
instagram-webhook |
✅ Has webhook dispatch | |
| Telegram | telegram-webhook |
✅ Has webhook dispatch |
| TikTok | tiktok-webhook |
✅ Has webhook dispatch |
| API Insert | insert-message |
✅ Has webhook dispatch (for inbound) |
Summary¶
Total Channels: 6 (WhatsApp Lite, WhatsApp Cloud, Messenger, Instagram, Telegram, TikTok) Total Message Events: 2 (message.sent, message.received)
Status: ✅ ALL CHANNELS HAVE BOTH MESSAGE WEBHOOKS
All webhook dispatches are deployed and ready to use!