Your Webhook Doesn't Always Belong in Your API
When most developers think about webhooks, they think about an HTTP endpoint.
A provider sends a request.
Your API receives it.
Business logic runs.
Response sent.
Done.
For small applications, that's
codilad.hashnode.dev3 min read