Hookdeck
banner
hookdeck.com
Hookdeck
@hookdeck.com
Infrastructure and tools to build and manage event-driven applications.

Hookdeck Event Gateway: https://hookdeck.com/docs
Outpost: https://outpost.hookdeck.com
October 2, 2025 at 2:00 PM
Find out more about Deduplication
hookdeck.com/docs/dedupl...
September 2, 2025 at 1:15 PM
With Hookdeck’s deduplication rule, you only need to handle each order once per store, regardless of how many of your apps are installed.

Idempotency is still essential in your app, but deduplication cuts down the noise so your backend isn’t overwhelmed.
September 2, 2025 at 1:15 PM
Grouped by Source, Connection, Destination

📈 Totals built into charts
⤵️ Chart “Explore” menu option → filtered request view
🔭 Observability, by default.
August 6, 2025 at 5:22 PM
📖 Read the release post, including SDK examples → hookdeck.com/blog/outpos...
August 1, 2025 at 12:58 PM
🔄 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
August 1, 2025 at 12:58 PM
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.
August 1, 2025 at 12:58 PM
See the blog for examples: hookdeck.com/blog/transf...
July 29, 2025 at 2:01 PM
July 25, 2025 at 1:02 PM
Event-driven architecture with robust queuing is your friend. Decouple, buffer, and process webhooks reliably.
July 25, 2025 at 1:02 PM
Idempotency 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.
July 25, 2025 at 1:02 PM