Grouped by Source, Connection, Destination
๐ Totals built into charts
โคต๏ธ Chart โExploreโ menu option โ filtered request view
๐ญ Observability, by default.
@hookdeck.com.bsky.social
Infrastructure and tools to build and manage event-driven applications. Hookdeck Event Gateway: https://hookdeck.com/docs Outpost: https://outpost.hookdeck.com
Grouped by Source, Connection, Destination
๐ Totals built into charts
โคต๏ธ Chart โExploreโ menu option โ filtered request view
๐ญ Observability, by default.
Hookdeck Metrics are now free on all plans.
No more gating. You get full delivery, throughput, and retry visibility from day one.
A few nice UX improvements too ๐
๐ hookdeck.com/blog/metric...
๐ข July at Hookdeck:
- v4 Dashboard: faster, clearer
- Smarter routing: set transform/filter order
- Outpost 0.4.0: Azure Service Bus destination type support
- Stripe collab: rate-limit-friendly webhooks + meetups
- New Sources: OpenAI, LinkedIn, DocuSign
Full update โ hookdeck.com/blog/hookde...
๐ Read the release post, including SDK examples โ hookdeck.com/blog/outpos...
01.08.2025 12:58 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0๐ Highlights:
- Azure Service Bus support (queues and topics)
- New SDKs (TypeScript, Go, and Python, generated with @speakeasy.com)
- Azure deployment scripts
- Example showing how to create a tenant, add a destination, and publish an event with the SDKs
In this release, we've added support for Azure Service Bus queues and topics as a destination type, ideal for teams building on Azure or developer tool companies supporting Microsoft-based stacks.
01.08.2025 12:58 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0๐ข Outpost 0.4.0 released
Outpost is our open source, self-hosted event delivery service. It gives you full control over how events are delivered as webhooks and directly to queues, with retries, delivery logs, and multi-tenant routing built in.
See the blog for examples: hookdeck.com/blog/transf...
29.07.2025 14:01 โ ๐ 2 ๐ 1 ๐ฌ 0 ๐ 0The Hookdeck Event Gateway allows full control over transformation and filter order in your event pipeline.
Options include:
โ Filter or transform first
โ Cleanup data pre-delivery
โ Deliver only essential data
Available via dashboard UI and API.
Learn more
hookdeck.com/blog/webhoo...
Event-driven architecture with robust queuing is your friend. Decouple, buffer, and process webhooks reliably.
25.07.2025 13:02 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Idempotency isn't just a nice-to-have - it's critical. Your webhook handler needs to handle the same event multiple times without side effects.
Synchronous webhook processing? Recipe for disaster. You'll hit timeouts, dropped connections, and potentially trigger retry storms.
Webhooks are not a trivial problem at scale. When you're processing thousands of events per second, your strategy matters.
Webhooks are usually delivered at-least-once. Assume duplicates and out-of-order events are the norm, not the exception.
hookdeck.com/blog/choosi...
24.07.2025 12:56 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0Key considerations include:
- Selecting appropriate message brokers
- Understanding distributed streaming platforms
- Designing flexible event gateways
- Creating resilient microservices architectures
The goal? Build systems that react in real-time and adapt to changing business needs.
Event-Driven Architecture: Beyond the Basics
Choosing the right infrastructure for event-driven systems is a strategic move that can define your application's performance, scalability, and responsiveness.
Learn more
hookdeck.com/blog/v4-das...
Performance: We optimized loading times, streamlined navigation, and created a dashboard that feels responsive from the first click.
We've reimagined how developers interact with complex event infrastructure. Clean, fast, informative.
Data visualization isn't just about looking good. It's about giving you instant insight into your event streams. Every pixel is now purposefully designed to help you understand system behavior faster.
23.07.2025 13:02 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Resource management used to feel cramped. Now? Your core workflows have room to breathe. We built this base so future iterations can be even faster and more intuitive.
23.07.2025 13:01 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Our new dashboard v4 is a serious upgrade. It's a fundamental rebuild for clarity and speed. We tackled the core challenge of making event metrics instantly readable.
23.07.2025 13:01 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0Learn about how to use Hookdeck filters to enable routing logic
hookdeck.com/docs/filters
Use inclusion filters to define which events flow through specific connections explicitly. This means less noise, more signal.
22.07.2025 13:56 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0By decoupling routing logic, you can dynamically adjust event handling without requiring a redeployment of your entire system. Think of it like a smart traffic controller for your data.
Key benefits:
- Reduce infrastructure load
- Simplify endpoint logic
- Create more flexible workflows
๐ก Ever wondered how to manage complex event streams without cluttering your application code? Event filtering and routing is your secret sauce.
22.07.2025 13:56 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0New event destination type coming to the next Outpost release
21.07.2025 13:00 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 01. Shopify ๐๏ธ
2. Stripe ๐ณ
3. Roblox ๐ฎ
4. Postmark โ๏ธ
5. CustomerIO ๐ค
6. Meta/Facebook ๐
7. GitHub ๐
8. Twilio ๐
9. LINE_Global ๐ข
10. Zapier ๐
๐ก Honourable mentions:
โ Checkout ๐ณ
โ chargebee ๐งพ
Billions of events flow through Hookdeck, from commerce to communication.
โ Surprised by any of these?
๐ We analyzed the highest-volume webhook sources flowing into the Hookdeck Event Gateway.
Here are the top 10 API platforms by webhook event volume...
Solid insights if youโre scaling event delivery:
๐ www.paddle.com/blog/behind...
This post shares how theyโve built reliable delivery with:
- Retry queuing that avoids noisy neighbors
- Redis locks for concurrency + idempotency
- A webhook simulator for testing real-world flows
- 99.9% of webhooks delivered in under 2 seconds
Write-up and video ๐