Skip to content
Recued
Menu
← Back to recipes

Email PII Extractor

by recued-core v1

Extracts contact details from email signatures. Shows extracted values with validation status. Includes actionable update button.

How it works 17 steps

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 1 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

About

Tags

hubspot emailcontactpiiextractionhubspotsignature

Details

17 steps 1 configurable settings recipe_id: extract-email-pii-hubspot