AutomationFlowsWeb Scraping › Student Risk Analysis Every 6 Hours

Student Risk Analysis Every 6 Hours

Original n8n title: Análisis De Riesgo Estudiantil

Análisis de Riesgo Estudiantil. Uses httpRequest. Scheduled trigger; 7 nodes.

Cron / scheduled trigger★★★★☆ complexity7 nodesHTTP Request
Web Scraping Trigger: Cron / scheduled Nodes: 7 Complexity: ★★★★☆ Added:

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": "An\u00e1lisis de Riesgo Estudiantil",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "hours": 6
            }
          ]
        }
      },
      "name": "Disparador cada 6 horas",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1,
      "position": [
        450,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://backend:8000/api/students/at-risk/",
        "options": {}
      },
      "name": "Obtener Estudiantes en Riesgo",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 2,
      "position": [
        650,
        300
      ]
    },
    {
      "parameters": {},
      "name": "Loop Sobre Estudiantes",
      "type": "n8n-nodes-base.splitInBatches",
      "typeVersion": 1,
      "position": [
        850,
        300
      ]
    },
    {
      "parameters": {
        "values": {
          "string": [
            {
              "name": "message",
              "value": "={{'Estudiante ' + $json['first_name'] + ' ' + $json['last_name'] + ' ha sido identificado con nivel de riesgo: ' + $json['risk_level']}}"
            },
            {
              "name": "student_id",
              "value": "={{$json['id']}}"
            }
          ]
        },
        "options": {}
      },
      "name": "Crear Mensaje de Alerta",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        1050,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://backend:8000/api/alerts/",
        "method": "POST",
        "bodyParameters": {
          "json": [
            {
              "name": "message",
              "value": "={{$node['Crear Mensaje de Alerta'].json['message']}}"
            },
            {
              "name": "student_id",
              "value": "={{$node['Crear Mensaje de Alerta'].json['student_id']}}"
            }
          ]
        },
        "options": {}
      },
      "name": "Enviar Alerta a la API",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 2,
      "position": [
        1250,
        300
      ]
    },
    {
      "parameters": {
        "values": {
          "string": [
            {
              "name": "message",
              "value": "Error en el workflow 'An\u00e1lisis de Riesgo': No se pudo conectar con la API del backend. El servicio puede estar ca\u00eddo."
            }
          ]
        },
        "options": {}
      },
      "name": "Crear Mensaje de Error",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        850,
        150
      ]
    },
    {
      "parameters": {
        "url": "http://backend:8000/api/alerts/",
        "method": "POST",
        "bodyParameters": {
          "json": [
            {
              "name": "message",
              "value": "={{$node['Crear Mensaje de Error'].json['message']}}"
            }
          ]
        },
        "options": {}
      },
      "name": "Enviar Alerta de Error",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 2,
      "position": [
        1050,
        150
      ]
    }
  ],
  "connections": {
    "Disparador cada 6 horas": {
      "main": [
        [
          {
            "node": "Obtener Estudiantes en Riesgo",
            "type": "main",
            "index": 0
          }
        ]
      ],
      "error": [
        [
          {
            "node": "Crear Mensaje de Error",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Obtener Estudiantes en Riesgo": {
      "main": [
        [
          {
            "node": "Loop Sobre Estudiantes",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Sobre Estudiantes": {
      "main": [
        [
          {
            "node": "Crear Mensaje de Alerta",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Crear Mensaje de Alerta": {
      "main": [
        [
          {
            "node": "Enviar Alerta a la API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Crear Mensaje de Error": {
      "main": [
        [
          {
            "node": "Enviar Alerta de Error",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "id": "1"
}
Pro

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

About this workflow

Análisis de Riesgo Estudiantil. Uses httpRequest. Scheduled trigger; 7 nodes.

Source: https://github.com/dretureta/POC_Tutor_Virtual/blob/9afb8d480df5b0b8b143329cfde5838e495f13dc/n8n-workflows/analisis-riesgo.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

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

Web Scraping

Birthday Automation - Production (Fixed). Uses stopAndError, httpRequest, emailSend, bannerbear. Scheduled trigger; 86 nodes.

Stop And Error, HTTP Request, Email Send +1
Web Scraping

This template runs two scheduled workflows to govern Microsoft Entra ID (Azure AD) guest accounts by detecting stale users via Microsoft Graph, staging deletions in SharePoint with a 72-hour window, n

Microsoft SharePoint, Microsoft Teams, Microsoft Entra +1
Web Scraping

Jira-Allure-Auto-Qa. Uses httpRequest, jira. Scheduled trigger; 68 nodes.

HTTP Request, Jira
Web Scraping

Spotify-Sync-Surrealdb-V1. Uses httpRequest, n8n-nodes-surrealdb, spotify. Scheduled trigger; 62 nodes.

HTTP Request, N8N Nodes Surrealdb, Spotify
Web Scraping

As n8n instances scale, teams often lose track of sub-workflows—who uses them, where they are referenced, and whether they can be safely updated. This leads to inefficiencies like unnecessary copies o

HTTP Request, n8n, N8N Trigger +1