Receive external calls through stable public endpoints and keep the integration layer predictable.
Sink
A lightweight webhook & heartbeat ingestion API
Sink helps backend and platform teams receive webhooks, keep an event trail, and monitor recurring heartbeats from jobs, schedulers, and automation pipelines. It is built for technical environments where reliability and clarity matter more than noise.
POST /ingest/<publicId>
GET /webhooks
POST /heartbeats
What Sink is for
Simple by design- Sink centralizes incoming webhook traffic so teams can inspect, store, and route external events with less glue code.
- It also tracks heartbeats from scripts, cron jobs, and workers to make silent failures visible before they become incidents.
- The result is a compact backend tool for operators, developers, and infrastructure teams who need dependable event ingestion.
Core features
Built for technical workflowsPreserve a clean event history for troubleshooting, auditing, and replay-oriented workflows.
Track recurring signals from jobs and scheduled tasks to spot missing runs quickly.
Use a small, readable interface that stays approachable for scripts, services, and internal tooling.
Fits naturally into backend operations, CI jobs, cron tasks, and event-driven automation pipelines.
Keep discovery fast with accessible endpoints and built-in API docs when teams need to move quickly.