Recued
Menu
← Back to recipes

Email Translator & Reply Drafter

by recued-core v1 18 views

Translates email body to English and drafts context-aware reply directly in original language. Note: Email body content is sent to AI provider for translation/drafting

How it works 8 steps

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

Data fetch
email email-reader-hubspot
Fetch reader from hubspot
Process (7 steps)
check_email guard
Stop if email is empty
hashed_email hash_replace
Anonymize sensitive fields for safe AI processing
translate_body ai-translate
AI translates text to the target language
skip: config.enable_ai equal false OR step.hashed_email.data.body is_empty
draft_reply ai-prompt
AI generates a response from a custom prompt
skip: config.enable_ai equal false OR step.hashed_email.data.body is_empty
restored_email hash_restore
Restore anonymized fields back to real values
skip: config.enable_ai equal false
translation_summary to_summary
Format results as a summary card
skip: config.enable_ai equal false OR step.hashed_email.data.body is_empty
fallback_summary to_summary
Format results as a summary card
skip: config.enable_ai equal true AND step.hashed_email.data.body is_not_empty
Output
summary translation_summary
summary fallback_summary
ai_analysis draft_reply
Settings 2 configurable

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

enable ai toggle = on
reply tone choice = professional (professional, friendly, formal, casual)

Uses (3 ingredients)

Ingredient email-reader-hubspot email-reader-hubspot
Legacy AI Translator ai-translate
Legacy AI Custom Prompt ai-prompt

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 Translator read-only
Read Legacy AI Custom Prompt read-only

1 more ingredient could not be resolved from the marketplace.

Data it touches

Warehousedata.bodydata.subject

About

Tags

hubspot emailtranslationreplyhubspot

Details

8 steps 2 configurable settings recipe_id: translate-and-reply-email-hubspot