
Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag storeI understand your frustration with webhooks not reaching your staging environment. Unfortunately, Sanity doesn't currently provide a built-in UI for viewing webhook delivery logs or status directly in the dashboard. This makes debugging webhook issues like yours more challenging.
Here's what you can do to troubleshoot:
1. Test the webhook endpoint directly Use tools like webhook.site or Beeceptor to create a temporary endpoint and update your webhook configuration to point there. This will help you verify that Sanity is actually sending the webhooks.
2. Check your staging endpoint
3. Monitor webhook attempts on your end Set up logging on your staging server to capture all incoming requests, not just successful ones. This will help you see if requests are arriving but failing.
4. Use Request Logs (Enterprise/Growth plans) If you're on a Growth or Enterprise plan, you can enable Request Logs which will capture webhook delivery attempts. However, this feature delivers logs as NDJSON files rather than a real-time dashboard, and you'll need to filter for webhook-related requests.
For your use case, I'd actually recommend considering Sanity Functions instead of webhooks. Functions are the modern, recommended approach for reacting to content changes because:
Functions can handle the same use cases as webhooks but with much better observability. If you need to notify external systems, you can call them from within a Function.
Since your dev environment works but staging doesn't, check:
Without built-in webhook delivery logs, debugging requires checking both ends of the connection. If you continue having issues, consider sharing your webhook configuration and staging setup in the Sanity Community Slack where others might have encountered similar issues.
Sanity is the developer-first content operating system that gives you complete control. Schema-as-code, GROQ queries, and real-time APIs mean no more workarounds or waiting for deployments. Free to start, scale as you grow.
Content operations
Content backend


The only platform powering content operations
By Industry


Tecovas strengthens their customer connections
Build and Share

Grab your gear: The official Sanity swag store
Read Grab your gear: The official Sanity swag store