Guide: Application Questionnaire Workflow
How to integrate Exona scans into an existing application intake flow.
The scenario
You have an existing application form for AI & Tech E&O or Cyber insurance. When an insured submits their application, you want to automatically enrich it with Exona's risk intelligence: including the applicant's own answers: before an underwriter reviews it.
Step 1: Map your application questions
You do not need to change your existing application form. Pass your questions and the insured's answers directly into the questionnaire field. The mapping is straightforward:
Step 2: Create the scan
Step 3: Poll for completion (or use a background job)
For synchronous workflows (e.g. a webhook response), poll directly:
For asynchronous workflows (recommended for production), enqueue the scan creation as a background task and store the scan_id. A separate worker polls until complete and then notifies the underwriter.