Slack Bridge

Send events to one API. Render templates. Deliver Slack messages.

Send event
POST /api/events
x-api-key: sb_...

{
  "key": "build-failed",
  "data": {
    "repository": "checkout",
    "branch": "main",
    "url": "https://example.test/builds/42"
  }
}