AutomationFlowsAI & RAG › Jane Riveros — Flujo 10 · El Pulso Semanal De Tu Negocio

Jane Riveros — Flujo 10 · El Pulso Semanal De Tu Negocio

Jane Riveros — Flujo 10 · El pulso semanal de tu negocio. Uses googleSheets, agent, lmChatOpenAi, gmail. Scheduled trigger; 6 nodes.

Cron / scheduled trigger★★☆☆☆ complexityAI-powered6 nodesGoogle SheetsAgentOpenAI ChatGmail
AI & RAG Trigger: Cron / scheduled Nodes: 6 Complexity: ★★☆☆☆ AI nodes: yes Added:

This workflow follows the Agent → Gmail recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Jane Riveros \u2014 Flujo 10 \u00b7 El pulso semanal de tu negocio",
  "nodes": [
    {
      "id": "227a57b3-fe84-42b3-a342-6bfa539bb686",
      "name": "C\u00d3MO CONFIGURAR",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        400,
        384
      ],
      "parameters": {
        "content": "## Flujo 10 \u00b7 El pulso semanal de tu negocio\n**Qu\u00e9 hace:** cada lunes a las 8:00 junta tus ventas, gastos y agenda de la semana desde tu planilla, la IA lo resume en 10 l\u00edneas claras y te llega al correo antes de tu primer caf\u00e9. Direcci\u00f3n con datos, no con sensaciones.\n\n**Configuraci\u00f3n (\u224820 min):**\n1. **Google Sheets** \u2014 conecta tu planilla maestra (la del Flujo 04 sirve perfecto: fecha, fuente, concepto, monto).\n2. **Modelo IA** \u2014 conecta tu API key de OpenAI.\n3. **Correo** \u2014 cambia el destinatario a tu casilla. \u00bfLo quieres por WhatsApp? Reemplaza el nodo Gmail por un HTTP Request a tu proveedor de WhatsApp API.\n4. Activa el workflow.\n\n**Te devuelve:** enterarte a tiempo, no tarde.\n\n\u2014 Jane Riveros \u00b7 janeriveros.com",
        "width": 460,
        "height": 460
      }
    },
    {
      "id": "60fd310a-158e-475b-80d0-d0ddc4ab8528",
      "name": "Cada lunes 8:00",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.3,
      "position": [
        0,
        112
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "weeks",
              "triggerAtDay": [
                1
              ],
              "triggerAtHour": 8
            }
          ]
        }
      }
    },
    {
      "id": "949eb093-aca2-470a-a8ac-b659efaf9285",
      "name": "Leer datos de la semana",
      "type": "n8n-nodes-base.googleSheets",
      "typeVersion": 4.5,
      "position": [
        224,
        112
      ],
      "parameters": {
        "operation": "read",
        "documentId": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": ""
        },
        "options": {}
      }
    },
    {
      "id": "1d2040be-84c7-4968-8d08-ed3812d65577",
      "name": "Resumen de 10 l\u00edneas",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "typeVersion": 3.1,
      "position": [
        448,
        112
      ],
      "parameters": {
        "promptType": "define",
        "text": "={{ \"Datos de la semana de mi pyme:\\n\" + JSON.stringify($input.all().map(i => i.json)) }}",
        "options": {
          "systemMessage": "Eres el analista de una pyme chilena. Resume la semana en m\u00e1ximo 10 l\u00edneas en espa\u00f1ol: ventas totales, gastos, tendencia vs. semana anterior si se puede inferir, lo mejor, lo preocupante y UNA recomendaci\u00f3n concreta para esta semana. Directo y sin relleno."
        }
      },
      "executeOnce": true
    },
    {
      "id": "1e1e44aa-c88d-4196-ba03-6b63c6daf8d9",
      "name": "Modelo IA (OpenAI)",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "typeVersion": 1.3,
      "position": [
        528,
        336
      ],
      "parameters": {}
    },
    {
      "id": "a52fdf18-0930-4130-bfa3-e7fda358849b",
      "name": "Enviar pulso semanal",
      "type": "n8n-nodes-base.gmail",
      "typeVersion": 2.1,
      "position": [
        800,
        112
      ],
      "parameters": {
        "resource": "message",
        "operation": "send",
        "sendTo": "tu-correo@tu-pyme.cl",
        "subject": "={{ \"\ud83d\udcca Pulso semanal \u2014 \" + $now.toFormat(\"dd-MM-yyyy\") }}",
        "message": "={{ $json.output }}",
        "options": {}
      }
    }
  ],
  "connections": {
    "Cada lunes 8:00": {
      "main": [
        [
          {
            "node": "Leer datos de la semana",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Leer datos de la semana": {
      "main": [
        [
          {
            "node": "Resumen de 10 l\u00edneas",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Resumen de 10 l\u00edneas": {
      "main": [
        [
          {
            "node": "Enviar pulso semanal",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Modelo IA (OpenAI)": {
      "ai_languageModel": [
        [
          {
            "node": "Resumen de 10 l\u00edneas",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1",
    "availableInMCP": true
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Jane Riveros — Flujo 10 · El pulso semanal de tu negocio. Uses googleSheets, agent, lmChatOpenAi, gmail. Scheduled trigger; 6 nodes.

Source: https://github.com/testaiprojects1-sketch/janeriveros-website/blob/729a8f99b3a6bfd5307b5f1814b43e25abcb3ca1/public/n8nflujos/jane-riveros-flujo-10.json — original creator credit. Request a take-down →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

This n8n automation workflow automates the creation, scripting, production, and posting of YouTube videos. It leverages AI (OpenAI), image generation (PIAPI), video rendering (Shotstack), and platform

Agent, OpenAI Chat, Airtable Tool +7
AI & RAG

Created by: Peyton Leveillee Last updated: October 2025

OpenAI Chat, Google Sheets, HTTP Request +5
AI & RAG

The Multi-Model Agency Content Engine is a high-performance editorial system designed for agencies. It solves the "blank page" problem by alternating between real-world social proof and strategic expe

Google Sheets, Gmail, Google Drive +6
AI & RAG

This workflow automates the creation, rendering, approval, and posting of TikTok-style POV (Point of View) videos to Instagram, with cross-posting to Facebook and YouTube. It eliminates manual video p

OpenAI Chat, Output Parser Item List, HTTP Request +10
AI & RAG

Generate SEO-friendly WordPress blog drafts from a Google Sheets queue using OpenAI. This workflow writes full HTML blog content, selects a relevant Pexels featured image with a second AI Agent, uploa

HTTP Request, Agent, Google Sheets +4