Overview
TheSURPLUS_LINES_FILING_ACTION_REQUIRED webhook is triggered when a surplus lines filing checklist item escalation newly transitions into the waiting customer input state — meaning Turris has sent a message on an escalation and is waiting for your response.
Webhook type: SURPLUS_LINES_FILING_ACTION_REQUIRED
Triggers
This webhook fires when:- A Turris admin sends a message on a filing checklist item escalation, setting the turn to the customer (
waiting customer input)
This webhook is sent immediately — no debouncing is applied. Each escalation flip is a discrete event
requiring prompt customer action.
This webhook fires only when an escalation newly enters the
waiting customer input state. It will not fire
again for the same escalation until the customer replies (moving it to waiting turris input) and Turris
responds again.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 | Current filing status at the time of the event |
actionRequired | boolean | Always true for this event type |
escalationStatus | string | Status of the representative open escalation. Always waiting customer input for this event type |
latestEscalationMessage | string | null | Body of the most recent message in the escalation thread, or null when no messages have been sent yet |