Guides

Step-by-step tutorials for common webhook use cases. Each guide shows a real-world problem and how Hookpipe solves it.

๐Ÿ™

GitHub Webhooks

Forward GitHub events to Discord, Slack, or any endpoint. Filter by branch, transform the payload, and get notified only when it matters.

Discord Slack GitHub
๐Ÿ’ณ

Stripe Webhook Events

Extract payment fields from Stripe's nested payload. Filter by event type (charge.succeeded, invoice.payment_failed) and forward clean data to your app.

Payments Stripe Billing
๐Ÿ”„

No-Code Transforms

Transform webhook payloads without writing code. Map fields, rename keys, filter events, and add static values โ€” all through config.

Tutorial Transforms
๐Ÿ’ฌ

GitHub to Discord

Only notify Discord when code hits main. Filter branch pushes, transform payloads into Discord embeds, and stop the noise.

Discord GitHub Filtering
๐Ÿ”

Webhook Security

Essential security practices: SSRF protection, API key security, rate limiting, and using inspection instead of direct debugging.

Security Best Practices
๐Ÿ”Œ

n8n Webhook Adapter

Use Hookpipe as a stable version adapter for n8n workflows. Route by version header, implement blue/green deploys, and protect against traffic spikes.

n8n Automation Versioning
โ˜๏ธ

Azure Event Grid Adapter

Bypass Azure's validation handshake automatically. Flatten Cloud Events schema into clean JSON that your app actually wants.

Azure Cloud Events Adapter