Dumpling AI와 GPT-4o를 사용하여 기사에서 LinkedIn 게시물 자동 생성
중급
이것은AI, Marketing분야의자동화 워크플로우로, 10개의 노드를 포함합니다.주로 Set, HttpRequest, GoogleSheets, ManualTrigger, Agent 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Dumpling AI 및 GPT-4o를 사용하여 기사에서 LinkedIn 게시물 자동 생성
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
- •Google Sheets API 인증 정보
- •OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "1Y5FzMEqaYHEsXxR",
"meta": {
"instanceId": "a1ae5c8dc6c65e674f9c3947d083abcc749ef2546dff9f4ff01de4d6a36ebfe6",
"templateCredsSetupCompleted": true
},
"name": "Auto-Generate LinkedIn Posts from Articles with Dumpling AI and GPT-4o",
"tags": [],
"nodes": [
{
"id": "3e99adb0-0445-4516-9404-a96e5e273722",
"name": "워크플로우 시작",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-1060,
-120
],
"parameters": {},
"typeVersion": 1
},
{
"id": "bed177e1-ac0b-4159-8ac7-ae51af05da37",
"name": "시트에서 '할 일' 주제 가져오기",
"type": "n8n-nodes-base.googleSheets",
"position": [
-840,
-120
],
"parameters": {
"options": {
"returnFirstMatch": true
},
"filtersUI": {
"values": [
{
"lookupValue": "To do",
"lookupColumn": "Status"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/173W0S2tDXXSSFmN6igySo9ftW4_MTH1Tr_2wGIRwHdg/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/173W0S2tDXXSSFmN6igySo9ftW4_MTH1Tr_2wGIRwHdg/edit?usp=drivesdk",
"cachedResultName": "content library"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "GaJqJHuS5mQxap7q",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "cfd11e52-1a0b-4f55-a623-40f7f8233ef1",
"name": "Dumpling AI 검색을 통한 기사 스크래핑",
"type": "n8n-nodes-base.httpRequest",
"position": [
-620,
-120
],
"parameters": {
"url": " https://app.dumplingai.com/api/v1/search",
"method": "POST",
"options": {},
"jsonBody": "={\n \"query\": \"{{ $json.Topic }}\",\n \"numResultsToScrape\": \"3\",\n \"scrapeResults\": \"true\"\n}\n ",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "RLFzAcGRepr5eXZB",
"name": "Dumpling AI-n8n"
}
},
"typeVersion": 4.2
},
{
"id": "96f68697-8ef2-42a7-b9ef-10044cac2b0a",
"name": "LangChain 에이전트를 위한 GPT-4o 활성화",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-540,
100
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4o-mini"
},
"options": {
"responseFormat": "json_object"
}
},
"credentials": {
"openAiApi": {
"id": "fdhWALG84tBLgSZT",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "d2acc5f1-b366-4e07-8f1b-953c591f63b0",
"name": "3개 기사 요약 + LinkedIn 게시물 생성 + 이미지 프롬프트",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-400,
-120
],
"parameters": {
"text": "=Article 1:{{ $json.organic[0].scrapeOutput.content }}\n\nArticle 2:{{ $json.organic[1].scrapeOutput.content }}\n\nArticle 3:{{ $json.organic[2].scrapeOutput.content }}",
"options": {
"systemMessage": "= Agent Prompt (Final Version):\nYou are a professional AI content assistant. Based on the 3 articles I will provide, generate a LinkedIn post and also create an image prompt that visually represents the message of the post.\n\nInstructions:\n\nRead all 3 articles.\n\nCombine key insights from them into a single LinkedIn post.\n\nWrite the post in a conversational, professional tone — no robotic language.\n\nThe first line must grab attention and spark curiosity.\n\nAvoid hashtags, emojis, and clickbait phrases.\n\nKeep the post under 1,300 characters.\n\nUse correct punctuation only. Do not use hyphens.\n\nAfter writing the post, generate a short and clear image prompt that can be used to create a LinkedIn graphic. It should be based on the main message or visual idea from the post.\n\nReturn your response in the following JSON format:\n\njson\nCopy\nEdit\n{\n \"postText\": \"Write the full LinkedIn post here...\",\n \"imagePrompt\": \"A short visual prompt that summarizes the theme of the post, such as 'A modern workspace with AI-powered tools automating business processes'\"\n}\n"
},
"promptType": "define"
},
"typeVersion": 1.9
},
{
"id": "d1f25b3a-3044-4ca6-937e-c61439d545c8",
"name": "게시물 텍스트 및 이미지 프롬프트 추출",
"type": "n8n-nodes-base.set",
"position": [
-20,
-120
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "bc9d47f0-b4b9-437e-b37d-c1396d316b15",
"name": "postText",
"type": "string",
"value": "={{ JSON.parse($json[\"output\"]).postText }}\n"
},
{
"id": "fc8def21-2cc2-4029-a66d-df02530a1535",
"name": "imagePrompt",
"type": "string",
"value": "={{ JSON.parse($json[\"output\"]).imagePrompt }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "1ccd4791-92c9-4572-9e0c-cb60477dabdd",
"name": "Dumpling AI로 이미지 생성",
"type": "n8n-nodes-base.httpRequest",
"position": [
220,
-120
],
"parameters": {
"url": " https://app.dumplingai.com/api/v1/generate-ai-image",
"method": "POST",
"options": {},
"jsonBody": "={\n \"model\": \"FLUX.1-pro\",\n \"input\": {\n \"prompt\": \"{{ $json.imagePrompt }}\"\n }\n}\n\n ",
"sendBody": true,
"specifyBody": "json",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"credentials": {
"httpHeaderAuth": {
"id": "RLFzAcGRepr5eXZB",
"name": "Dumpling AI-n8n"
}
},
"typeVersion": 4.2
},
{
"id": "be8bd9f0-1cff-41c9-b26e-c6f365aa86fd",
"name": "게시물 및 이미지로 Google 시트 업데이트",
"type": "n8n-nodes-base.googleSheets",
"position": [
440,
-120
],
"parameters": {
"columns": {
"value": {
"Image": "={{ $json.images[0].url }}",
"Topic": "={{ $(' Get \"To do\" Topics from Sheet').item.json.Topic }}",
"Status": "created",
"Content": "={{ $(' Extract Post Text and Image Prompt').item.json.postText }}"
},
"schema": [
{
"id": "Topic",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Topic",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Status",
"type": "string",
"display": true,
"required": false,
"displayName": "Status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Content",
"type": "string",
"display": true,
"required": false,
"displayName": "Content",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Image",
"type": "string",
"display": true,
"required": false,
"displayName": "Image",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "string",
"display": true,
"removed": true,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"Topic"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/173W0S2tDXXSSFmN6igySo9ftW4_MTH1Tr_2wGIRwHdg/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/173W0S2tDXXSSFmN6igySo9ftW4_MTH1Tr_2wGIRwHdg/edit?usp=drivesdk",
"cachedResultName": "content library"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "GaJqJHuS5mQxap7q",
"name": "Google Sheets account"
}
},
"typeVersion": 4.6
},
{
"id": "44ad06d9-d5f7-4a3c-a894-943ec46ac0f0",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1060,
-280
],
"parameters": {
"width": 900,
"height": 200,
"content": "### 📚 Get Topic and Summarize Articles with AI\n\nThis part starts the workflow manually, pulls the first \"To do\" topic from a Google Sheet, and passes the topic to Dumpling AI to perform a Google search and scrape the top 3 article contents. The LangChain Agent, powered by GPT-4o, uses these articles to generate a LinkedIn post and an image prompt, all formatted in structured JSON. This combines real-world content scraping with AI summarization in one seamless step.\n"
},
"typeVersion": 1
},
{
"id": "528021a8-6b26-4177-b9fa-eb2405ac7d8d",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-100,
-280
],
"parameters": {
"width": 760,
"height": 200,
"content": "### 🧠 Refine Output and Store Content\n\nOnce the AI Agent returns the LinkedIn post and image prompt, the Set node extracts both fields. Dumpling AI then uses the image prompt to generate a relevant visual. Finally, the result (post text, generated image, and topic) is saved back to the Google Sheet. This completes the loop from input topic to ready-to-use LinkedIn content with visuals—all automated.\n"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "5208235f-4bc6-417c-8a38-2bc92b7a75f9",
"connections": {
"3e99adb0-0445-4516-9404-a96e5e273722": {
"main": [
[
{
"node": "bed177e1-ac0b-4159-8ac7-ae51af05da37",
"type": "main",
"index": 0
}
]
]
},
"bed177e1-ac0b-4159-8ac7-ae51af05da37": {
"main": [
[
{
"node": "cfd11e52-1a0b-4f55-a623-40f7f8233ef1",
"type": "main",
"index": 0
}
]
]
},
"1ccd4791-92c9-4572-9e0c-cb60477dabdd": {
"main": [
[
{
"node": "be8bd9f0-1cff-41c9-b26e-c6f365aa86fd",
"type": "main",
"index": 0
}
]
]
},
"96f68697-8ef2-42a7-b9ef-10044cac2b0a": {
"ai_languageModel": [
[
{
"node": "d2acc5f1-b366-4e07-8f1b-953c591f63b0",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"d1f25b3a-3044-4ca6-937e-c61439d545c8": {
"main": [
[
{
"node": "1ccd4791-92c9-4572-9e0c-cb60477dabdd",
"type": "main",
"index": 0
}
]
]
},
"cfd11e52-1a0b-4f55-a623-40f7f8233ef1": {
"main": [
[
{
"node": "d2acc5f1-b366-4e07-8f1b-953c591f63b0",
"type": "main",
"index": 0
}
]
]
},
"d2acc5f1-b366-4e07-8f1b-953c591f63b0": {
"main": [
[
{
"node": "d1f25b3a-3044-4ca6-937e-c61439d545c8",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 인공지능, 마케팅
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
AI 뉴스레터 빌더: Dumpling AI 웹 스크래핑, GPT-4o 요약
AI 뉴스 브리핑 빌더: Dumpling AI 웹사이트 스크래핑, GPT-4o 요약
Set
Code
Gmail
+
Set
Code
Gmail
10 노드Yang
인공지능
## 🤖 **LIGUA033/LOREALCANTARA - 其他생성워크플로우**
基于AI의Meta广告분석与생성:사용Gemini、GPT-4.1 Mini및广告관리器
If
Set
Wait
+
If
Set
Wait
61 노드Daniel Setzermann
인공지능
블로그 WordPress 복제 판매
GPT-4, Perplexity AI 및 WordPress를 사용한 SEO 블로그 콘텐츠 생성 자동화
Set
Code
Notion
+
Set
Code
Notion
39 노드LukaszB
인공지능
자동화 블로그 작성 및 소셜 미디어 프로모션 에이전트
GPT-4, Perplexity 및 WordPress를 사용한 SEO 블로그 생성 + 소셜 미디어 자동화
Set
Code
Gmail
+
Set
Code
Gmail
79 노드LukaszB
디자인
WordPress용 AI 블로그 콘텐츠 작성기 및 이미지 생성기
GPT Image 1 및 Perplexity 기반 WordPress 자동화된 블로그 콘텐츠 생성기
Set
Code
Notion
+
Set
Code
Notion
41 노드LukaszB
인공지능
AI 기반 뉴스를 비디오로 변환하는 생성기(Heygen과 GPT4o 사용)
Heygen과 GPT-4o를 사용하여 RSS 뉴스를 AI 가상 인물 비디오로 변환
Set
Code
Wait
+
Set
Code
Wait
18 노드David Olusola
디자인