The primitives
On the spine
What stays hidden
The broker. Which messaging system carries the stream, how partitions and ordering are maintained, how delivery is retried and deduplicated - none of that is a public surface. You see events with stable schemas and once-only semantics; the infrastructure that guarantees them is Unpod’s to run and swap without breaking your consumers.Status
- Production: the post-call webhook - every completed call delivers its transcript and structured outcome to your endpoint. Configure it per Hooks & Events; payload documented at post-call data.
- In build: the unified event stream, signed webhooks, subscriptions, and replay - one feed across all channels and every spine primitive.
Go deeper
Hooks & Events
The event surface that exists today - call lifecycle hooks and the
post-call webhook.
Post-Call Data
The payload the production webhook delivers - transcripts, summaries,
extracted fields.
Outcomes
The structured records whose writes are the events you most often
consume.
Flows & Journeys
The engine that reacts to events - outcome branching, waits, and
inbound signals.