Recued
← Back to recipes

Contextual Email Reply Generator

by recued-core v1 context

Generates a tailored reply to the latest inbound email based on thread sentiment, deal stage, and last notes.

How it works

Data fetch
thread email-thread-reader-hubspot
Fetch thread reader from hubspot
deal deal-reader-hubspot
Fetch reader from hubspot
Process (7 steps)
check_thread guard
Stop if thread is empty
hashed hash_replace
Anonymize sensitive fields for safe AI processing
sentiment ai-sentiment
AI analyzes sentiment and signals
skip: config.enable_ai equal false
ai_context pick
Keep only specific fields from
skip: config.enable_ai equal false
draft ai-generate
AI generates content from a template
skip: config.enable_ai equal false
restored hash_restore
Restore anonymized fields back to real values
skip: config.enable_ai equal false
reply_text template
Generate text from a template
Output
text reply_text

Settings (1)

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

enable ai toggle = on

Tags

hubspot emailreplyhubspotai

Details

9 steps 1 configurable settings recipe_id: generate-email-reply-hubspot

Install

Install in Recued View publisher Open Kitchen

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