Recued
← Back to recipes

Phase I ESA Analyzer

by recued-core v1 action

Extracts and analyzes Phase I Environmental Site Assessment documents for commercial property deals, classifying RECs per ASTM E1527-21 and CERCLA.

How it works

Data fetch
deal deal-reader-hubspot
Fetch reader from hubspot
Process (12 steps)
esa_docs filter
Filter by condition
guard_no_doc guard
Stop if esa docs is empty
hashed_content hash_replace
Anonymize sensitive fields for safe AI processing
extracted ai-extract
AI extracts structured fields from data
skip: config.enable_ai equal false
restored_extracted hash_restore
Restore anonymized fields back to real values
classify_recs ai-classify
AI classifies data into one of the given categories
skip: config.enable_ai equal false
material_recs filter
Filter by condition
skip: step.restored_extracted is_null
historical_recs_classified filter
Filter by condition
skip: step.restored_extracted is_null
material_count count
Count items in material recs
skip: step.restored_extracted is_null
historical_count count
Count items in historical recs classified
skip: step.restored_extracted is_null
radon_check compare
Check if restored extracted radon test result is less than setting radon action level pcil
skip: step.restored_extracted is_null
checklist to_checklist
Format results as an actionable checklist
Output
checklist checklist

Settings (2)

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

enable ai toggle = on
radon action level pcil number = 4

Tags

hubspot environmentalcommercial-real-estatecompliancehubspot

Details

13 steps 2 configurable settings recipe_id: extract-esa-phase1-deal-hubspot

Install

Install in Recued View publisher Open Kitchen

If the webclient is not paired yet, copy extract-esa-phase1-deal-hubspot and paste it after pairing.