Recued
← Back to recipes

Deal Email Sentiment Analyzer

by recued-core v1 context

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

How it works

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 at install. Defaults shown — change anytime in the extension.

enable ai toggle = on
email count number = 5

Tags

hubspot dealemailsentimenthubspot

Details

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

Install

Install in Recued View publisher Open Kitchen

If the webclient is not paired yet, copy analyze-deal-email-sentiment-hubspot and paste it after pairing.