AutomationFlowsSlack & Telegram › Calidad De Lata — 3) Manejo De Errores

Calidad De Lata — 3) Manejo De Errores

Calidad de Lata — 3) Manejo de Errores. Uses errorTrigger, telegram. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesError TriggerTelegram
Slack & Telegram Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow follows the Error Trigger → Telegram 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": "Calidad de Lata \u2014 3) Manejo de Errores",
  "nodes": [
    {
      "id": "err-trg",
      "name": "Error Trigger",
      "type": "n8n-nodes-base.errorTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "parameters": {}
    },
    {
      "id": "ops-alert",
      "name": "Avisar a operaciones",
      "type": "n8n-nodes-base.telegram",
      "typeVersion": 1.2,
      "position": [
        260,
        0
      ],
      "retryOnFail": true,
      "parameters": {
        "resource": "message",
        "operation": "sendMessage",
        "chatId": "REEMPLAZAR_OPS_CHAT_ID",
        "text": "=\ud83d\udea8 Error en *{{ $json.workflow.name }}*\nNodo: {{ $json.execution.lastNodeExecuted }}\nError: {{ $json.execution.error.message }}\nHora: {{ $now.toISO() }}",
        "additionalFields": {
          "parse_mode": "Markdown"
        }
      }
    },
    {
      "id": "note1",
      "name": "Nota-errores",
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        -40,
        -160
      ],
      "parameters": {
        "content": "### Manejo de errores\nCaptura fallos de Ingesta y Procesamiento (que lo referencian como *Error Workflow* en Settings) y avisa a operaciones con nodo + mensaje + hora.\n\n**Pendiente:** reemplazar `REEMPLAZAR_OPS_CHAT_ID` y conectar credencial de Telegram.",
        "color": 3,
        "height": 260,
        "width": 460
      }
    }
  ],
  "connections": {
    "Error Trigger": {
      "main": [
        [
          {
            "node": "Avisar a operaciones",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}
Pro

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

About this workflow

Calidad de Lata — 3) Manejo de Errores. Uses errorTrigger, telegram. Event-driven trigger; 3 nodes.

Source: https://github.com/aiporvos/sudamericanabebidas/blob/main/workflows/calidad-lata-3-errores.json — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

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

Slack & Telegram

Report N8N Workflow Errors To Telegram. Uses errorTrigger, stickyNote, telegram. Event-driven trigger; 5 nodes.

Error Trigger, Telegram
Slack & Telegram

Error workflows are an important part of running workflows in production. Make sure to set them up for all your important workflows. The message links directly to the execution. Add Telegram creds Set

Error Trigger, Telegram
Slack & Telegram

Error Handler send Telegram. Uses telegram, errorTrigger, stickyNote. Event-driven trigger; 4 nodes.

Telegram, Error Trigger
Slack & Telegram

99_global_error_handler. Uses errorTrigger, telegram, googleSheets, stickyNote. Event-driven trigger; 4 nodes.

Error Trigger, Telegram, Google Sheets
Slack & Telegram

Error To TG. Uses start, errorTrigger, telegram. Event-driven trigger; 3 nodes.

Start, Error Trigger, Telegram