8
n8n 한국어amn8n.com

내 오류 처리 워크플로우

초급

이것은DevOps분야의자동화 워크플로우로, 4개의 노드를 포함합니다.주로 Gmail, ErrorTrigger 등의 노드를 사용하며. Gmail을 통한 작업 흐름 오류 알림 자동 발송

사전 요구사항
  • Google 계정 및 Gmail API 인증 정보

사용된 노드 (4)

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "meta": {
    "instanceId": "b9d26382fbc087c17fe86e193d09f32e5d99f4a254d13f3b8ee28079e71766cf"
  },
  "name": "My Error workflow",
  "tags": [],
  "nodes": [
    {
      "id": "bb79f784-ce85-49ad-af14-666d8beee75c",
      "name": "메모 — Read Me",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -416,
        96
      ],
      "parameters": {
        "width": 520,
        "height": 320,
        "content": "## Setup (read me)\n1) Open the Gmail node and connect credentials.\n2) Set the **To** field to your email or team list.\n3) Save this workflow, then in each target workflow go to **Options → Settings → Error workflow** and select this.\n\n### About the payload\nThis uses Error Trigger fields:\n- `{{$json[\"workflow\"][\"name\"]}}` / `{{$json[\"workflow\"][\"id\"]}}`\n- `{{$json[\"execution\"][\"id\"] || \"N/A\"}}`\n- `{{$json[\"execution\"][\"url\"] || \"N/A\"}}`\n- `{{$json[\"execution\"][\"lastNodeExecuted\"] || \"N/A\"}}`\n- `{{$json[\"execution\"][\"error\"][\"message\"]}}`\n\nFor trigger-time failures, execution fields may be missing—email still sends with fallbacks."
      },
      "typeVersion": 1
    },
    {
      "id": "6d160f0f-6637-42af-acef-52aaa8ceb2d7",
      "name": "오류 트리거",
      "type": "n8n-nodes-base.errorTrigger",
      "position": [
        144,
        112
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "7b16e9f0-16e7-4ca0-9858-0c5b73e08d76",
      "name": "Send a message",
      "type": "n8n-nodes-base.gmail",
      "position": [
        528,
        112
      ],
      "parameters": {
        "toList": "your-email@example.com",
        "message": "A workflow failed.\\n\\nWorkflow: {{$json[\"workflow\"][\"name\"]}} ({{$json[\"workflow\"][\"id\"]}})\\nExecution ID: {{$json[\"execution\"][\"id\"] || \"N/A\"}}\\nLast node: {{$json[\"execution\"][\"lastNodeExecuted\"] || \"N/A\"}}\\nError: {{$json[\"execution\"][\"error\"][\"message\"]}}\\nExecution URL: {{$json[\"execution\"][\"url\"] || \"N/A\"}}",
        "subject": "n8n: {{$json[\"workflow\"][\"name\"]}} (ID {{$json[\"workflow\"][\"id\"]}}) failed",
        "resource": "message",
        "additionalFields": {}
      },
      "typeVersion": 1
    },
    {
      "id": "065d4139-3ed8-4d52-ba06-7964336fa2c9",
      "name": "메모 — Publishing",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        416,
        272
      ],
      "parameters": {
        "width": 420,
        "height": 220,
        "content": "## Publishing checklist\n- Keep this template **Free**.\n- No hardcoded secrets in HTTP nodes.\n- Description uses Markdown with **## headings**.\n- Leave detailed instructions here in sticky notes."
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "",
  "connections": {
    "Error Trigger": {
      "main": [
        [
          {
            "node": "7b16e9f0-16e7-4ca0-9858-0c5b73e08d76",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

초급 - 데브옵스

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
초급
노드 수4
카테고리1
노드 유형3
난이도 설명

n8n 초보자를 위한 1-5개 노드의 간단한 워크플로우

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34