Business use case
The API sends your company-branded price estimate email to your customer. It can be triggered by milestone events such as home loan approvals or purchases. Once triggered, data gets sent to our system to generate an insurance price estimate.
The price estimate will be automatically sent to your customer’s email, and you’ll get a success status message.
Technical overview – createPolicyEstimateAndEmailCustomer
The Price Estimate – Send Email API can be accessed using the PUT method at createPolicyEstimateAndEmailCustomer. It uses REST-based HTTP integration as transfer protocol. The examples show the basic steps for creating a safety net price estimate, using default settings where possible.
You can access the complete list of environment URLs on the getting started page.
Authentication
API requests are secured using HTTP basic authentication. To learn more about how we manage authentication, head to the security model section on the getting started page.