Receiving webhooks without getting burned
Sending a webhook is easy. You POST some JSON at a URL and move on. Receiving one is where the bodies are buried. The endpoint is public, so anyone can call it. It gets retried, so it will run twice. It arrives out of order, so "delivered" can land b
Good idea. Just sit back && enjoy the chaos.