CRM Outcome Captured Event
Event emitted when CRM servicing outcomes are captured for a claim.
Overview
The CrmOutcomeCapturedEventV1 event is emitted by the ClaimsService when the CRM servicing outcomes are captured for a claim. This includes verification results from various checks performed by the CRM system.
When is this event emitted?
This event is published when:
- The CaptureCrmOutcomeCommand is successfully executed
- CRM servicing results are recorded against a claim
Key Information
The event payload includes:
- Event Metadata: Event ID, correlation ID, noticed and effected timestamps
- Claim Identification: Claim ID
- CRM Outcome: Case number, document verification status, VOPD outcomes (deceased and claimant), PDD outcome, Xtend outcome, employment verification, extended outcome, capture metadata
Downstream Consumers
Systems that typically consume this event include:
- Payout decision services
- Repudiation evaluation services
- Audit and compliance systems
- Reporting and analytics platforms
Schemas
JSON Schema
Event representing when CRM servicing outcomes were captured for a claim.
Unique identifier for the event
Correlation ID for tracking related events
Timestamp (epoch millis) when the event was noticed
Timestamp (epoch millis) when the event took effect
crmOutcomeCapturedType of the event
Logical clock reading for event ordering
The ID of the claim
CRM servicing outcome details
Avro Schema
Event representing when CRM servicing outcomes were captured for a claim