Webhooks

Event callbacks

Why it exists

  • No polling — the other system pushes events to your URL
  • Event-driven integrations (payments, CI, etc.)

Tradeoffs

  • You must expose a public endpoint and handle retries/security
POST /api/webhooks/event — we receive the payload and respond 200

Send a webhook (simulate external system calling us)

Recently received webhooks

Send a webhook above to see it here.