TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Hookdeck – An infrastructure to consume webhooks

126 pointsby alexbouchardalmost 4 years ago

11 comments

alexbouchardalmost 4 years ago
Hey, Alex here. I&#x27;m excited to share Hookdeck along with my co-founders Eric and Maurice. It&#x27;s a product we started working on after dealing with my fair share of webhook-related issues (missed webhooks, time-consuming troubleshooting) at our previous employers.<p>Incoming webhooks are challenging because they require a well-built (and often complex) asynchronous system, and they are never a priority until they break. We were left with two options when I was building webhooks integrations: implement my own infrastructure to handle webhooks (ingestion, queuing, processing, monitoring, and alerting) or ignore the problem altogether and suffer from intermittent, often undiagnosable, failures.<p>We&#x27;ve found that&#x27;s it&#x27;s entirely possible to offer a platform-agnostic webhook infrastructure to consume webhooks reliably. Specifically, Hookdeck acts as a push queue to your HTTP endpoints. Webhooks are ingested by highly available services and go through an event lifecycle that manages webhook delivery. That allows Hookdeck to maintain a log of all events and delivery attempts, perform custom retry logic, routes webhooks to multiple destinations and even apply filters to received events. Hookdeck focuses on ingestion reliability, visibility and error recovery.<p>It&#x27;s a satisfying space to work in, as webhooks are now commonly relied upon by most web-based technical teams, and the tooling around them has been lackluster - we have the ambition to change that. I&#x27;ll be around to answer any questions!
tegansnyderalmost 4 years ago
This is pretty neat. If you could take it a step further and have integrations to send the response payloads to other services like S3, SES, SQL insert into Redshift, etc then it would be great.
评论 #28064139 未加载
评论 #28067466 未加载
mrlagmeralmost 4 years ago
This is something I am looking into at current as we are moving our subscriptions into chargebee and they send a lot of webhooks so this would be ideal for us.<p>Alex do you have any way to get a good estimation on total number of webhooks we would need to help with working out the best plan?<p>Thinking team plan would fit but not sure. Anyway is a cool product and solves us having to build the same thing in house.
评论 #28068580 未加载
OJFordalmost 4 years ago
This is pretty tangential, and doesn&#x27;t matter at all, but many services do it and I&#x27;m always curious - is the second-most expensive (&#x27;Team&#x27;) tier <i>really</i> your &#x27;most popular&#x27;? Or is it just chosen to maximise up-selling return? Intuitively I would guess most users don&#x27;t pay, next most pay the lowest individual, etc. - a few whales, lots of minnows.
评论 #28064336 未加载
评论 #28064360 未加载
yroc92almost 4 years ago
Have you all connected with <a href="https:&#x2F;&#x2F;www.svix.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.svix.com&#x2F;</a>?
评论 #28072172 未加载
r_singhalmost 4 years ago
I&#x27;ve been using webhook.site for my webhooks. The no-nonsense simplicity just gets me.<p>Meaning to try out this OSS alternative for a while: <a href="https:&#x2F;&#x2F;github.com&#x2F;huginn&#x2F;huginn" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;huginn&#x2F;huginn</a><p>Thought of posting it here—maybe someone finds it useful.
chrskerralmost 4 years ago
Hi Alex! Do you support signed webhooks, eg Stripe? Cheers
评论 #28068124 未加载
vletalalmost 4 years ago
From time to time I write a quick &amp; dirty hooker.py. A flask based server just for this purpose. I&#x27;m sure I&#x27;m not alone to name like that.
评论 #28069610 未加载
评论 #28068705 未加载
Redsquarealmost 4 years ago
Hi, do you have the ability to transform the webhook payload before sending it downstream?
评论 #28072188 未加载
indigodaddyalmost 4 years ago
Is this similar to something like rundeck?
评论 #28064503 未加载
codedestroyeralmost 4 years ago
SLA?
评论 #28065266 未加载