About Splitray
What is Splitray?
Splitray is a webhook proxy service that lets you forward a single incoming webhook to multiple destinations, reliably and transparently.
The Problem
Most platforms only allow you to register one webhook URL. Whether you are using Apple App Store Server Notifications, Stripe webhooks, GitHub events, or any other service that sends webhooks, you are typically limited to a single endpoint.
But in practice, you often need to send that same event to multiple places:
- Your backend API for processing.
- A logging or analytics service for monitoring.
- A Slack channel for team notifications.
- A staging environment for testing.
- A third-party integration that needs the same data.
Without a proxy, you end up building custom fan-out logic in your backend, managing retries yourself, and dealing with reliability issues that distract you from your actual product.
The Solution
Splitray sits between your webhook provider and your destinations. Here is how it works:
- Create an endpoint in Splitray and get a unique URL.
- Register that URL with your webhook provider (Stripe, Apple, GitHub, etc.).
- Add your destinations — as many as you need.
- Splitray forwards every payload to all your destinations, in parallel.
That is it. No code changes. No infrastructure to manage. Set it up in minutes.
Key Principles
Zero-Knowledge Forwarding
Splitray does not read, inspect, store, or log the contents of your webhook payloads. Your data passes through our infrastructure and is delivered to your destinations without us ever looking inside. We see only the metadata we need to operate: timestamps, HTTP status codes, and delivery status.
Reliability
Webhooks fail. Servers go down. Networks have hiccups. Splitray handles this automatically:
- Automatic retries with exponential backoff ensure that transient failures do not result in lost events.
- Delivery tracking gives you full visibility into what was delivered, what failed, and what is being retried.
- Real-time monitoring lets you see the status of every delivery at a glance.
Simplicity
Splitray is designed to do one thing well. There is no complex configuration, no steep learning curve, and no vendor lock-in. Create an endpoint, add your destinations, and you are done.
Get in Touch
Have questions, feedback, or need help? Visit our support page.