n8n 워크플로우 오류를 직접 이메일로 보고합니다.
초급
이것은Building Blocks분야의자동화 워크플로우로, 4개의 노드를 포함합니다.주로 Gmail, ErrorTrigger 등의 노드를 사용하며. n8n 워크플로우 오류를 직접 이메일로 보고합니다.
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
사용된 노드 (4)
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"nodes": [
{
"id": "dee0969b-e780-400c-a8d2-383a392b9432",
"name": "On Error",
"type": "n8n-nodes-base.errorTrigger",
"position": [
880,
900
],
"parameters": {},
"typeVersion": 1
},
{
"id": "018f4497-2a68-4de7-a59a-b6714d9211af",
"name": "메모3",
"type": "n8n-nodes-base.stickyNote",
"position": [
800,
700
],
"parameters": {
"color": 5,
"width": 424.4907862645661,
"height": 154.7766688696994,
"content": "### 👨🎤 Setup\n1. Add your Gmail creds\n2. Add your target email\n2. Add this error workflow to other workflows\nhttps://docs.n8n.io/flow-logic/error-handling/#create-and-set-an-error-workflow"
},
"typeVersion": 1
},
{
"id": "b5d560c0-1de1-4e6c-be4d-0fef1dd42e9e",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
1140,
1080
],
"parameters": {
"width": 241,
"height": 80,
"content": "### 👆🏽 Set target email here"
},
"typeVersion": 1
},
{
"id": "f1a73854-5b24-407e-9584-0448ae66f7a0",
"name": "Gmail",
"type": "n8n-nodes-base.gmail",
"position": [
1120,
900
],
"parameters": {
"sendTo": "SET YOUR EMAIL HERE",
"message": "=⚠️ Workflow `{{$json[\"workflow\"][\"name\"]}}` failed to run!\nYou can find the execution here: {{ $json.execution.url }}\n\nerror message from node {{ $json.execution.lastNodeExecuted }}: {{ $json.execution.error.message }}\n\n {{ $json.execution.error.stack }}",
"options": {},
"subject": "=🚨 Error in workflow: {{ $json.workflow.name }}",
"emailType": "text"
},
"credentials": {
"gmailOAuth2": {
"id": "8",
"name": "Work Gmail account"
}
},
"typeVersion": 2.1
}
],
"pinData": {},
"connections": {
"dee0969b-e780-400c-a8d2-383a392b9432": {
"main": [
[
{
"node": "f1a73854-5b24-407e-9584-0448ae66f7a0",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
초급 - 빌딩 블록
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
🤖 고급 슬랙본트(n8n)
🤖 고급 슬랙본트(n8n)
If
Set
Code
+
If
Set
Code
34 노드Mutasem
엔지니어링
Gmail 받은편지함 이메일 자동 아카이빙
Gmail 받은편지함 이메일 자동 아카이빙
Gmail
Filter
Item Lists
+
Gmail
Filter
Item Lists
10 노드Mutasem
기타
고급 AI 데모 (AI 개발자 14번째 모임에서 발표)
高级AI演示(在AI开发者第14次聚会中展示)
If
Code
Gmail
+
If
Code
Gmail
39 노드Max Tkacz
빌딩 블록
Todoist에서 자동으로 매일 할 일 목록을 생성합니다.
Todoist에서 자동으로 매일 할 일 목록을 생성합니다.
If
Code
Filter
+
If
Code
Filter
13 노드Mutasem
기타
Notion 데이터베이스에서 직접 n8n 워크플로우를 자동으로 기록합니다.
Notion 데이터베이스에서 직접 n8n 워크플로우를 자동으로 기록합니다.
If
N8n
Set
+
If
N8n
Set
10 노드Mutasem
기타
자동으로 훈련 증명서를 발급하고 Gmail을 통해 전송합니다.
훈련 자격증을 자동으로 발급하고 Gmail을 통해 발송합니다.
Set
Gmail
Crypto
+
Set
Gmail
Crypto
18 노드Nathan Lee
빌딩 블록