You are here:
Insurance Direct to Customer Quoting
Empower guest users and customers to create their own quotes whenever they want with Direct to Customer Quoting. Give your independent customers (and potential customers) the freedom to explore options on their own, and free up your agents and CSRs to help even more customers.
Simply put, Direct to Customer Quoting cuts out the middle man. Guest users and authenticated customers can create and update their own quotes on your Digital Experience Site, and explore options at their own pace from the comfort of their own homes.
This feature is only available for users that have the Customer Community or Customer Community Plus licenses. Learn more about user licenses here.
Guest User Quoting
A guest user is an unauthenticated user of your Experience Site. You haven’t
granted them login credentials and they don’t have an affiliation with your
organization (yet). Guest users can create and update their own quotes, and even issue
policies based on those quotes. However, we encrypt the quoteId and
opportunityId for guest users, and they can’t see these Ids.
Here's an example of Guest User Quoting:
Riley wants to see if switching auto insurance providers could save her money. Riley creates a quote and compares the coverage and price offered in the quote to her current policy.
Customer Quoting
A customer is someone (like a policyholder) that you've granted credentials to. You authenticated these users as customers for your Experience Site. After they're logged in, customers can:
- Create quotes for new products or coverages
- Revise existing quotes
- Create endorsement quotes for existing policies
Here's an example of Customer Quoting:
Beth and Jerry want to know how much it would cost to add their daughter as a driver on their policy. They log into their Experience Site and create a quote to see how this change would affect the price of their policy.
You can assign the Insurance Self Quoting permission set to a customer to grant them access to self quoting capabilities.
Insurance Self Quoting Permission Set
The Insurance Self Quoting permission set is a blank permission set.
InsQuote services check to see if the user has the Insurance Self
Quoting permission set. If the user has the Insurance Self Quoting permission set, the
service runs. If the Insurance Self Quoting permission set isn’t tied to the user and
the user tries to run an OmniScript, Integration Procedure, or UI function that uses
this service, the service doesn't run and the guest user sees an error message.
Services
Quoting requires access to the Quote and Opportunity objects, but by default Customer Experience Site users don't have access to these objects. You can provide users with limited access to the Quote and Opportunity objects through services. These services use encrypted IDs for customers and guest users for added security.
We enhanced these services to support Direct to Customer quoting:
- InsQuoteService:createUpdateQuote
- InsQuoteService:getAccountQuotes
- InsQuoteService:getQuoteDetail
- InsQuoteService:invokeProductRules
- InsQuoteService:invokeRules

