Public Beta: Direct engineering support available. Join Discord →
Designed for 1M+ events/month

The Webhook Gateway for Serious Engineering

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.

Built for Real Problems

Every feature exists because engineers needed it in production.

Data Cleanup & Transformation

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.

Replay

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.

Fan-Out

Route a single webhook to multiple destinations. Filter and split traffic by event type, customer ID, or any value deep inside the JSON payload.

Golden Model Validation

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.

Signature Verification

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.

Smart Retries & DLQ

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."

JM

Jake Morrison

Lead Engineer, Jerky.com

1M+

events processed

Recipes

Step-by-step guides for common webhook patterns. No fluff, just working code.

Shopify

Onboard Shopify Webhooks

Define a Golden Model to transform massive Shopify payloads into clean, validated JSON your API expects.

StripeIn Sandbox

Normalize Payment Events

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"
}

Stop building this yourself.

Get a production-ready webhook gateway with replay, schema validation, and fan-out—instantly.

Usage-based pricing • Cancel anytime