# QriditHomeWatch Ingestion Notes ## Goal Apply the same recurring-ingestion pattern used for Cloudbeds once QriditHomeWatch emails/files are identified. ## Planned workflow 1. identify sender, subjects, and attachment/report patterns 2. save raw files into: - `/Users/bobeagle/.openclaw/workspace/reports/sources/qridithomewatch/raw/` 3. parse/extract meaningful fields into: - `/Users/bobeagle/.openclaw/workspace/reports/sources/qridithomewatch/parsed/` 4. append durable markdown history to: - `/Users/bobeagle/.openclaw/workspace/QRIDITHOMEWATCH_READ_LOG.md` 5. create operator-facing summaries if the source proves recurring and important ## Intake rule As soon as one QriditHomeWatch email/report is identified, capture: - sender - subject patterns - attachment types - URLs - whether files expire - what business fields matter Then convert that into a dedicated scan/parser workflow.