Channels
Web Voice, simulated sessions, inbound PSTN, outbound campaigns.
Enterprise architecture
VoxDesk is organized around one canonical Conversation record. A customer can arrive through simulation, Web Voice, or telephony; every authorized action and outcome converges on the same domain model for CRM, reporting, and recovery.
Web Voice, simulated sessions, inbound PSTN, outbound campaigns.
Authenticated session, policy checks, tool authorization, idempotency.
Conversation is the source of truth; calls project into it.
Tenant isolation, secrets, leases, webhooks, audit events, recovery.
Each boundary has an explicit owner and failure mode.
01
Customer
02
Channel
03
Policy gate
04
Conversation
05
Authorized tool
06
CRM projection
07
Evaluation
sequenceDiagram
participant C as Customer
participant V as VoxDesk
participant P as Provider or Simulation
participant D as Conversation domain
participant CRM as CRM projections
C->>V: authenticated session
V->>P: provider/session request
P-->>V: transcript and events
V->>D: idempotent upsert
D->>CRM: contact, lead, opportunity, task
CRM-->>V: durable outcome