Getting Started

WebhookLane is a webhook routing platform that receives webhooks from any source, applies filters and transforms, and delivers them to your destinations with automatic retries and dead letter queue support.

Quick Start

  1. Create an account at app.webhooklane.com and set up your organization.
  2. Create a source — you'll get a unique ingest URL like https://ingest.webhooklane.com/api/ingest/abc123...
  3. Create a destination — configure a Slack webhook URL or any HTTP endpoint.
  4. Create a route — connect the source to the destination, optionally with filters and a Handlebars transform template.
  5. Point your webhook provider at the ingest URL. Events will flow through automatically.

Key Concepts

  • Source — An external service sending webhooks (Stripe, GitHub, etc.)
  • Destination — Where transformed webhooks are delivered (Slack, HTTP endpoint)
  • Route — A rule connecting a source to a destination with optional filters and transforms
  • Event — A single incoming webhook payload
  • Delivery — An attempt to send a transformed event to a destination
  • Dead Letter Queue — Failed deliveries that exhausted all retries

Continue to Core Concepts for a deeper dive into how WebhookLane processes webhooks.