Overview
TheSURPLUS_LINES_FILING_STATUS_CHANGE webhook is triggered when the status of a surplus lines filing changes ā for example, when Turris moves a filing from In Progress to Filed.
Webhook type: SURPLUS_LINES_FILING_STATUS_CHANGE
Triggers
This webhook fires when:- A Turris admin updates the status of a surplus lines filing (e.g., from
in progresstofiled, or fromready to filetocompleted)
This webhook is sent immediately ā no debouncing is applied, since each status change is a discrete event
requiring timely awareness.
Payload Example
Field Reference
Payload Fields
| Field | Type | Description |
|---|---|---|
filingId | string | The Turris ID of the surplus lines filing |
externalReference | string | null | Your external policy reference set when the filing was created, or null if none was provided |
policyNumber | string | The policy number on the filing |
stateCode | string | Two-letter US state or territory code (e.g., TX) |
status | string | New filing status. One of: not started, in progress, ready to file, filed, completed, on hold, canceled |
actionRequired | boolean | true when any checklist item escalation is currently waiting on customer input at the time the status change was recorded |