Admin Dashboard

search
Admin Avatar

Webhook Logs

Real-time monitoring of incoming and outgoing events.

SUCCESS RATE check_circle
99.8% arrow_upward 0.2%
AVG. RESPONSE TIME speed
142ms arrow_downward 12ms
TOTAL EVENTS (24H) history
1,248,302

Peak load: 4.2k req/sec

Activity Monitor
LIVE UPDATING
TIMESTAMP EVENT TYPE STATUS LATENCY
2023-11-24 14:02:45.102 message.sent 200 OK 128ms chevron_right
2023-11-24 14:02:44.850 message.delivered 200 OK 92ms chevron_right
2023-11-24 14:02:42.311 message.read 400 Error 215ms chevron_right
2023-11-24 14:02:40.004 message.sent 200 OK 154ms chevron_right
2023-11-24 14:02:38.992 message.sent 200 OK 133ms chevron_right
2023-11-24 14:02:37.450 message.delivered 200 OK 110ms chevron_right
Showing 1-50 of 1,248,302 logs

Payload Viewer

Event: 562ea1...3b21

{
  "id": "ev_123456789",
  "object": "event",
  "api_version": "2023-11",
  "created": 1700834565,
  "data": {
    "object": {
      "id": "msg_abc123",
      "to": "+1234567890",
      "status": "sent",
      "timestamp": "1700834564",
      "context": {
        "from": "+1098765432",
        "id": "whatsapp_biz_001"
      }
    }
  },
  "type": "message.sent",
  "request": {
    "id": "req_987654321",
    "idempotency_key": "550e8400-e29b-41d4-a716-446655440000"
  }
}
RESPONSE PAYLOAD 200 OK
{ "status": "success", "received": true }