Ticket Email Summarizer
Summarizes recent ticket email threads into ask, attempted, unresolved, and next steps.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Data fetch
emails
ticket-emails-hubspot
Fetch emails from hubspot
▼
Process (12 steps)
sorted_emails
sort
Sort by
recent_emails
slice
Take a subset of
email_thread_text
join
Join items with "
---
"
skip_ai_check
any
Check if any of the conditions are true
ai_summary
ai-summarize
AI generates a concise summary (PII auto-protected)
skip: step.skip_ai_check equal true
parsed_summary
ai-extract
AI extracts structured fields from data
skip: step.skip_ai_check equal true
safe_ask
coalesce
Use the first available value from: parsed summary ask, Not available
safe_attempted
coalesce
Use the first available value from: parsed summary attempted, Not available
safe_unresolved
coalesce
Use the first available value from: parsed summary unresolved, Not available
safe_next_step
coalesce
Use the first available value from: parsed summary recommended next step, Not available
summary_blocks
to_summary
Format results as a summary card
fallback_message
template
Generate text from a template
skip: step.skip_ai_check equal false
▼
Output
summary
summary_blocks
text
fallback_message
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
enable ai
toggle
=
on
max messages
number
=
20
min messages
number
=
3
Uses (3 ingredients)
Ingredient
ticket-emails-hubspot
ticket-emails-hubspot
Legacy
AI Summarizer
ai-summarize
Legacy
AI Field Extractor
ai-extract
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.
What it's allowed to do
Read
Legacy
AI Summarizer
read-only
Read
Legacy
AI Field Extractor
read-only
1 more ingredient could not be resolved from the marketplace.