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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: I made an online Webhook Tester

43 点作者 jarekceborski超过 1 年前
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 条评论

urda超过 1 年前
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 未加载
theblazehen超过 1 年前
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 未加载
mcsniff超过 1 年前
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!
quickthrower2超过 1 年前
Nice idea. BUT don&#x27;t use this in prod, kids (or any webhook that returns secrets).
评论 #38926953 未加载
eddd-ddde超过 1 年前
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.
nbbaier超过 1 年前
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_kindmind超过 1 年前
Did the glassmorphic vibes. What tools&#x2F;libraries did you on the CSS side or is that custom styling?
评论 #38942030 未加载
wanghq超过 1 年前
I need something more than this 2 weeks ago. I ended up with using Postman mock server so I can customize the webhook response.
jasonjmcghee超过 1 年前
I love the vibe of the site
replwoacause超过 1 年前
Very nice. This will come in handy!