Webhook processor
Backend templateReceive · Verify · Route12 nodes3 endpoints1.9k74
Use this templateA hardened endpoint for receiving webhooks from third-party services: signature verification, idempotency, and a router that dispatches each event type to its own branch.
What's included
- Signature verification node
- Idempotency key handling
- Event-type router with per-event branches
- Retry-safe processing
- Dead-letter logging