Guide
Fan Out Webhooks
Fan-out routing lets one source feed multiple consumers without asking the provider to send the same event to several URLs.
In FastHook, each fan-out target is represented as its own connection from the same source to a different destination.
Route Shape
- Create one source for the producer.
- Create one destination per downstream consumer.
- Create a connection for each source-to-destination route.
- Add filters when consumers only need specific event types.
Operational Benefit
Separate connections let you pause, retry, inspect, and tune each consumer independently. One failing destination does not need to block the entire inbound stream.