TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Webhooks provider for managing subscriptions and emitting callbacks?

2 点作者 torarnv超过 6 年前
I&#x27;ve been trying to find a software package (docker image, npm module, ruby app, etc) that provides:<p><pre><code> - An API and preferably a web UI for adding webhook callback URLs for events - A backend that lets me feed in events and will deliver these as webhook callbacks to the registered subscribers, possibly with re-tries via a queue, etc. </code></pre> Does something like this exists? All I&#x27;ve managed to find are a lot of libraries and frameworks for <i>receiving</i> webhooks, not sending them.<p>The few I&#x27;ve found seem quite bare bones and&#x2F;or unmaintained:<p><pre><code> - https:&#x2F;&#x2F;github.com&#x2F;progrium&#x2F;hookah - https:&#x2F;&#x2F;github.com&#x2F;roccomuso&#x2F;node-webhooks </code></pre> Have I missed something? Is this usually part of the delivery side of a generic message queue framework?<p>Thanks for any pointers!

1 comment

torarnv超过 6 年前
Basically I&#x27;m looking for <a href="http:&#x2F;&#x2F;www.webhooks.io&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.webhooks.io&#x2F;</a>, but not as SaaS :)