Refer
Creating custom referral rules for quotes so you can review them before or after pricing
Last updated
Creating custom referral rules for quotes so you can review them before or after pricing
Last updated
The 'Refer' step allows you to set rules around when a specific quote triggers flag, so that your team knows it needs to be reviewed before progressing.
How might you use the 'Refer' step?
If you were building a pricing model for insurance, you may have set certain criteria that requires additional oversight before deciding to accept or reject a quote.
For example, you may want to flag any quotes from young drivers that have 0 years of No Claims Discount to your actuarial team before making a decision on whether you'll write their business.
You can pass information about referrals back to your policy management system using API Webhooks so that your team knows which quotes they need to review before approving or rejecting.
Once you've added the 'Refer' step and named it, like you will with any other step in the Build tool (more on that here), you'll need to add rules for which referral rules will apply to which quotes.
To get started, click the cog symbol in the top right of the 'Refer' step.
Once you've opened the step, click the 'ADD' button in the top right of excess table.
There are just two elements to each new referral rule you add, whether you're adding a new rule or editing an existing one.
Give your referral rule a descriptive name. This identify the referral rule in your table, so make sure it's unique and easy to understand.
Write an expression to determine which quotes are referred. This will need to include which data input(s) you want to be looking at, and the conditions that you use to apply your referral rule.
Here's an example of how you would structure an expression using the customer's age and years of No Claims Discount as an input, choosing to apply a referral rule if they're under 21 and have 0 years of No Claims Discount:
{{proposer_age}}<21 && {{vehicle_ncd}}==0
To learn how to structure your expression in more detail, debug and to see the full glossary, check out our full page on Syntax.
Once you're happy with the referral rule you've added, just press the 'Save' button in the bottom right of the modal and you're ready to add more referral rules to the table if you want to.
To add more new referral rules, repeat the steps above. Alternatively, you can edit and delete referral rules you've already added.
To bulk edit all referral rules, you can use the buttons to the top left of the referral rules table download as a CSV, edit and then re-upload your referral rules table.
Once you're happy with all of the referral rules in your table, just press the 'Save' button in the top right of the screen. You're now ready to head back to the 'Build' screen.