Available for selected projectsStart a project
Work
Internal

Webhook fan-out — internal

Single inbound webhook fanned out to multiple targets.

An internal router that takes a single inbound webhook and fans it out reliably (with retries) to a list of downstream targets.

// PROJECT VISUAL
Webhook fan-out — internal
SAMPLE
/Sample APIv1
GET/v1/webhooksfetch resource
POST/v1/webhookscreate resource
GET/v1/webhooks/{id}fetch resource
PUT/v1/webhooks/{id}update resource
DELETE/v1/webhooks/{id}remove resource
POST/v1/webhooks/invoicescreate resource
200 OKapplication/json148 ms
~/sample · deploy
$ deploy --env=staging
→ building image ok (36.44s)
→ pushing layers ok (7.62s)
→ rollout ok (canary 25%)
→ healthcheck ok (200)
✓ deploy complete · build #595
// TECH
FastAPIQueue
Build something similarView all
Webhook fan-out — internal — Mohamed Adel Mamoun