Hacker News new | ask | show | jobs
by nimblegorilla 3497 days ago
It's also really handy when API providers give a nice webhook UI that lets you view and resend webhooks during development.
2 comments

BitBucket is a very good example of web hook integrations done right. Relatable, logged, and well documented. I learned from their UI when I implemented my own version.
True. Also having a sample request at the very beginning is useful so you don't have to find a way to trigger the event by clicking around on the product UI.