The Workflow Library

Library / Insurance / insurance-003

Policy endorsement: carrier chase, premium recalculation and notice to both sides

InsuranceTicketService Hub EnterpriseAdvanced~55 min to buildFull spec

Outcome. A mid term policy change is tracked from request to issued document: the carrier gets chased on a schedule, the policy record carries the new premium instead of last year's, and the producer and the insured are both told what changed.

Workflow map Enrollment, branches and actions at a glance insurance-003
flowchart TD
    A[Enroll: endorsement requested] --> B{Cancellation?}
    B -->|yes| C[High priority call task to producer, exit]
    B -->|no| D[Priority from effective date]
    D --> E[Task to desk, notify producer]
    E --> F[Wait for carrier, max 3 days]
    F --> G{Still pending?}
    G -->|yes| H[Chase task]
    G -->|no| I[Wait for carrier, max 7 more days]
    H --> I
    I --> J{Issued?}
    J -->|declined or withdrawn| K[Notify producer, close]
    J -->|still pending| L[Escalate, leave open]
    J -->|yes| M[Custom code: recalculate policy premium]
    M --> N[Confirmation email to the insured]
    N --> O[Close ticket]
action or delay branch public on every spec, paid or not

When to use it, when not to

  • UseUse it on any book where policies change between renewals, which is every commercial book and most personal auto books. Added vehicles, new locations and limit changes are the everyday traffic of a service desk.
  • UseUse it when the agency has discovered, at renewal, that its own records show a premium the insured stopped paying eight months ago.
  • SkipDo not use it for a cancellation. Cancel policy is in the dropdown so the request can be caught, but the branch sends it to a retention conversation instead of processing it quietly. Cancelling on autopilot is how an agency loses an account it could have kept.
  • SkipDo not use it as a substitute for the agency management system. This tracks the request and stamps the outcome. The carrier portal is still where the endorsement is actually issued.
The preview ends here. Six sections are in the library. counted, not blurred
PrerequisitesEvery property with its label, internal name, type and options, plus the assets the workflow needs before you start.9 items
EnrollmentThe trigger, the criteria exactly as they are ticked in the UI, the re-enrollment rule and the suppression list.4 parts
StepsEach action in order with its parameters, its branches and its delays, written as you tick them.11 numbered actions
Known pitfallsTraps seen in production, each with what breaks and what to do instead.6 pitfalls
Test plan, variants and build specHow to prove it works in a test portal, where to look when it does not, the variants for other objects or tiers, and the YAML build spec.4 variants, 3 sections
FilesThe properties JSON creates the fields in one API call, the workflow JSON documents the build, and the custom coded action ships as a ready-to-paste .js file.PDF, Markdown, JSON, code
Install1 click. The installer creates the properties this spec declares and the workflow itself, switched off, then opens a task for the prerequisites that are assets rather than properties, such as a team, a static list or a marketing email. What it created is listed on the install page.1 click, switched off
Unlock the full library, 149 EUR

or the insurance pack, 39 EUR

One-time, excl. VAT. 30-day refund, no questions asked. Founding prices until 31 October, then 199 and 59 EUR. Includes every spec added later, up to the full 500, and the one-click installer on the full library. Building on client portals? The agency licence at 449 EUR covers unlimited client portals.