Slashbin is a Webhook ETL and Programmable Gateway for developers.
Stop writing boilerplate. Slashbin handles webhook ingestion, transformation, filtering, and replay—so you can focus on your actual product.

Every feature exists because engineers needed it in production.
Extract, transform, and normalize payloads before they hit your API. Fix bad schemas, rename fields, or compute new values using JSONPath, regex, or custom JavaScript.
Re-deliver any webhook from the last 30 days with one click. Debug local environments or recover from outages without asking vendors to resend events.
Route a single webhook to multiple destinations. Filter and split traffic by event type, customer ID, or any value deep inside the JSON payload.
Stop bad data at the door. Enforce strict JSON schemas on incoming traffic. If a vendor silently changes a field type (e.g., string to int), we catch it before it crashes your backend.
Native support for Square, Klaviyo, VideoAsk, and Shopify. Plus, a universal signature engine to verify any custom provider without writing a single line of crypto code.
We don't just give up. Configurable exponential backoff retries and a Dead Letter Queue for total failures. Your safety net for when code breaks.
"Slashbin saved us 40 hours of webhook debugging. The replay feature alone paid for itself."
Jake Morrison
Lead Engineer, Jerky.com
1M+
events processed
Step-by-step guides for common webhook patterns. No fluff, just working code.
Define a Golden Model to transform massive Shopify payloads into clean, validated JSON your API expects.
Transform Stripe's nested event format into a flat structure for easier processing.
$ curl -X POST https://api.slashbin.io/v1/gateway \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"name": "shopify-orders",
"destination": "https://api.yourapp.com/webhooks",
"retry_policy": {
"max_attempts": 5,
"backoff": "exponential"
},
"schema_validation": true
}'
{
"id": "gw_8xK2mNpQ",
"endpoint": "https://in.slashbin.io/gw_8xK2mNpQ",
"status": "active"
}Get a production-ready webhook gateway with replay, schema validation, and fan-out—instantly.
Usage-based pricing • Cancel anytime