Skip to content

Outbound integration example

Sources: examples/outbound-integration/README.md | examples/outbound-integration/index.ts

Minimal backend integration showing endpoint registration, delivery dispatch, listing, and replay.

  • teams who want to validate the SDK-first adoption path before running the whole subsystem
  • registering a tenant endpoint
  • creating a delivery
  • listing recent deliveries
  • triggering a replay
  • Example path: examples/outbound-integration
  • Run command: pnpm example:outbound-integration
Terminal window
pnpm dev:api
pnpm dev:dispatcher
pnpm example:outbound-integration
  • the example registers one endpoint, creates a delivery, lists it, and schedules a replay