Financial Services Experience Cloud for Insurance
Overview
The Financial Services Experience Cloud (FSEC) for Insurance comprises a suite of Talkdesk products that facilitate access to information about an insurance member across multiple channels and throughout various interaction stages.
FSEC for Insurance utilizes integration bridges to connect with core system information. The endpoints supplied by the integration bridge must be secured using one of the following authentication schemes: Basic Authentication, API Key Authentication, or OAuth 2.0 Authentication.
This document provides an overview of the infrastructure requirements, outlines the endpoints, and specifies the models that must be supported when developing a new integration bridge.
Use Case
The FSEC for Insurance features an application named Insurer 360, which displays information about an insurance member across various cards. It offers the capability to initiate new forms and construct virtual agents to facilitate a self-service experience for members. The product consists of distinct components categorized into four main groups:
- Claim Management: This allows Customer Service Representatives (CSR) or Claims Service Representatives to initiate a new claim on behalf of the insured/customer using the First Notice of Loss (FNOL) form. The CSR agent can select a policy, input loss details, review the information, submit it to the claims administrative system, and receive confirmation. Additionally, the CSR has access to information about existing claims, including status, incident details, vehicles, etc.
- Policy Servicing: The policy servicing workspace is designed for CSR agents to inquire about policyholders' policies. It supports policyholders in filing and submitting new policies, as well as editing existing ones. CSR agents can obtain clear information about the status of a member’s policies, details about coverage, and identify potential sales opportunities.
- New Business: The new business process enables agents to create a comprehensive quote for the personal auto line of business and submit it to the core system.
- Billing Service: The billing service aims to enhance the customer experience by providing CSR agents with accuracy and efficiency in managing policy-holder billing information. They can easily retrieve and offer assistance using the intuitive "Billing Card" or the dedicated "Billing Account Tab" located on the agent dashboard.
Authentication
All endpoints provided by the integration bridge must be protected using one of the following authentication schemes.
Basic Authentication
Talkdesk calls the endpoint, including a header on the HTTP request which complies with the basic authentication standard.
API Key Authentication
Talkdesk invokes the endpoint by including a header in the HTTP request containing the API key.
OAuth 2.0 Authentication
Talkdesk employs the OAuth 2.0 client credentials flow to generate a token (JSON web token). This token is then included in the header when submitting requests to any endpoint offered by the custom connector.
Usage
Policy Center
- Get accounts (provides account details based on account search criteria).
- Get accounts by account number.
- Get all type list names.
- Get the type list name of the type list name.
- Get policy details by account number.
- Get policy details by policy number.
- Create a product model data (create a product model data object and returns the object).
- Create a new quick quote (and returns the quick quote details).
Claim Center
- Get claims for an account number.
- Get claims details by policy numbers (returns claims details filtered by policy numbers).
- Get claim detail for claim number (returns details for a single claim).
- Create a new claim (and returns the claim number).
- Search policies based on search criteria.
- Get policy metadata information (based on policy summary).
- Get all type list names.
- Get type list of type list name.
Billing Center
- Get account details (for a given account).
- Get billing card details (returns billing summary for a given account).
- Get policy billing side panel details (returns billing summary for a given policy).
- Get account invoices (returns invoices list for a given account).
Troubleshooting
If you have questions or technical issues, please open a ticket using this form.
Updated 12 months ago