Outbound integration example
Sources:
examples/outbound-integration/README.md|examples/outbound-integration/index.ts
Purpose
Section titled “Purpose”Minimal backend integration showing endpoint registration, delivery dispatch, listing, and replay.
Start here if
Section titled “Start here if”- teams who want to validate the SDK-first adoption path before running the whole subsystem
What it demonstrates
Section titled “What it demonstrates”- registering a tenant endpoint
- creating a delivery
- listing recent deliveries
- triggering a replay
Workspace details
Section titled “Workspace details”- Example path:
examples/outbound-integration - Run command:
pnpm example:outbound-integration
Try this first
Section titled “Try this first”pnpm dev:apipnpm dev:dispatcherpnpm example:outbound-integrationExpected outcome
Section titled “Expected outcome”- the example registers one endpoint, creates a delivery, lists it, and schedules a replay