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.
agent_email_triage_b2b_sales · action · Email · Available · v1.0.0
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.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
subjectFieldCampo subject | string | no | subject | Nome del campo nell\'input upstream che contiene il subject email. Default: `subject` (trigger IMAP). |
bodyFieldCampo body | string | no | body | Nome del campo nell\'input upstream che contiene il corpo email (plain text o HTML). Default: `body`. |
fromFieldCampo from (sender) | string | no | from | Nome del campo col mittente. Usato per il bypass noreply→out_of_office. Default: `from`. |
langLingua | enumautoitendefr | no | auto | `auto` (default) rileva da stop-word italiani/inglesi/tedeschi/francesi. Forza una lingua quando hai un mercato specifico e vuoi consistenza. |
minConfidenceSoglia confidence (0–1) | number | no | 0.7 | Sotto 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). |
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
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes