8
n8n 한국어amn8n.com

DeepSeek v3.1

중급

이것은AI, Marketing분야의자동화 워크플로우로, 10개의 노드를 포함합니다.주로 Set, GmailTool, McpClientTool, NotionTrigger, WordpressTool 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Notion MCP, DeepSeek AI 및 WordPress를 사용한 블로그 콘텐츠 생성 자동화

사전 요구사항
  • Google 계정 및 Gmail API 인증 정보
  • Notion API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "7eyNPahKcCuqK39V",
  "meta": {
    "instanceId": "a2b23892dd6989fda7c1209b381f5850373a7d2b85609624d7c2b7a092671d44",
    "templateCredsSetupCompleted": true
  },
  "name": "DeepSeek v3.1",
  "tags": [
    {
      "id": "ZGwSiT2o3NGleZvi",
      "name": "DeepSeek",
      "createdAt": "2025-03-28T00:29:11.856Z",
      "updatedAt": "2025-03-28T00:29:11.856Z"
    }
  ],
  "nodes": [
    {
      "id": "5ccc1b78-0795-4653-8438-c9a65781e516",
      "name": "Notion 업데이트 감시",
      "type": "n8n-nodes-base.notionTrigger",
      "position": [
        -620,
        -100
      ],
      "parameters": {
        "event": "pagedUpdatedInDatabase",
        "pollTimes": {
          "item": [
            {
              "mode": "everyHour"
            }
          ]
        },
        "databaseId": {
          "__rl": true,
          "mode": "id",
          "value": "1c33d655-0fd9-8057-ac1a-eabf12d12f6b",
          "__regex": "^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"
        }
      },
      "credentials": {
        "notionApi": {
          "id": "5rz9xchmiSCmcoOx",
          "name": "Notion account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
      "name": "AI 작업 계획자",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        320,
        -100
      ],
      "parameters": {
        "text": "=You are an expert in SEO content writing.\nYour mission is to create, publish, and notify about a search engine-optimized article for a blog.\nHere are the keywords related to my topic:  {{ $('Watch Notion Updates').item.json.Name }}\n\nFollow the steps below:\n\n1. **Write an SEO-optimized article with a maximum of 20 lines** based on the provided information:\n   - Structure the article with a catchy **H1 title**, one or two **H2 subtitles**, and a professional yet accessible tone.\n   - Extract and include relevant keywords from the data.\n   - Optimize for readability: short sentences, clear paragraphs, and a CTA if relevant.\n   - Do not exceed 20 lines of content.\n\n2. **Publish the article on WordPress**, including:\n   - The **title** as the article's headline\n   - The **SEO content** as the body\n\n3. **Send an email** to my address : {{ $json.emailAddress }} containing:\n   - The article's title\n   - The **URL** of the published article on WordPress\n\n4. **Retrieve the list of available Notion tools first** using “Notion Tools”.\n   Then, **add a update the entry to my Notion database** (ID database: {{ $json.notionDatabaseId }}) ID items : {{ $json.notionItemId }}\nwith the following fields:\n   - The 'Name' column is of type 'title'  → {{ $('Watch Notion Updates').item.json.Name }}\n   The 'Subject' column is of type 'rich_text' → [the article's headline]\n   - The 'Content'column is of type 'rich_text' → [The SEO content]\n   - The 'URL' column is of type 'URL': → [The article link]\n   - The 'Status' column is of type 'select' → Select: `publish`\n\nImportant: Ensure that each step is successfully completed **before proceeding to the next**.",
        "options": {},
        "promptType": "define"
      },
      "typeVersion": 1.7
    },
    {
      "id": "1627a1ae-424e-4124-ac09-bd0f7bc92d2b",
      "name": "이메일 보내기",
      "type": "n8n-nodes-base.gmailTool",
      "position": [
        380,
        160
      ],
      "webhookId": "f87279e8-34e4-4fd1-81d3-677707e215de",
      "parameters": {
        "sendTo": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('To', ``, 'string') }}",
        "message": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Message', ``, 'string') }}",
        "options": {},
        "subject": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Subject', ``, 'string') }}"
      },
      "credentials": {
        "gmailOAuth2": {
          "id": "rKxQHWZ2F5XLJmwF",
          "name": "Gmail account"
        }
      },
      "typeVersion": 2.1
    },
    {
      "id": "c9c6f4f5-59ff-4c58-8fbd-f7cc0bd3eb2d",
      "name": "블로그 게시물 게시",
      "type": "n8n-nodes-base.wordpressTool",
      "position": [
        500,
        160
      ],
      "parameters": {
        "title": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Title', ``, 'string') }}",
        "additionalFields": {
          "status": "draft",
          "content": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Content', ``, 'string') }}"
        }
      },
      "credentials": {
        "wordpressApi": {
          "id": "KIuXvzjOEnOsHKQE",
          "name": "Wordpress account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "0064198f-cfe0-424b-9a75-afbdd8a67c14",
      "name": "Notion 사용 가능 도구 목록",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        660,
        160
      ],
      "parameters": {},
      "credentials": {
        "mcpClientApi": {
          "id": "QQbMEB7i2XAAWTSc",
          "name": "Notion"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "fac061a7-0e91-4944-82f6-463db3e418ce",
      "name": "Notion 도구 실행",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        820,
        160
      ],
      "parameters": {
        "toolName": "={{ $fromAI(\"tool\", \"the tool selected\")  }}",
        "operation": "executeTool",
        "toolParameters": "={{ $fromAI('tool_parameters', ``, 'json') }}"
      },
      "credentials": {
        "mcpClientApi": {
          "id": "QQbMEB7i2XAAWTSc",
          "name": "Notion"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "378f291a-bea7-47b3-a629-07fb8d3f9110",
      "name": "스티키 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -60,
        -220
      ],
      "parameters": {
        "width": 1100,
        "height": 580,
        "content": "## Smart Content Automation Workflow\nAutomatically reacts to Notion updates, uses AI to process data, and triggers actions like sending emails or publishing blog posts.\n**Openrouter** : [API](https://openrouter.ai/settings/keys)"
      },
      "typeVersion": 1
    },
    {
      "id": "5a8d00c1-752d-4573-ace8-e578b58892d4",
      "name": "워크플로 변수 편집",
      "type": "n8n-nodes-base.set",
      "position": [
        -300,
        -100
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "c06b2d24-1fd7-40f0-aee5-b5d6553e289e",
              "name": "emailAddress",
              "type": "string",
              "value": ""
            },
            {
              "id": "8a294900-f367-47a2-b260-344b133dc2ff",
              "name": "notionDatabaseId",
              "type": "string",
              "value": ""
            },
            {
              "id": "a34469ad-5229-4c4d-bc5d-71c88686bd37",
              "name": "notionItemId",
              "type": "string",
              "value": "={{ $json.id }}"
            }
          ]
        }
      },
      "typeVersion": 3.4,
      "alwaysOutputData": true
    },
    {
      "id": "3e76c55d-9052-4568-9e21-29e8fd305369",
      "name": "스티키 노트2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -440,
        -220
      ],
      "parameters": {
        "color": 6,
        "width": 360,
        "height": 300,
        "content": "## Workflow Configuration Panel\n🛠️ **Set your variables here** (email, Slack, Notion, OpenAI model)"
      },
      "typeVersion": 1
    },
    {
      "id": "27f461de-609a-4743-829c-74705191e692",
      "name": "DeepSeek 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatDeepSeek",
      "position": [
        100,
        160
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "deepSeekApi": {
          "id": "N4JPoebNdVQUNxXH",
          "name": "DeepSeek account"
        }
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "1eae918e-03f8-49d8-9dea-cf0e441e679d",
  "connections": {
    "1627a1ae-424e-4124-ac09-bd0f7bc92d2b": {
      "ai_tool": [
        [
          {
            "node": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "fac061a7-0e91-4944-82f6-463db3e418ce": {
      "ai_tool": [
        [
          {
            "node": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "c9c6f4f5-59ff-4c58-8fbd-f7cc0bd3eb2d": {
      "ai_tool": [
        [
          {
            "node": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "27f461de-609a-4743-829c-74705191e692": {
      "ai_languageModel": [
        [
          {
            "node": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "5ccc1b78-0795-4653-8438-c9a65781e516": {
      "main": [
        [
          {
            "node": "5a8d00c1-752d-4573-ace8-e578b58892d4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5a8d00c1-752d-4573-ace8-e578b58892d4": {
      "main": [
        [
          {
            "node": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0064198f-cfe0-424b-9a75-afbdd8a67c14": {
      "ai_tool": [
        [
          {
            "node": "f6bcd3cd-6bf9-42d7-a54a-31e945d5730d",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

중급 - 인공지능, 마케팅

유료인가요?

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

관련 워크플로우 추천

💥🛠️ GPT-4, Perplexity 및 WordPress를 사용한 블로그 콘텐츠 생성 자동화
GPT-4, Perplexity 및 WordPress를 사용한 블로그 콘텐츠 생성 자동화
Set
Gmail Tool
Form Trigger
+
Set
Gmail Tool
Form Trigger
17 노드Dr. Firas
인공지능
💥AI 소셜 비디오 생성기(GPT-4, Kling, Blotato 사용) — Instagram, Facebook, TikTok, Twitter, Pinterest에 자동 게시
GPT-4와 Kling AI를 사용하여 다중 플랫폼에 자동으로 소셜 비디오를 발행
Set
Code
Wait
+
Set
Code
Wait
38 노드Dr. Firas
인공지능
Veo3을 사용하여 비디오 생성 및 Blotato를 통해 Instagram, TikTok에 자동 게시
Veo3와 Blotato를 사용하여 소셜 미디어에 자동으로 AI 비디오를 발행
Set
Wait
Http Request
+
Set
Wait
Http Request
29 노드Dr. Firas
인공지능
Telegram, GPT-4 및 Blotato를 사용하여 AI 소셜 동영상 자동 생성 및 게시
Telegram, GPT-4 및 Blotato를 사용하여 AI 소셜 동영상 자동 생성 및 게시
If
Set
Code
+
If
Set
Code
42 노드Dr. Firas
인공지능
💥 Perplexity와 Blotato를 사용하여 인기 TikTok 클론하고 9개 플랫폼으로 자동 게시
AI 가상 인물을 사용하여 바이러스적인 TikTok을 복제하고 Perplexity 및 Blotato를 통해 9개 플랫폼에 자동으로 게시
Set
Code
Wait
+
Set
Code
Wait
41 노드Dr. Firas
인공지능
Notion에서 GPT-4 감정 분석을 통한 사용자 피드백 분석 및 태그 지정
GPT-4 감정 분석을 사용하여 Notion에서 사용자 피드백 분석 및 태그 지정
Set
Code
Merge
+
Set
Code
Merge
31 노드Agent Studio
영업
워크플로우 정보
난이도
중급
노드 수10
카테고리2
노드 유형8
난이도 설명

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

저자
Dr. Firas

Dr. Firas

@drfiras

Automation expert and certified trainer. I create hands-on courses to master automation with n8n. Contact me to access my exclusive training and start building powerful workflows today. 🚀

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34