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
- Create an account at app.webhooklane.com and set up your organization.
- Create a source — you'll get a unique ingest URL like
https://ingest.webhooklane.com/api/ingest/abc123... - Create a destination — configure a Slack webhook URL or any HTTP endpoint.
- Create a route — connect the source to the destination, optionally with filters and a Handlebars transform template.
- 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.