Integrations
Connects to your existing insurance stack
REST API with pre-built connectors to leading policy admin systems, rating engines, and broker portals. No rip-and-replace. No middleware. Direct integration into your workflow.
Integration Types
Built for insurance system realities
Policy Admin Systems
REST API connectors to leading PAS platforms. Bidirectional: Undwrlyft reads from and writes to your PAS so submission data never needs manual re-entry.
Rating Engines
Pre-fill mappings to Verisk/ISO Rateware, carrier-built Excel models, and custom actuarial tools. Schema configuration is versioned and carrier-controlled.
Email & Inboxes
SMTP/IMAP ingestion from shared inboxes, or BCC-based routing from individual underwriter email. Works with Exchange, Google Workspace, and most SMTP hosts.
Broker Portals
Upload API for white-labeled broker submission portals. Brokers upload documents once; Undwrlyft classifies, extracts, and routes automatically.
Document Management
Pass extracted documents and structured data to SharePoint, cloud storage, or DEMS platforms. All source documents archived with extraction metadata.
Webhook Events
Subscribe to submission lifecycle events via webhook: received, extracted, flagged, routed, quoted. Trigger downstream workflows without polling.
API Design
REST-first. Carrier IT-friendly.
POST https://api.undwrlyft.com/v1/submissions
Authorization: Bearer sk_live_...
Content-Type: application/json
{
"source": "broker_portal",
"broker_id": "brk_00284",
"documents": [{ "type": "acord_125", "url": "https://..." }, ...]
}
200 OK
{
"submission_id": "SI-2024-08847",
"status": "processing",
"webhook": "status events will POST to your registered endpoint"
}
Tell us about your current stack
Duck Creek, Majesco, Guidewire PolicyCenter, Applied Epic, or a custom PAS built in-house — we have seen most insurance system architectures. If yours is different, the integration is a scoped engagement, not an obstacle.