내 오류 처리 워크플로우
초급
이것은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)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
미니 SOC 사건 분류
보안 인시던트 분류 자동화: GPT-4o-mini 및 Gmail 알림
Set
Gmail
Webhook
+
Set
Gmail
Webhook
7 노드Calistus Christian
AI 요약
에러 알림기-v1-데이터베이스 없음
Telegram, Slack, 그리고 다른 통신 도구를 통해 중앙 집중식 오류 모니터링과 알림을 수행합니다.
Code
Gmail
Slack
+
Code
Gmail
Slack
13 노드Andrew
데브옵스
AIAutomationPro 고급 에러 처리 및 이메일 알림 v1
중앙 집중식 n8n 오류 관리 시스템, Gmail을 통해 이메일 경고를 자동으로 보냅니다.
If
N8n
Set
+
If
N8n
Set
16 노드Daniel Ng
엔지니어링
매일 비즈니스 뉴스
OpenAI와 Gmail을 사용하여 여러 RSS 소스에서 일일 비즈니스 뉴스 요약 생성
If
Code
Gmail
+
If
Code
Gmail
15 노드Calistus Christian
시장 조사
매일 보안 뉴스
매일 기술 및 네트워크 보안 요약: RSS, OpenAI GPT-4o, Gmail
If
Code
Gmail
+
If
Code
Gmail
19 노드Calistus Christian
개인 생산성
iOS 환경 설정 동기화 마법사: .env를 Xcode로
GitHub PR 및 이메일 알림을 사용한 iOS 구성 동기화 자동화: .env에서 Xcode로
Set
Code
Gmail
+
Set
Code
Gmail
12 노드WeblineIndia
데브옵스