Email PII Extractor
Extracts contact details from email signatures. Shows extracted values with validation status. Includes actionable update button.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (17 steps)
validate_email_body
guard
Stop if email body is empty
extracted_data
?
skip: config.enable_ai equal false
phone_numbers_safe
coalesce
Use the first available value from: extracted data phone numbers,
phone_joined
join
Join items with ", "
phone_summary
to_summary
Format results as a summary card
addresses_safe
coalesce
Use the first available value from: extracted data addresses,
addresses_joined
join
Join items with ", "
address_summary
to_summary
Format results as a summary card
dates_safe
coalesce
Use the first available value from: extracted data dates mentioned,
dates_joined
join
Join items with ", "
dates_summary
to_summary
Format results as a summary card
companies_safe
coalesce
Use the first available value from: extracted data company names,
companies_joined
join
Join items with ", "
company_summary
to_summary
Format results as a summary card
titles_safe
coalesce
Use the first available value from: extracted data job titles,
titles_joined
join
Join items with ", "
title_summary
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
enable ai
toggle
=
on
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.