8
n8n 한국어amn8n.com

n8n 기초

고급

이것은자동화 워크플로우로, 25개의 노드를 포함합니다.주로 Set, Gmail, HttpRequest, ManualTrigger, ScheduleTrigger 등의 노드를 사용하며. 3단계로 n8n 기본 지식 배우기 ✨

사전 요구사항
  • Google 계정 및 Gmail API 인증 정보
  • 대상 API의 인증 정보가 필요할 수 있음

카테고리

-
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "7T7MdxPsatjukMO9",
  "meta": {
    "instanceId": "a2eaba9e45ad7aab18b25cf863df1e910fb6dd3b85279bde97d9bae4a72f6862",
    "templateCredsSetupCompleted": true
  },
  "name": "n8n Basics",
  "tags": [],
  "nodes": [
    {
      "id": "6afe59b0-3831-41b8-9695-6df1a06db357",
      "name": "스티커 메모3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        48,
        208
      ],
      "parameters": {
        "color": 7,
        "width": 1072,
        "height": 208,
        "content": "## ... now let's schedule it ⏰\n\n1. Double-click “Schedule” to set when it runs\n\n2. Connect your Gmail and set the recepient\n\n3. To test, click “Execute workflow” on \nthe \"Schedule\" node"
      },
      "typeVersion": 1
    },
    {
      "id": "81da8e9a-d788-4eed-8921-793fd151e235",
      "name": "스티커 메모2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1104,
        208
      ],
      "parameters": {
        "color": 3,
        "width": 230,
        "height": 208,
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "a5896683-74a7-4f3b-98dc-90bb114e030e",
      "name": "여기에 스케줄 설정",
      "type": "n8n-nodes-base.scheduleTrigger",
      "notes": "Double-click to set!",
      "position": [
        480,
        240
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "triggerAtHour": 7
            }
          ]
        }
      },
      "notesInFlow": true,
      "typeVersion": 1.2
    },
    {
      "id": "d5a71108-ff33-4214-9662-510d9d30adfc",
      "name": "결과",
      "type": "n8n-nodes-base.set",
      "position": [
        944,
        240
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "fa43a283-e401-46e3-bf3c-9cc7fb7dae2f",
              "name": "quote",
              "type": "string",
              "value": "={{ $json.q }}"
            },
            {
              "id": "c16964d2-b6a6-40d4-a4d2-bef0760d0d26",
              "name": "author",
              "type": "string",
              "value": "={{ $json.a }}"
            }
          ]
        }
      },
      "notesInFlow": true,
      "typeVersion": 3.4
    },
    {
      "id": "040cbede-4df2-4fed-98c2-b94e21a46e1b",
      "name": "명언 가져오기",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        704,
        240
      ],
      "parameters": {
        "url": "https://zenquotes.io/api/random",
        "options": {}
      },
      "notesInFlow": true,
      "typeVersion": 4.2
    },
    {
      "id": "41b56311-e6b1-4b57-9178-47ed568550d3",
      "name": "Connect your Gmail",
      "type": "n8n-nodes-base.gmail",
      "notes": "Double-click here to connect!",
      "position": [
        1168,
        240
      ],
      "webhookId": "83a06a0c-4824-44ea-b593-18917e1b3fe4",
      "parameters": {
        "message": "=Hey,\n\nHere's a quote by {{ $json.author }}:\n\n\"{{ $json.quote }}\"",
        "options": {},
        "subject": "Daily quote",
        "emailType": "text"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "FT2zcrrNIhoncLfR",
          "name": "Gmail account 2"
        }
      },
      "notesInFlow": true,
      "typeVersion": 2.1
    },
    {
      "id": "f420d59b-e48e-4fcc-8d0b-46c3e08691f8",
      "name": "스티커 메모15",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        432,
        208
      ],
      "parameters": {
        "color": 3,
        "width": 198,
        "height": 208,
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "bf3a33cd-12b0-49a4-b080-ffc0123b1d86",
      "name": "스티커 메모",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        32,
        -416
      ],
      "parameters": {
        "color": 7,
        "width": 1088,
        "height": 208,
        "content": "## 🚀🚀 Start here 🚀🚀\n\n1. Click “Execute workflow” to run it\n\n2. This gets a random quote from the internet\n\n3. Double-click the last node to check what\nquote you got\n"
      },
      "typeVersion": 1
    },
    {
      "id": "922cbf37-d1ec-47dd-8da5-00a793acb865",
      "name": "1. '워크플로 실행' 클릭",
      "type": "n8n-nodes-base.manualTrigger",
      "notes": "\n",
      "position": [
        464,
        -384
      ],
      "parameters": {},
      "notesInFlow": false,
      "typeVersion": 1
    },
    {
      "id": "e0cb3ca0-3b1a-46dd-80f1-820c42253eb1",
      "name": "2. 인터넷에서 영감을 주는 명언 가져오기",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        688,
        -384
      ],
      "parameters": {
        "url": "https://zenquotes.io/api/random",
        "options": {}
      },
      "notesInFlow": true,
      "typeVersion": 4.2
    },
    {
      "id": "834bdbc9-b4fd-4148-ab17-ccd03f0df78f",
      "name": "3. 결과 확인하기",
      "type": "n8n-nodes-base.set",
      "notes": "Double-click to open!",
      "position": [
        928,
        -384
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "fa43a283-e401-46e3-bf3c-9cc7fb7dae2f",
              "name": "quote",
              "type": "string",
              "value": "={{ $json.q }}"
            },
            {
              "id": "c16964d2-b6a6-40d4-a4d2-bef0760d0d26",
              "name": "author",
              "type": "string",
              "value": "={{ $json.a }}"
            }
          ]
        }
      },
      "notesInFlow": true,
      "typeVersion": 3.4
    },
    {
      "id": "7103e58c-f0d5-47b2-847d-e1ad4fa2babf",
      "name": "스티커 메모6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        416,
        -416
      ],
      "parameters": {
        "color": 3,
        "width": 198,
        "height": 208,
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "cbf21625-4402-4dc7-aa54-f6f066eec4a1",
      "name": "스티커 메모4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        64,
        816
      ],
      "parameters": {
        "color": 7,
        "width": 1520,
        "height": 224,
        "content": "## ❓ How about a joke...\n\n1. Execute this workflow\n\n2. Check out the new \"Programming Joke\"\n\n3. Try mapping the new results and add them to\nyour email"
      },
      "typeVersion": 1
    },
    {
      "id": "889994c7-9c3c-4621-ac6b-25e9cc421b3e",
      "name": "스티커 메모5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1136,
        816
      ],
      "parameters": {
        "color": 3,
        "width": 198,
        "height": 224,
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "462852ad-c8f2-41df-84a7-81312dd164db",
      "name": "명언",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        736,
        864
      ],
      "parameters": {
        "url": "https://zenquotes.io/api/random",
        "options": {}
      },
      "notesInFlow": true,
      "typeVersion": 4.2
    },
    {
      "id": "20922230-6081-40c8-874c-f1233197981f",
      "name": "스케줄 트리거",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        496,
        864
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "months",
              "triggerAtHour": 6,
              "monthsInterval": 12
            }
          ]
        }
      },
      "notesInFlow": true,
      "typeVersion": 1.2
    },
    {
      "id": "fd47d950-393a-4868-bc49-15f9c980b92c",
      "name": "필드 매핑하기",
      "type": "n8n-nodes-base.set",
      "notes": "Double-click to set!",
      "position": [
        1184,
        864
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "57322775-a00d-47f5-9424-3188ca2e46e6",
              "name": "author",
              "type": "string",
              "value": "="
            },
            {
              "id": "1b141196-bc29-49d9-9e10-78bf17975cee",
              "name": "quote",
              "type": "string",
              "value": "="
            },
            {
              "id": "b33e5122-1419-4bae-bfd5-0d5fb22a95f2",
              "name": "joke",
              "type": "string",
              "value": "="
            }
          ]
        }
      },
      "notesInFlow": true,
      "typeVersion": 3.4
    },
    {
      "id": "f3a0621c-f38b-44e2-a050-a41b69a6013a",
      "name": "프로그래밍 농담",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Check out after running!",
      "position": [
        976,
        864
      ],
      "parameters": {
        "url": "=https://v2.jokeapi.dev/joke/Programming?blacklistFlags=nsfw,religious,political,racist,sexist,explicit&type=single",
        "options": {}
      },
      "notesInFlow": true,
      "typeVersion": 4.2
    },
    {
      "id": "d13e491a-1b47-4854-a76d-5ee7fe56fc45",
      "name": "스티커 메모1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -704,
        -528
      ],
      "parameters": {
        "color": 7,
        "width": 704,
        "height": 400,
        "content": "@[youtube](dKTcAfBfFLU)"
      },
      "typeVersion": 1
    },
    {
      "id": "79aeb8cc-51d9-40e5-a2e2-a51fbce14f1f",
      "name": "스티커 메모8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -688,
        720
      ],
      "parameters": {
        "color": 7,
        "width": 720,
        "height": 400,
        "content": "@[youtube](LdE0KnhRtsY)"
      },
      "typeVersion": 1
    },
    {
      "id": "4d2a9d87-5487-4184-ad71-bb17b44df8c4",
      "name": "스티커 메모7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -704,
        96
      ],
      "parameters": {
        "color": 7,
        "width": 720,
        "height": 400,
        "content": "@[youtube](5CBUXMO_L2Y)"
      },
      "typeVersion": 1
    },
    {
      "id": "9b757817-0814-4c6a-9eaa-05be267551c5",
      "name": "스티커 메모9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -752,
        -624
      ],
      "parameters": {
        "color": 5,
        "width": 1936,
        "height": 544,
        "content": "# Step 1"
      },
      "typeVersion": 1
    },
    {
      "id": "e14ed37d-df25-45dc-82dd-e5c5a1c30bd4",
      "name": "스티커 메모10",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -752,
        -16
      ],
      "parameters": {
        "color": 5,
        "width": 2144,
        "height": 560,
        "content": "# Step 2"
      },
      "typeVersion": 1
    },
    {
      "id": "c13b3f0b-dfa5-46f0-addf-afad6a258ca0",
      "name": "스티커 메모11",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -752,
        608
      ],
      "parameters": {
        "color": 5,
        "width": 2400,
        "height": 560,
        "content": "# Step 3"
      },
      "typeVersion": 1
    },
    {
      "id": "f0c94de0-f3ab-4be2-b257-6fa50f400482",
      "name": "스티커 메모13",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1376,
        816
      ],
      "parameters": {
        "color": 3,
        "width": 214,
        "height": 224,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n### Click + to add Gmail"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "e6fe1646-5006-48fb-a644-568dd3529dbb",
  "connections": {
    "462852ad-c8f2-41df-84a7-81312dd164db": {
      "main": [
        [
          {
            "node": "f3a0621c-f38b-44e2-a050-a41b69a6013a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d5a71108-ff33-4214-9662-510d9d30adfc": {
      "main": [
        [
          {
            "node": "41b56311-e6b1-4b57-9178-47ed568550d3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "040cbede-4df2-4fed-98c2-b94e21a46e1b": {
      "main": [
        [
          {
            "node": "d5a71108-ff33-4214-9662-510d9d30adfc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "fd47d950-393a-4868-bc49-15f9c980b92c": {
      "main": [
        []
      ]
    },
    "f3a0621c-f38b-44e2-a050-a41b69a6013a": {
      "main": [
        [
          {
            "node": "fd47d950-393a-4868-bc49-15f9c980b92c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "20922230-6081-40c8-874c-f1233197981f": {
      "main": [
        [
          {
            "node": "462852ad-c8f2-41df-84a7-81312dd164db",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a5896683-74a7-4f3b-98dc-90bb114e030e": {
      "main": [
        [
          {
            "node": "040cbede-4df2-4fed-98c2-b94e21a46e1b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "922cbf37-d1ec-47dd-8da5-00a793acb865": {
      "main": [
        [
          {
            "node": "e0cb3ca0-3b1a-46dd-80f1-820c42253eb1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e0cb3ca0-3b1a-46dd-80f1-820c42253eb1": {
      "main": [
        [
          {
            "node": "834bdbc9-b4fd-4148-ab17-ccd03f0df78f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

고급

유료인가요?

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

워크플로우 정보
난이도
고급
노드 수25
카테고리-
노드 유형6
난이도 설명

고급 사용자를 위한 16+개 노드의 복잡한 워크플로우

저자
외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34