Newer Version Available
Implement Quote Creation Functionality for Insurance Representatives
This user journey applies when a policyholder contacts an insurance company and an
insurance representative guides them through identifying coverage needs, configuring and pricing
a quote, and sharing it for review.
Assumption
It’s assumed that a valid quote ID is available to update the existing quote.
The insurance representative collects the policyholder's requirements and adds any other additional rules during the API call to create a quote.
-
Create Quote—Create a quote either by:
- Making a POST request on the Insurance Quote Connect API, or
- Using the Create Insurance Quote invocable action.
This request returns a quote ID in the response. - (Optional)Invoke Underwriting Review—To invoke an underwriting review after the initial quote is created, make a POST request on the Insurance Invoke Underwriting Rule Connect API with the necessary inputs.
- Use the quote ID that’s generated during the quote creation process for further processing, such as policy issuance.