// documentation
Build with Bluejay Relay
Everything you need to know about building webhooks and workflows.
Overview
Bluejay Relay is a webhook relay and transformation platform. It sits between the services that send you webhooks (GitHub, Stripe, custom APIs) and the services that need to act on them. You define where to forward payloads, how to transform them, and when to deliver them — Bluejay Relay handles the rest.
Webhooks
Each webhook gives you a unique Capture URL. Anything posted to that URL is received, logged, and forwarded to one or more destinations with optional payload transformation.
Workflows
Build multi-step HTTP automations triggered by a single webhook. Each step can use data from the trigger payload and prior step responses.
How it works
- 1Create a webhook — Bluejay Relay generates a unique Capture URL for you.
- 2Point your source — Configure your external service (Stripe, GitHub, etc.) to POST webhooks to your Capture URL.
- 3Add destinations — Define one or more target URLs, with optional payload transformations per destination.
- 4Monitor and replay — Every delivery is logged. Failed deliveries can be retried or replayed at any time.