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: Webhooks for platforms that do not natively support them

79 pointsby subomialmost 2 years ago
Hello HN,<p>We’d like to show you our project — Nohooks[0]. The aim is to add webhooks to platforms that do not natively support webhooks. We really believe many APIs can provide a better developer experience by providing webhook notifications to enable us to automate more things.<p>Nohooks works by intelligently polling the integrated platform&#x27;s APIs, determining if a change has occurred, and generating webhook events. Nohooks currently supports webhooks from Notion’s Databases, Render’s Services &amp; Deployments, and DigitalOcean’s Droplets. We will add more in the coming days and improve the types of events&#x2F;payloads generated to enable new workflows that were previously impossible or difficult to achieve. It uses Convoy[1] to power its webhooks delivery and debugging dashboard.<p>We welcome you to try it out and give us your feedback — what platform would you love to have webhooks for that doesn’t currently exist? What webhooks best practices would you like to see implemented?<p>[0]<a href="https:&#x2F;&#x2F;nohooks.io" rel="nofollow noreferrer">https:&#x2F;&#x2F;nohooks.io</a><p>[1]<a href="https:&#x2F;&#x2F;github.com&#x2F;frain-dev&#x2F;convoy">https:&#x2F;&#x2F;github.com&#x2F;frain-dev&#x2F;convoy</a>

9 comments

ctrlaltdylanalmost 2 years ago
Pipedream has a similar paradigm, and Notion support as well.<p><a href="https:&#x2F;&#x2F;pipedream.com&#x2F;apps&#x2F;notion" rel="nofollow noreferrer">https:&#x2F;&#x2F;pipedream.com&#x2F;apps&#x2F;notion</a><p>You can write your own &quot;Sources&quot; that can poll any API, it even includes deduping for free: <a href="https:&#x2F;&#x2F;pipedream.com&#x2F;docs&#x2F;components" rel="nofollow noreferrer">https:&#x2F;&#x2F;pipedream.com&#x2F;docs&#x2F;components</a>.<p>I build custom sources all of the time for scraping RSS feeds, WooCommerce stores, and then triggering low code workflows as if they are webhooks.
评论 #36518912 未加载
isuckatcodingalmost 2 years ago
Cool idea. What happens when these services do start offering webhooks?<p>What does “intelligently” polling mean?<p>You’d basically have to poll on some schedule (ideally configured by the user).
评论 #36516955 未加载
评论 #36516638 未加载
subomialmost 2 years ago
Update: Nohooks Backend is now open source [0]. The goal is to collectively improve the polling system as well as generate more useful event types&#x2F;payloads.<p>It was written in Rails :D<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;frain-dev&#x2F;nohooks-backend">https:&#x2F;&#x2F;github.com&#x2F;frain-dev&#x2F;nohooks-backend</a>
rubenfiszelalmost 2 years ago
That&#x27;s super cool and this looks more like a POC than a product for now, but if this were to take off, it would complement really well what we do in our own OSS project windmill.dev [1] where users can deploy scripts in typescript&#x2F;python&#x2F;go&#x2F;bash and more complex flows composed out of those same scripts, get a webhook and a UI to trigger them. Users currently have to either set a schedule to regularly poll or setup a webhook on the event source. This would be a consolidated way for them to have all their event sources in the same place.<p>[1]: <a href="https:&#x2F;&#x2F;github.com&#x2F;windmill-labs&#x2F;windmill">https:&#x2F;&#x2F;github.com&#x2F;windmill-labs&#x2F;windmill</a>
评论 #36517872 未加载
EGregalmost 2 years ago
Ever heard of HTTP error 429?<p>We got it from providers where our clients sent too many requests<p><a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;HTTP&#x2F;Status&#x2F;429" rel="nofollow noreferrer">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;HTTP&#x2F;Status&#x2F;429</a>
评论 #36516971 未加载
klntskyalmost 2 years ago
It&#x27;s unbelievable that Notion DB does not have webhooks.<p>And still, your business model depends on these platforms not having features, so your market can be easily captured by them as soon as you grow big enough to be noticed.
评论 #36517826 未加载
Traubenfuchsalmost 2 years ago
I still didn&#x27;t find an explanation of what&#x27;s the difference between callbacks with self service user maintainable HTTP url targets and what is now called webhooks. Can anyone here please elucidate?
评论 #36532241 未加载
rajasimonalmost 2 years ago
I own NotionWebhook.com and I have not deployed my service yet which offers exactly the same. you can DM me here <a href="https:&#x2F;&#x2F;twitter.com&#x2F;rajasimon" rel="nofollow noreferrer">https:&#x2F;&#x2F;twitter.com&#x2F;rajasimon</a> to get access.
jmhollaalmost 2 years ago
What is your data and privacy policy? I&#x27;m a bit concerned not seeing anything when accessing such sensitive information. This is a non-starter for me.<p>Even if that was the case, the only authentication being through Google is another absolute blocker for me to using your service.<p>Also, your documentation loads extremely slows for me especially a single, static page of docs. That&#x27;s clearly Notion&#x27;s fault but isn&#x27;t a great look.<p>I like the idea, but this definitely feels like it needs a lot of polish and feels more like a proof of concept than an actual product.
评论 #36517698 未加载
评论 #36517004 未加载