Clasificador de sentimiento de clientes potenciales

Intermedio

Este es unAI, Marketingflujo de automatización del dominio deautomatización que contiene 11 nodos.Utiliza principalmente nodos como Set, Merge, Webhook, Supabase, WhatsApp, combinando tecnología de inteligencia artificial para lograr automatización inteligente. Clasificar el sentimiento de clientes potenciales usando Google Gemini y enviar respuestas por WhatsApp a través de Typeform y Supabase

Requisitos previos
  • Punto final de HTTP Webhook (n8n generará automáticamente)
  • URL y Clave de API de Supabase
  • Clave de API de Google Gemini
Vista previa del flujo de trabajo
Visualización de las conexiones entre nodos, con soporte para zoom y panorámica
Exportar flujo de trabajo
Copie la siguiente configuración JSON en n8n para importar y usar este flujo de trabajo
{
  "meta": {
    "instanceId": "47132c409ea4cfc382a6c48656c8a35b5da4c1fa7ef892882b424c42ae8a05b2",
    "templateCredsSetupCompleted": true
  },
  "name": "Lead Sentiment Qualifier",
  "tags": [],
  "nodes": [
    {
      "id": "e74de2ca-d3e1-499b-893c-972bb6bd9ad0",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        760,
        580
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 1
    },
    {
      "id": "01b4b86b-8798-405e-93c9-5881f3d27d20",
      "name": "Recibir Nuevo Cliente Potencial (Typeform)",
      "type": "n8n-nodes-base.webhook",
      "position": [
        340,
        360
      ],
      "webhookId": "20426827-714d-4a48-ab87-4a3216665bde",
      "parameters": {
        "path": "lead-webhook",
        "options": {},
        "httpMethod": "POST"
      },
      "typeVersion": 2
    },
    {
      "id": "b4007cc1-6332-42d3-a7d1-12db9bc35fec",
      "name": "Preparar Datos del Cliente Potencial",
      "type": "n8n-nodes-base.set",
      "position": [
        560,
        360
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 3.4
    },
    {
      "id": "d274436b-f5f6-4c13-948d-f1e2f822e85c",
      "name": "Clasificar Sentimiento (Gemini u otro modelo de IA)",
      "type": "@n8n/n8n-nodes-langchain.sentimentAnalysis",
      "position": [
        780,
        360
      ],
      "parameters": {
        "options": {},
        "inputText": "={{$json[\"message\"] || $json[\"mensagem\"] || $json[\"resposta\"]}}\n"
      },
      "typeVersion": 1
    },
    {
      "id": "1322317f-fbc6-4a9d-a764-f6dc68b7a02b",
      "name": "Almacenar Cliente Potencial Caliente",
      "type": "n8n-nodes-base.supabase",
      "position": [
        1156,
        160
      ],
      "parameters": {},
      "credentials": {
        "supabaseApi": {
          "id": "",
          "name": ""
        }
      },
      "typeVersion": 1
    },
    {
      "id": "856a57e9-4d21-4a7c-9dd4-90d5df595468",
      "name": "Almacenar Cliente Potencial Neutral",
      "type": "n8n-nodes-base.supabase",
      "position": [
        1156,
        360
      ],
      "parameters": {},
      "credentials": {
        "supabaseApi": {
          "id": "",
          "name": ""
        }
      },
      "typeVersion": 1
    },
    {
      "id": "1d3ab942-66f3-4aff-a46e-7cc040e7f6db",
      "name": "Almacenar Cliente Potencial Frío",
      "type": "n8n-nodes-base.supabase",
      "position": [
        1156,
        560
      ],
      "parameters": {},
      "credentials": {
        "supabaseApi": {
          "id": "",
          "name": ""
        }
      },
      "typeVersion": 1
    },
    {
      "id": "20839991-6176-4485-98fe-1d188ac552f1",
      "name": "Combinar Datos del Cliente Potencial",
      "type": "n8n-nodes-base.merge",
      "position": [
        1376,
        360
      ],
      "parameters": {
        "numberInputs": 3
      },
      "typeVersion": 3.1
    },
    {
      "id": "fa4ac251-30a5-4ab4-8bd3-54036b810648",
      "name": "Enviar Mensaje WhatsApp",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        1596,
        360
      ],
      "webhookId": "b18f6b54-22e1-4989-bbf8-301c1be7d566",
      "parameters": {
        "operation": "send",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "1c49034d-c7fe-4f1f-acab-01a1efe0f474",
      "name": "Nota Adhesiva",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -220,
        140
      ],
      "parameters": {
        "width": 480,
        "height": 600,
        "content": "## Lead Sentiment Qualifier – Classify incoming leads using AI and reply via WhatsApp\n\n\nShort Description:\nAutomatically classify leads from a Typeform based on sentiment using Google Gemini. Store them in Supabase by category (hot, neutral, cold) and send personalized WhatsApp responses using the official WhatsApp Cloud API.\n\nFull Description:\nThis workflow helps you qualify leads instantly by analyzing the sentiment of their message.\n\nNew leads are captured through a Typeform webhook\n\nThe message is processed and analyzed using Google Gemini (sentiment classification: Positive, Neutral or Negative)\n\nDepending on the result, the lead is stored in Supabase under the appropriate label (hot, neutral, or cold)\n\nA personalized WhatsApp message is sent using the official WhatsApp Cloud API to confirm receipt and provide feedback\n\nIdeal for sales teams, onboarding funnels, and support flows that want to prioritize leads based on tone, urgency, or engagement level."
      },
      "typeVersion": 1
    },
    {
      "id": "e8d20736-9419-445e-ab25-dd63a7605cf2",
      "name": "Nota Adhesiva1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        680,
        720
      ],
      "parameters": {
        "content": "## Prompt sugestion \nClassify the sentiment of the message below as Positive, Neutral or Negative:\n\n\"{{$json[\"message\"]}}\"\n"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "",
  "connections": {
    "1322317f-fbc6-4a9d-a764-f6dc68b7a02b": {
      "main": [
        [
          {
            "node": "20839991-6176-4485-98fe-1d188ac552f1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1d3ab942-66f3-4aff-a46e-7cc040e7f6db": {
      "main": [
        [
          {
            "node": "20839991-6176-4485-98fe-1d188ac552f1",
            "type": "main",
            "index": 2
          }
        ]
      ]
    },
    "20839991-6176-4485-98fe-1d188ac552f1": {
      "main": [
        [
          {
            "node": "fa4ac251-30a5-4ab4-8bd3-54036b810648",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b4007cc1-6332-42d3-a7d1-12db9bc35fec": {
      "main": [
        [
          {
            "node": "d274436b-f5f6-4c13-948d-f1e2f822e85c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "856a57e9-4d21-4a7c-9dd4-90d5df595468": {
      "main": [
        [
          {
            "node": "20839991-6176-4485-98fe-1d188ac552f1",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "e74de2ca-d3e1-499b-893c-972bb6bd9ad0": {
      "ai_languageModel": [
        [
          {
            "node": "d274436b-f5f6-4c13-948d-f1e2f822e85c",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "01b4b86b-8798-405e-93c9-5881f3d27d20": {
      "main": [
        [
          {
            "node": "b4007cc1-6332-42d3-a7d1-12db9bc35fec",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d274436b-f5f6-4c13-948d-f1e2f822e85c": {
      "main": [
        [
          {
            "node": "1322317f-fbc6-4a9d-a764-f6dc68b7a02b",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "856a57e9-4d21-4a7c-9dd4-90d5df595468",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "1d3ab942-66f3-4aff-a46e-7cc040e7f6db",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Preguntas frecuentes

¿Cómo usar este flujo de trabajo?

Copie el código de configuración JSON de arriba, cree un nuevo flujo de trabajo en su instancia de n8n y seleccione "Importar desde JSON", pegue la configuración y luego modifique la configuración de credenciales según sea necesario.

¿En qué escenarios es adecuado este flujo de trabajo?

Intermedio - Inteligencia Artificial, Marketing

¿Es de pago?

Este flujo de trabajo es completamente gratuito, puede importarlo y usarlo directamente. Sin embargo, tenga en cuenta que los servicios de terceros utilizados en el flujo de trabajo (como la API de OpenAI) pueden requerir un pago por su cuenta.

Información del flujo de trabajo
Nivel de dificultad
Intermedio
Número de nodos11
Categoría2
Tipos de nodos8
Descripción de la dificultad

Adecuado para usuarios con experiencia intermedia, flujos de trabajo de complejidad media con 6-15 nodos

Autor
Danielle Gomes

Danielle Gomes

@daniellegomes

Product Designer | n8n Automation | Practical AI Solutions I turn ideas into smart digital experiences focused on efficiency and personalization. Specialized in building solutions that combine design, n8n workflows, and AI to scale products, optimize processes, and maximize impact.

Enlaces externos
Ver en n8n.io

Compartir este flujo de trabajo

Categorías

Categorías: 34