Documentation Index
Fetch the complete documentation index at: https://docs.thesozocrm.com/llms.txt
Use this file to discover all available pages before exploring further.
Integrations
Connect only what your team uses daily, then scale in phases.Integration priorities
Phase 1: Must-have
Proposal/design, notifications, and payout visibility tools.
Phase 2: Operational depth
Installer coordination, accounting sync, and analytics exports.
Recommended rollout sequence
Data reliability checklist
Use stable IDs, not names, as your cross-system join key.
Make retry-safe writes (idempotent updates).
Log failures with enough context to replay safely.
Technical implementation notes
Authentication and access model
Authentication and access model
Use authenticated requests tied to a real Sozo user context. Enforce access by role and team scope.
Idempotency and retries
Idempotency and retries
Assume duplicate delivery can happen. Design create/update handlers so replaying the same event is safe.
Field ownership
Field ownership
Define one source of truth per field before go-live to prevent bidirectional overwrite conflicts.
Observability
Observability
Track success rate, retry counts, and dead-letter failures for every critical sync workflow.

