⟐ pullhook

Pull-based webhook relay. Receive webhooks into channels, pull them on your schedule.

Pending webhooks 0

Channels

ChannelReceive EndpointPull Endpoint
No channels yet — send a webhook to create one

Usage

Receive a webhook curl -X POST http://localhost:10000/api/hooks/my-channel \
  -H "Content-Type: application/json" \
  -d '{"event": "push", "ref": "main"}'
Pull the oldest unread webhook curl http://localhost:10000/api/hooks/my-channel/pull
Peek (non-destructive) curl http://localhost:10000/api/hooks/my-channel/peek
List pending webhooks curl http://localhost:10000/api/hooks/my-channel/list