Claim 1.A computer-implemented method for tracking real estate offer document engagement comprising: creating a ViewReminder entity record on each document event, polling unresolved reminders on a scheduled interval, and synthesizing three independent engagement signals per party โ email delivery confirmation, tracking pixel fire, and authenticated portal view โ to determine document engagement status.
Claim 2.The method of claim 1, wherein engagement tracking is document-isolated: each document event type (offer, counter offer, amendment, reinstatement) writes to a separate viewed_by array on the Offer entity, and the ViewReminder document_type field determines which array is checked during correlation, preventing cross-contamination of view events between document types.
Claim 3.The method of claim 1, wherein unengaged parties are subject to an automated escalating reminder sequence at T+12h, T+24h, and T+72h intervals from the document_triggered_at timestamp, each reminder dispatched only if resolved remains false and reminder_count is below threshold, with reminder_count persisted on the ViewReminder entity to prevent duplicate sends across poll cycles.
Claim 4.The system of claim 1, wherein the ViewReminder entity records first_reminder_sent_at, last_reminder_sent_at, reminder_count, resolved, and resolved_at fields, enabling full chronological audit of the engagement tracking and reminder escalation history for each party on each document event in a real estate transaction.