Claim Submitted to CRM Event
Event emitted when a claim is submitted to a CRM system for servicing.
Overview
The ClaimSubmittedToCrmEventV1 event is emitted by the ClaimsService when a claim is submitted to the CRM system for servicing. This event contains the CRM submission details including the document pack link and submission metadata.
When is this event emitted?
This event is published when:
- The SubmitClaimToCrmCommand is successfully executed
- The claim documents have been packaged and submitted to the CRM
Key Information
The event payload includes:
- Event Metadata: Event ID, correlation ID, noticed and effected timestamps
- Claim Identification: Claim ID
- CRM Submission: Document pack link, submission timestamp, who submitted
Downstream Consumers
Systems that typically consume this event include:
- CRM integration systems
- Notification services
- Audit and compliance systems
Schemas
JSON Schema
Event representing when a claim was submitted to a CRM.
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
claimSubmittedToCrmType of the event
Logical clock reading for event ordering
The ID of the claim
CRM submission details
Avro Schema
Event representing when a claim was submitted to a CRM
Unique identifier for the event (UUID as string)
Correlation ID for tracking related events (UUID as string)
Timestamp when the event was noticed
Timestamp when the event took effect
Type of the event (e.g., claimRepudiated)
Logical clock reading for event ordering
The ID of the claim that was repudiated.
CRM submission details