Recued
Menu
← Back to recipes

Deal Email Sentiment Analyzer

by recued-core v1 16 views

Analyzes recent deal email threads for sentiment and extracts specific objections.

How it works 13 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Data fetch
activities activity-reader-hubspot
Fetch reader from hubspot
Process (12 steps)
guard_no_activities guard
Stop if activities is empty
email_activities filter
Filter by condition
sorted_emails sort
Sort by
recent_emails slice
Take a subset of
hashed_emails hash_replace
Anonymize sensitive fields for safe AI processing
has_text compare
Check if hashed emails data has data
ai_ready all
Check if all conditions are true
sentiment_result ai-sentiment
AI analyzes sentiment and signals
skip: step.ai_ready equal false
objections_result ai-extract
AI extracts structured fields from data
skip: step.ai_ready equal false
objection_count count
Count items in objections result objections
skip: step.ai_ready equal false
objections_list map
Extract from each item
skip: step.ai_ready equal false
email_health to_checklist
Format results as an actionable checklist
Output
checklist email_health
Settings 2 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

enable ai toggle = on
email count number = 5

Uses (3 ingredients)

Ingredient activity-reader-hubspot activity-reader-hubspot
Legacy AI Sentiment Analyzer ai-sentiment
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 Sentiment Analyzer read-only
Read Legacy AI Field Extractor read-only

1 more ingredient could not be resolved from the marketplace.

About

Tags

hubspot dealemailsentimenthubspot

Details

13 steps 2 configurable settings recipe_id: analyze-deal-email-sentiment-hubspot