Playbook: Family Admin Automation¶
Objective¶
Automate the routing and notification of family-wide administrative tasks (bills, insurance, medical).
Pre-requisites¶
Step-by-Step Flow¶
- Ingest: Document arrives via Email or Scan.
- Classify: Paperless matching rules categorize as
InsuranceorUtility. - Process: n8n workflow triggers on tag application.
- Notify: Home Assistant sends a notification to the shared family chat: "New Insurance document received. Due: [Date]".
- Dashboard: The document appears in the "Unprocessed Admin" card on the Home Assistant dashboard.
- Action: Once a family member pays or acknowledges, they manually remove the
needs-actiontag in Paperless.
Data Contract¶
JSON payload to Home Assistant:
- doc_id
- category
- due_date
- summary
Failure Modes & Recovery¶
- Missing Due Date:
- Detection: LLM returns null for
due_date. - Recovery: Default to "ASAP" or 7 days from today.
- Detection: LLM returns null for
Variants¶
- SMS Notifications: Using Signal-cli for urgent alerts.