Recued
← Back to recipes

FHA Compliance Retrospective Scanner

by recued-core v1 context

Scans saved deal listings and email threads for FHA protected-class violations and renders a compliance findings table.

How it works

Data fetch
deal deal-reader-hubspot
Fetch reader from hubspot
email_thread email-thread-reader-hubspot
Fetch thread reader from hubspot
Process (6 steps)
check_context guard
Stop if deal is missing
pii_safe_data hash_replace
Anonymize sensitive fields for safe AI processing
scan_text ai-extract
AI extracts structured fields from data
skip: config.enable_ai equal false
restored_findings hash_restore
Restore anonymized fields back to real values
format_findings map
Extract from each item
skip: step.restored_findings.findings is_empty
findings_table to_table
Format results as a data table
skip: step.format_findings is_empty
Output
table findings_table

Settings (1)

Configurable at install. Defaults shown — change anytime in the extension.

enable ai toggle = on

Tags

hubspot fhacompliancereal-estatehubspotemail

Details

8 steps 1 configurable settings recipe_id: audit-fha-compliance-retrospective-hubspot

Install

Install in Recued View publisher Open Kitchen

If the webclient is not paired yet, copy audit-fha-compliance-retrospective-hubspot and paste it after pairing.