Email: Personalize with AI (1-2 sentences)

action_email_personalize · action · Email · Available · v1.0.0

Description

Generate 1-2 personalized sentences to inject in cold outreach email. The LLM cites a REAL feature of the shipyard (extracted from their site content) — anti-hallucination check: the evidence_quote MUST be a substring of the content. Multi-language (14 supported). 1h cache per content_hash. Graceful fallback if LLM fails.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
content
Contenuto testuale del sito target
expressionyes
{{$node.fetch_page.json.content}}
Testo della pagina del cantiere/azienda destinataria, tipico output di action_fetch_url (campo content). LLM analizza per estrarre signal personalization (prodotti, certificazioni, anni di attività). Min 100 char, max 4000 char (auto-truncate).
company_name
Nome azienda destinataria
expressionyes
{{$node.extract_contact.json.company_name}}
Nome azienda (es. "Cantieri Sangermani"). Usato nel snippet per evitare frasi generiche.
language
Lingua di output
expressionyes
{{$node.detect_lang.json.language}}
Codice lingua 2-letter (it/en/de/fr/es/pt/nl/el/hr/sv/no/da/fi/is). Il snippet viene generato in questa lingua, coerente col template email.
tone
Tono comunicazione
enum
formalconversational
noformal• formal (default per B2B nautico): voi-form, tono professionale • conversational: tu-form, più diretto. Usa solo per startup/agencies, MAI per cantieri tradizionali.
sender_product_context
Contesto prodotto sender (per guidare AI)
expressionnoproducono motori idraulici e eliche di manovra per la nautica (bow thrusters, stern thrusters, unità di propulsione)Descrizione 1 riga di cosa vendete. Aiuta il LLM a generare snippet che COLLEGA il loro business al vostro prodotto. Default: HYSY/Arifin marine thrusters. Personalizza per altre verticali.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • snippet
  • evidence_quote
  • confidence
  • success
  • reason
  • llm_provider
  • llm_model

💡 Configuration example

JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.

{
  "id": "node-action_email_personalize-1",
  "defId": "action_email_personalize",
  "label": "Email: Personalize with AI (1-2 sentences)",
  "config": {
    "content": "{{$node.fetch_page.json.content}}",
    "company_name": "{{$node.extract_contact.json.company_name}}",
    "language": "{{$node.detect_lang.json.language}}",
    "tone": "formal",
    "sender_product_context": "producono motori idraulici e eliche di manovra per la nautica (bow thrusters, stern thrusters, unità di propulsione)"
  }
}

🔗 Related nodes in the same category

Ready to use Email: Personalize with AI (1-2 sentences)?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes