Knack Realtime
Installation
SKILL.md
Knack Realtime
Purpose
Simulates live updates between Knack backend and Vercel dashboards. Enables near-real-time synchronization of HTI operational data without constant polling.
Core Concepts
Knack doesn't offer native WebSocket support, so we implement:
- Polling: Periodic checks for data changes
- Webhooks: Knack triggers external endpoints on record events
- Incremental Updates: Fetch only changed records
Core Functions
poll_updates
Purpose: Check for data changes at regular intervals