Recued
← Back to recipes

Contact Icebreaker

by recued-core v1 context

Generates a personalized email opening line using recent news about the contact and their company.

How it works

Data fetch
contact contact-reader-hubspot
Fetch reader from hubspot
Process (15 steps)
guard_contact guard
Stop if contact is empty
build_query template
Generate text from a template
news_results search-exa
Search on exa
has_news compare
Check if news results has data
should_run_ai all
Check if all conditions are true
sorted_news sort
Sort by
skip: step.should_run_ai equal false
top_news slice
Take a subset of
skip: step.should_run_ai equal false
news_context template
Generate text from a template
skip: step.should_run_ai equal false
ai_context_raw pick
Keep only specific fields from
skip: step.should_run_ai equal false
hashed_context hash_replace
Anonymize sensitive fields for safe AI processing
skip: step.should_run_ai equal false
ai_system_prompt template
Generate text from a template
skip: step.should_run_ai equal false
ai_user_prompt template
Generate text from a template
skip: step.should_run_ai equal false
icebreaker_hashed ai-prompt
AI generates a response from a custom prompt
skip: step.should_run_ai equal false
icebreaker hash_restore
Restore anonymized fields back to real values
skip: step.should_run_ai equal false
contact_summary to_summary
Format results as a summary card
Output
summary contact_summary
ai_analysis icebreaker

Settings (1)

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

enable ai toggle = on

Tags

hubspot contacticebreakerexaaihubspot

Details

16 steps 1 configurable settings recipe_id: generate-contact-icebreaker-hubspot

Install

Install in Recued View publisher Open Kitchen

If the webclient is not paired yet, copy generate-contact-icebreaker-hubspot and paste it after pairing.