Unified targets
Describe providers and recipients with one consistent format.
One API · Unified delivery
Address providers with protocol URLs, fan out deliveries in parallel, and inspect every failed target through one consistent API.
Unified targets
Describe providers and recipients with one consistent format.
Parallel delivery
Attempt every target concurrently without blocking the rest.
Collected failures
Return every failed delivery together for easier handling and diagnosis.
pnpm add statocystsimport { send } from 'statocysts'
await send(process.env.SLACK_TARGET!, { title: 'Deployment complete', body: 'Production is healthy.',})Keep complete target URLs in environment variables or a secret store.