{
  "name": "Jane Riveros \u2014 Flujo 08 \u00b7 Testimonios en piloto autom\u00e1tico",
  "nodes": [
    {
      "id": "ab1925de-c2f4-4eda-a2aa-2139cabc9901",
      "name": "C\u00d3MO CONFIGURAR",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        336,
        64
      ],
      "parameters": {
        "content": "## Flujo 08 \u00b7 Testimonios en piloto autom\u00e1tico\n**Qu\u00e9 hace:** cada venta cerrada dispara \u20143 d\u00edas despu\u00e9s\u2014 un mensaje pidiendo la rese\u00f1a con link directo a tu perfil de Google, m\u00e1s un gracias autom\u00e1tico y registro en planilla. Reputaci\u00f3n que vende sola.\n\n**Configuraci\u00f3n (\u224820 min):**\n1. **Webhook** \u2014 disp\u00e1ralo desde tu sistema de ventas / POS / o incluso a mano con un atajo. JSON esperado: { \"cliente\", \"telefono\", \"producto\" }\n2. **Mensaje de rese\u00f1a** \u2014 reemplaza la URL por tu proveedor de WhatsApp API y pon TU link corto de rese\u00f1a de Google (Perfil de Empresa \u2192 Pedir rese\u00f1as).\n3. **Google Sheets** \u2014 conecta y elige tu hoja de registro.\n4. Activa el workflow.\n\n**Te devuelve:** rese\u00f1as constantes sin perseguir a nadie.\n\n\u2014 Jane Riveros \u00b7 janeriveros.com",
        "width": 460,
        "height": 460
      }
    },
    {
      "id": "7c4fd822-1332-4524-ab8b-8038ce3bc4f1",
      "name": "Venta cerrada",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2.1,
      "position": [
        0,
        0
      ],
      "parameters": {
        "httpMethod": "POST",
        "path": "venta-cerrada"
      }
    },
    {
      "id": "1319a3ad-2acf-434f-a2e6-fb872f238e40",
      "name": "Esperar 3 d\u00edas",
      "type": "n8n-nodes-base.wait",
      "typeVersion": 1.1,
      "position": [
        224,
        0
      ],
      "parameters": {
        "unit": "days",
        "amount": 3
      }
    },
    {
      "id": "eee5b173-3967-4d4e-974b-3185ba5f09ca",
      "name": "Pedir rese\u00f1a por WhatsApp",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.3,
      "position": [
        448,
        0
      ],
      "parameters": {
        "method": "POST",
        "url": "https://TU-PROVEEDOR-WHATSAPP.com/api/enviar",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "telefono",
              "value": "={{ $json.body.telefono }}"
            },
            {
              "name": "mensaje",
              "value": "={{ \"\u00a1Hola \" + $json.body.cliente + \"! Esperamos que est\u00e9s disfrutando tu \" + $json.body.producto + \". Si te fue bien con nosotros, \u00bfnos regalas una rese\u00f1a? Te toma 1 minuto: https://g.page/r/TU-LINK-DE-RESENA \ud83d\ude4f\" }}"
            }
          ]
        }
      }
    },
    {
      "id": "b451c459-c441-4dbc-b34a-b39b4abeea7e",
      "name": "Registrar solicitud",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.5,
      "position": [
        672,
        0
      ],
      "parameters": {
        "operation": "append",
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "columns": {
          "mappingMode": "autoMapInputData",
          "value": {}
        },
        "options": {}
      }
    }
  ],
  "connections": {
    "Venta cerrada": {
      "main": [
        [
          {
            "node": "Esperar 3 d\u00edas",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Esperar 3 d\u00edas": {
      "main": [
        [
          {
            "node": "Pedir rese\u00f1a por WhatsApp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Pedir rese\u00f1a por WhatsApp": {
      "main": [
        [
          {
            "node": "Registrar solicitud",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1",
    "availableInMCP": true
  }
}