AI: B2B Sales Reply Triage

agent_email_triage_b2b_sales · action · Email · Available · v1.0.0

Description

Classifier for B2B cold-outreach replies: buckets incoming responses into the 8 predictable archetypes (interested, not now, unsubscribe, out-of-office, wrong person, objection…) each requiring a different follow-up action.

⚙️ Configuration parameters

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

FieldTypeRequiredDefaultDescription
subjectField
Campo subject
stringnosubjectNome del campo nell\'input upstream che contiene il subject email. Default: `subject` (trigger IMAP).
bodyField
Campo body
stringnobodyNome del campo nell\'input upstream che contiene il corpo email (plain text o HTML). Default: `body`.
fromField
Campo from (sender)
stringnofromNome del campo col mittente. Usato per il bypass noreply→out_of_office. Default: `from`.
lang
Lingua
enum
autoitendefr
noauto`auto` (default) rileva da stop-word italiani/inglesi/tedeschi/francesi. Forza una lingua quando hai un mercato specifico e vuoi consistenza.
minConfidence
Soglia confidence (0–1)
numberno0.7Sotto questa soglia la label viene sostituita da `needs_human_review` e `suggestedAction = forward_to_human`. Alza per essere più conservativi (più review umane), abbassa per più automazione (più rischio di errori).

💡 Configuration example

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

{
  "id": "node-agent_email_triage_b2b_sales-1",
  "defId": "agent_email_triage_b2b_sales",
  "label": "AI: B2B Sales Reply Triage",
  "config": {
    "subjectField": "subject",
    "bodyField": "body",
    "fromField": "from",
    "lang": "auto",
    "minConfidence": 0.7
  }
}

🔗 Related nodes in the same category

Ready to use AI: B2B Sales Reply Triage?

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

Start freeBrowse all nodes