You are here:
Insurance Open Quoting Architecture
Use Insurance Open Quoting Architecture to seamlessly link your quoting processes with your external policy administration system.
Insurance comes with a product management system built right in. However, if you prefer using an external policy administration system, the Insurance Open Quoting Architecture can support that. So you choose what works best for you. Either way, Insurance can help.
Curious how the magic of Insurance Open Quoting Architecture works? Let's find out!
Insurance Open Quoting Architecture Flow
Use the Insurance Open Quoting Architecture to fulfill your quoting needs in two ways:
-
Initiate a quote from the external policy administration system.
-
Initiate the quote in Salesforce from the Quote LWC.
-
Create a quote in your Salesforce org from the Quote LWC.
-
Configure the quote by adding products and coverages.
-
Click the Rate Now button.
-
The Integration Procedure generates the simplified JSON from
InsQuoteService:getQuoteDetail. -
The HTTP Action sends the simplified JSON to the external system.
-
The external system returns pricing JSON updates.
-
InsQuoteService:createUpdateQuoteFromExternaluses the returned JSON to update the quote record. -
The Quote LWC updates with the information returned from the external system via the Integration Procedure.
-
Quoting Services
Insurance Open Quoting Architecture uses services to compile and interpret external policy administration data.
The Quote structure returned by the external policy administration service must
be the same as the structure expected by
InsQuoteService:createUpdateQuoteFromExternal or
InsQuoteService:createUpdateQuote.
Want to see some examples of the simplified JSON generated by these services? Read Vlocity Insurance Open Quoting Architecture Simplified JSON.
External Rating and Pricing Setup Workflow
If you decided to initiate the quoting flow from Salesforce, there’s some setup you need to do to get Insurance Open Quoting Architecture up and running in your org.
- Set Up an Integration Procedure to Call an External Rating System
To use Vlocity Insurance Open Quoting Architecture you need to create an integration procedure that gathers the important information your external policy administration system can use to rate or price the quote. This integration procedure is included in the product and is triggered when a quote with that product included is rerated using the Rate Now button. - Set Up a Product for External Rating
External policy administration systems can help you manage your insurance product offerings. Vlocity Insurance Open Quoting Architecture uses a product record in the internal Vlocity Insurance system to link quoting information in the quoting flow to the correct product in your external system. - Vlocity Insurance Open Quoting Architecture Simplified JSON
You can use simplified Vlocity Insurance quote JSON optimized for easy mapping with external policy administration systems.

