Option 1: Allow the "Get a Quote" button to redirect to a custom URL.
Option 2: Trigger a webhook when the customer clicks "Get a Quote"
Option 3: Expose a JavaScript event (for example
onQuoteRequest
) that developers can hook into.
We simply need a way to continue the customer's journey inside our own production workflow after the quote request has been initiated. Providing a simple redirect, webhook or JavaScript event would make Klickflip much easier to integrate with existing business systems without changing the experience for current users.