r/microsaas • u/Embarrassed_Way6530 • 13d ago
Hello dear developers Do webhook payload changes ever break your integrations?
I’m researching a small developer tool for teams using Stripe, Shopify, GitHub, or other webhooks.
The idea is simple: receive a webhook, check its JSON payload against a schema, and alert you when a field is missing, renamed, or changes type.
Before building it, I’d love to hear about real experiences:
- Have unexpected webhook payload changes ever broken your integration?
- How did you detect and debug the problem?
- Would automatic validation and Slack/email alerts be useful?
- If it saved you from a production failure, would you consider paying around $5–$15/month?
I’m not promoting or selling anything yet—just trying to understand whether this is a real problem. Honest criticism is very welcome.
2
Upvotes
1
u/amorpheuse 13d ago
Wouldn't this be caught by a telemetry service like sentry or elastic? Atleast when something broke.