Icon

AI-Powered Customer Intelligence for Insurance Claims

<p><strong>AI-Powered Customer Intelligence for Insurance Claims</strong></p><p>This workflow brings together insurance claim data, customer survey responses, and garage repair quotations to generate a comprehensive view of each insurance case. It works by:</p><ul><li><p>Importing and joining claim records, customer details, and accident images from a Snowflake databases; garage repair quotations from local PDF files; and customer survey responses from Google Sheets.</p></li><li><p>Formatting and combining this information into structured messages, including both text and images, to create prompts for a multimodal LLM.</p></li><li><p>Sending these prompts to the LLM to extract structured information about the claim and repair costs (e.g., accident gravity, car damages, expected and actual repair costs) and to assess customer sentiment and key aspects from survey answers.</p></li><li><p>Calculating differences between insurance coverage and both expected and actual repair costs.</p></li><li><p>Aggregating results and presenting them in an interactive dashboard for customer intelligence analysis.</p></li></ul>

AI-Powered Customer Intelligence for Insurance Claims


This workflow brings together insurance claim data, customer survey responses, and garage repair quotations to generate a comprehensive view of each insurance case. It works by:

  • Importing and joining claim records, customer details, and accident images from a Snowflake databases; garage repair quotations from local PDF files; and customer survey responses from Google Sheets.

  • Formatting and combining this information into structured messages, including both text and images, to create prompts for a multimodal LLM.

  • Sending these prompts to the LLM to extract structured information about the claim and repair costs (e.g., accident gravity, car damages, expected and actual repair costs) and to assess customer sentiment and key aspects from survey answers.

  • Calculating differences between insurance coverage and both expected and actual repair costs.

  • Aggregating results and presenting them in an interactive dashboard for customer intelligence analysis.

Connect to Hub and access credentials

Connect to Snowflake WH, select insurance claims and customer tables, join them, map data types and sort Customer ID

Read garage quotations as local PDFs

Connect to Google Sheet, read customer survey responses

Authenticate to OpenAI and select LLM

Create Prompt (only text)

Create Prompt (text + images)

Prompt LLM and get responses as structured output

Postprocess responses, compute expected vs. actual costs and join data

Customer Intelligence View

Replicate execution

If you don't have access to the

Google Sheet, read customer

survey responses using the

Table Reader node

Replicate execution

If you don't have access to

Snowflake data, read insurance claims

and customer details using the

Table Reader node

Replicate execution

Provide your own OpenAI API key credentials in the Credentials Configuration node and pass it on to the OpenAI Authenticator node

Prompt an LLM toextract structured infofrom quotations
LLM Prompter
Garage quotationsfor repairs
Tika Parser
Prompt an LLM withboth text and images
LLM Prompter
OpenAI Authenticator
Combine insuranceclaims and accidentimages into a messagefor the prompt
Message Creator
Select model:gpt-4o mini
OpenAI LLM Selector
Clean costcolumn
Post process output
Data type mappingespecially binary to PNG
DB Type Mapper
Insured claims
DB Table Selector
DB Reader
Add VATof 19% forGermany
Expression
Customer surveyanswers
Google Sheets Reader
Google Sheets Connector
Prompt an LLMto get sentiment reviewsand aspect
LLM Prompter
Combine reviews andscores into a message forthe prompt
Message Creator
Diff insurance cov vs. actual repair costs
Expression
Compute totcost per customerbefore VAT
GroupBy
on Customer ID
Joiner
Sort Customer ID
DB Sorter
Retrieve - DB credentials- OpenAI API key- Google ServiceAccount
Secrets Retriever
KNIME Hub Authenticator
Join customer namesand format reviews/scores
Prep reviews
on Customer ID
DB Joiner
on Customer name
Joiner
Diff insurance cov vs. exp repair costs
Expression
Combine andconcatenate info
Prep insurance claims
Customer survey answer
Table Reader
Insured customers
DB Table Selector
Customer Intelligence View
Insurance claims and customers
Table Reader
Connect to Snowflakeand pass credentialsfor authentication
Snowflake Connector

Nodes

Extensions

Links