Webhooks

Subscribe To Team Topology Events

Verify payloads with X-TeamDune-Signature. Replay ownership, interface, and scenario context from any event timestamp.

  • team.created — Team boundary added to terrain model
  • responsibility.changed — Primary owner or contributor updated on an outcome
  • ownership.gap_detected — Missing primary, backup, or duplicate claim flagged
  • interface.updated — Interface pair published or draft revised
  • scenario.published — Change scenario locked to operating pack
  • operating_review.published — Quarterly pack exported · download URL included
POST https://your.app/hooks/teamdune
X-TeamDune-Signature: sha256=…
{ "event": "ownership.gap_detected",
  "scenario_id": "TD-OPS-041",
  "outcome": "Launch Enterprise SSO",
  "gap": "customer_migration_unowned" }

API documentation · Run test recipe