8
n8n 한국어amn8n.com

내 워크플로우 3

중급

이것은Marketing분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 Cron, Gmail, Function, HttpRequest 등의 노드를 사용하며. Google Search Console에서 이메일로의 주간 SEO 보고 자동화

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

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "jbTm6O9bLBMm6RWy",
  "meta": {
    "instanceId": "7b7fd5f72a378d0859f4d1cf8dd3c226094df4777ef6aca192ac32e815fe212a",
    "templateCredsSetupCompleted": true
  },
  "name": "My workflow 3",
  "tags": [],
  "nodes": [
    {
      "id": "24be1991-3de5-49c2-91a1-c636fb721a87",
      "name": "주간 트리거 (월요일 오전 7시)",
      "type": "n8n-nodes-base.cron",
      "position": [
        80,
        180
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "43d7764d-fbd4-414b-be44-bcc80c068db2",
      "name": "GSC에서 SEO 데이터 가져오기",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        300,
        180
      ],
      "parameters": {
        "url": "https://searchconsole.googleapis.com/webmasters/v3/sites/YOUR_SITE_URL/searchAnalytics/query",
        "options": {},
        "authentication": "genericCredentialType",
        "genericAuthType": "httpBasicAuth"
      },
      "typeVersion": 2
    },
    {
      "id": "92852fd3-7663-413e-b1a9-8c728dea9a23",
      "name": "SEO 보고서 생성",
      "type": "n8n-nodes-base.function",
      "position": [
        500,
        180
      ],
      "parameters": {
        "functionCode": "\n                const rows = items[0].json.rows || [];\n                const reportLines = rows.map((row, index) => {\n                    return `${index + 1}. ${row.keys[0]} - Clicks: ${row.clicks}, Impressions: ${row.impressions}, CTR: ${row.ctr.toFixed(2)}, Position: ${row.position.toFixed(2)}`;\n                });\n                return [{\n                    json: {\n                        report: `Top 10 Search Queries (Last 7 Days):\\n\\n${reportLines.join(\"\\n\")}`\n                    }\n                }];\n            "
      },
      "typeVersion": 1
    },
    {
      "id": "28d9f152-15a0-4a66-aa5e-aa6b9b4c1fa3",
      "name": "📌 설정 안내",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        60
      ],
      "parameters": {
        "color": 6,
        "width": 280,
        "height": 320,
        "content": "\n"
      },
      "typeVersion": 1
    },
    {
      "id": "8e9551d4-27ab-4106-b0cd-b82d6a671ec7",
      "name": "📌 Google Search Console 설정",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        60
      ],
      "parameters": {
        "color": 2,
        "height": 320,
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c2aabd2e-0a2b-4b4b-a239-bf0927ad1e4d",
      "name": "📌 이메일 노드 설정",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        40
      ],
      "parameters": {
        "color": 5,
        "height": 360,
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "1b870a08-d53c-4a51-9a41-4d71a5c954f9",
      "name": "주간 보고서 이메일 발송",
      "type": "n8n-nodes-base.gmail",
      "position": [
        720,
        180
      ],
      "webhookId": "c9455684-b943-41a5-b2d7-adeafb985083",
      "parameters": {
        "sendTo": "rodrigue.gbadou@gmail.com",
        "options": {},
        "subject": "Send Weekly Report by Email"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "6dONI23VTND78rYK",
          "name": "Gmail account"
        }
      },
      "typeVersion": 2.1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "72378158-06bb-40fd-a300-b89a73676d8d",
  "connections": {
    "92852fd3-7663-413e-b1a9-8c728dea9a23": {
      "main": [
        [
          {
            "node": "1b870a08-d53c-4a51-9a41-4d71a5c954f9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "43d7764d-fbd4-414b-be44-bcc80c068db2": {
      "main": [
        [
          {
            "node": "92852fd3-7663-413e-b1a9-8c728dea9a23",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "24be1991-3de5-49c2-91a1-c636fb721a87": {
      "main": [
        [
          {
            "node": "43d7764d-fbd4-414b-be44-bcc80c068db2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 마케팅

유료인가요?

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

워크플로우 정보
난이도
중급
노드 수7
카테고리1
노드 유형5
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34