Events
Klarefi event names and webhook delivery guidance for intake integrations
Event Model
Events are versioned integration signals. Use them to wake up your system, then read the canonical session or case state when you need current data.
Common Events
v1.intake.session_createdv1.intake.submittedv1.case.processingv1.case.applicant_blockedv1.case.needs_reviewv1.case.completedv1.case.failedv1.review.completedv1.document.processedv1.document.failedv1.intake.gap_resolvedv1.webhook.delivery_failed
Delivery Guidance
Process duplicate deliveries idempotently using delivery_id. Use trace_id
to correlate webhook delivery logs with your own receiver logs.