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: I made an online Webhook Tester

43 pointsby jarekceborskiover 1 year ago
Hi HN! Last year, I built LocalCan app in which you can develop apps using .local domains and Public URLs.<p>Although it allows for testing webhooks too, I wanted to give back and create a free online tool specifically for that purpose! And so, I&#x27;ve made Webhook.cool<p>Simply use your unique webhook URL to send any webhook to it from services like Shopify, Slack, Mailchimp, Trello, GitHub, PayPal, Discord, and Jira.<p>Give it a try and let me know how if you have any feedback.

10 comments

urdaover 1 year ago
It was really easy to see what the site was about, and I was quickly able to POST a &quot;Hello World&quot; to it from my terminal. Based on some other comments in this thread, it looks like there&#x27;s some market competition for this here.
评论 #38917337 未加载
theblazehenover 1 year ago
See also:<p><a href="https:&#x2F;&#x2F;webhook.site&#x2F;" rel="nofollow">https:&#x2F;&#x2F;webhook.site&#x2F;</a> <a href="https:&#x2F;&#x2F;rbaskets.in&#x2F;web" rel="nofollow">https:&#x2F;&#x2F;rbaskets.in&#x2F;web</a>
评论 #38915568 未加载
mcsniffover 1 year ago
I like the UI&#x2F;UX here, aside from the fake window controls at the top left and the small &quot;...&quot; advanced settings option.<p>Simple and straightforward, looks like very Apple-esque, which many people are familiar with.<p>Nicely done!
quickthrower2over 1 year ago
Nice idea. BUT don&#x27;t use this in prod, kids (or any webhook that returns secrets).
评论 #38926953 未加载
eddd-dddeover 1 year ago
I used to frequently need a tool exactly like this. Since I never found one that I liked I would just deploy a Cloudflare Worker that logged requests and then tail the logs.<p>This one seems pretty good.
nbbaierover 1 year ago
Really nice UX here, well done. It&#x27;s also easy to set up a webhook endpoint on <a href="https:&#x2F;&#x2F;val.town" rel="nofollow">https:&#x2F;&#x2F;val.town</a>.
golson_kindmindover 1 year ago
Did the glassmorphic vibes. What tools&#x2F;libraries did you on the CSS side or is that custom styling?
评论 #38942030 未加载
wanghqover 1 year ago
I need something more than this 2 weeks ago. I ended up with using Postman mock server so I can customize the webhook response.
jasonjmcgheeover 1 year ago
I love the vibe of the site
replwoacauseover 1 year ago
Very nice. This will come in handy!