Pull-based webhook relay. Receive webhooks into channels, pull them on your schedule.
| Channel | Receive Endpoint | Pull Endpoint |
|---|---|---|
| No channels yet — send a webhook to create one | ||
curl -X POST http://localhost:10000/api/hooks/my-channel \
-H "Content-Type: application/json" \
-d '{"event": "push", "ref": "main"}'
curl http://localhost:10000/api/hooks/my-channel/pull
curl http://localhost:10000/api/hooks/my-channel/peek
curl http://localhost:10000/api/hooks/my-channel/list