Before v3.3.14, KicksDB delivered notifications using HTTP webhooks. Webhooks are now deprecated and being removed. We’ve switched to Server-Side Events (SSE), a single long-lived HTTP connection that continuously streams events to your application.Documentation Index
Fetch the complete documentation index at: https://docs.kicks.dev/llms.txt
Use this file to discover all available pages before exploring further.
Why we moved
Webhooks- Multiple outbound HTTP requests
- Required batching events to reduce overhead
- Custom retry & delivery logic
- Harder to guarantee consistency at scale
- One persistent connection
- Events streamed individually in real time
- Built-in reconnection support
- Lower infrastructure overhead
- Cleaner, more scalable architecture
