Custom page
Integration Flow Workshop
A facilitator-led sprint for teams mapping how APIs, events, and human approvals move across systems. Bring vendor names—we stress-test handoffs with mentor prompts, not generic slides.
Integration lifecycle (diagram)
SVG schema showing discover → contract → implement → observe → govern. Arrows imply feedback loops, not waterfall sign-off.
Webhook test matrix
Use this grid in labs to document expected signatures, retry behavior, and evidence you will attach to incident threads.
| Scenario | Expected signature | Retry policy | Evidence to capture |
|---|---|---|---|
| Happy path delivery | HMAC v1 within 300s skew | None | Trace ID + payload hash |
| Transient 503 from partner | n/a | Exponential backoff, cap 6 tries | Response headers screenshot |
| Poison payload | Valid but schema drift | Route to DLQ, no blind retry | Parsed diff + owner ping |
| Duplicate delivery | Same idempotency key | Short-circuit 200, log duplicate | Dedupe store snapshot |
Automation risk controls
Controls we expect documented before any production toggle—not a certification, just a shared checklist.
-
Credential rotation
Named owners, calendar reminders, and break-glass steps if a bot account stalls.
-
Human stop points
Explicit approvals where regulations require eyes—not just logged alerts.
-
Rollback rehearsal
Documented partial rollback when only one partner lane misbehaves.