{
  "name": "Error Alert Slack",
  "nodes": [
    {
      "id": "efa61f71-2a35-4e78-af50-a411638eef15",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "parameters": {},
      "name": "Error Trigger",
      "type": "n8n-nodes-base.errorTrigger"
    },
    {
      "id": "6532cf86-270c-4483-b462-a5a775f3beb9",
      "typeVersion": 3.4,
      "position": [
        260,
        0
      ],
      "parameters": {
        "mode": "manual",
        "assignments": {
          "assignments": [
            {
              "id": "e1",
              "name": "summary",
              "value": "Workflow failed on n8n",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "name": "Format Error",
      "type": "n8n-nodes-base.set"
    },
    {
      "id": "ea8db1ef-0bfd-4c14-a48c-5f4c3c48c0b8",
      "typeVersion": 2.2,
      "position": [
        520,
        0
      ],
      "parameters": {
        "select": "channel",
        "channelId": {
          "__rl": true,
          "mode": "name",
          "value": "ops"
        },
        "text": ":x: Workflow error — check executions",
        "otherOptions": {}
      },
      "name": "Slack Ops",
      "type": "n8n-nodes-base.slack"
    }
  ],
  "connections": {
    "Error Trigger": {
      "main": [
        [
          {
            "node": "Format Error",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Error": {
      "main": [
        [
          {
            "node": "Slack Ops",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "pinData": {},
  "active": false,
  "settings": {
    "executionOrder": "v1",
    "timezone": "Asia/Manila"
  },
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "tags": []
}