8
n8n 한국어amn8n.com

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)는 사용자 직접 비용을 지불해야 할 수 있습니다.

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

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

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34