top | item 38910733

Show HN: I made an online Webhook Tester

43 points| jarekceborski | 2 years ago |webhook.cool

Hi HN! Last year, I built LocalCan app in which you can develop apps using .local domains and Public URLs.

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've made Webhook.cool

Simply use your unique webhook URL to send any webhook to it from services like Shopify, Slack, Mailchimp, Trello, GitHub, PayPal, Discord, and Jira.

Give it a try and let me know how if you have any feedback.

15 comments

order

urda|2 years ago

It was really easy to see what the site was about, and I was quickly able to POST a "Hello World" to it from my terminal. Based on some other comments in this thread, it looks like there's some market competition for this here.

jarekceborski|2 years ago

Thanks urda, good feedback! There are similar tools, but since it's free, I don't see them as "competition" but rather "more options".

mcsniff|2 years ago

I like the UI/UX here, aside from the fake window controls at the top left and the small "..." advanced settings option.

Simple and straightforward, looks like very Apple-esque, which many people are familiar with.

Nicely done!

quickthrower2|2 years ago

Nice idea. BUT don't use this in prod, kids (or any webhook that returns secrets).

jarekceborski|2 years ago

Only you can see your webhooks, unless you enable sharing from the menu. Also, each request can be deleted individually, using trash i con.

eddd-ddde|2 years 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.

This one seems pretty good.

nbbaier|2 years ago

Really nice UX here, well done. It's also easy to set up a webhook endpoint on https://val.town.

golson_kindmind|2 years ago

Did the glassmorphic vibes. What tools/libraries did you on the CSS side or is that custom styling?

jarekceborski|2 years ago

Thanks! This is custom styling and I've used styled-components.

wanghq|2 years 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.

replwoacause|2 years ago

Very nice. This will come in handy!