AI 추동 블로그 기사 생성기
중급
이것은AI분야의자동화 워크플로우로, 12개의 노드를 포함합니다.주로 GoogleDocs, Perplexity, PerplexityTool, Agent, ScheduleTrigger 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. 🧠 AI 블로그 기사 기자(Perplexity를 사용하여 연구, Anthropic Claude가 블로그를 작성)
사전 요구사항
- •Anthropic API Key
사용된 노드 (12)
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "91ODWr9EkSAETwX2",
"meta": {
"instanceId": "1c7b08fed4406d546caf4a44e8b942ca317e7e207bb9a5701955a1a6e1ce1843",
"templateCredsSetupCompleted": true
},
"name": "AI-Powered Blog Post Generator",
"tags": [],
"nodes": [
{
"id": "bc282e38-6c6a-409c-b017-34cb852ff5b7",
"name": "스케줄 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-120,
0
],
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"typeVersion": 1.2
},
{
"id": "e7e64550-2d73-4797-a0f7-58456e76642c",
"name": "Perplexity - 블로그 주제 연구 노드",
"type": "n8n-nodes-base.perplexity",
"position": [
160,
0
],
"parameters": {
"model": "sonar-pro",
"options": {
"searchRecency": "week"
},
"messages": {
"message": [
{
"content": "Research on the latest AI news that will be interesting to blog about. Choose and return only the most interesting news for the blog intended for non-technical audience trying to learn more about AI."
}
]
},
"requestOptions": {}
},
"credentials": {
"perplexityApi": {
"id": "siBtNJfFZDULtMTv",
"name": "Perplexity account"
}
},
"typeVersion": 1
},
{
"id": "ce9a37b0-5fac-4cc6-8877-7a09d23467e1",
"name": "Anthropic 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
"position": [
480,
200
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "claude-sonnet-4-20250514",
"cachedResultName": "Claude 4 Sonnet"
},
"options": {}
},
"credentials": {
"anthropicApi": {
"id": "Xwyc4eRrFeJRUxib",
"name": "Anthropic account"
}
},
"typeVersion": 1.3
},
{
"id": "2ac602fb-7cde-4cae-971d-c374ae429b1e",
"name": "AI 에이전트",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
520,
0
],
"parameters": {
"text": "={{ $json.choices[0].message.content }}",
"options": {
"systemMessage": "=You are a professional blog content writer for a tech news site that translates the latest AI breakthroughs and developments into engaging, non-technical blog posts.\n\nYour task is to write a clear, captivating, and SEO-optimized blog post based on the latest AI topic provided by the previous node (Perplexity AI Search output). The post should be easy to understand by general readers with no technical background, while still sounding informed, current, and exciting.\n\nINSTRUCTIONS:\n\nAudience: General readers, professionals, and business folks curious about AI—but not developers or engineers.\n\nTone & Style:\n\nFriendly, conversational, curious\n\nNot clickbait, but exciting and easy to read\n\nAvoid jargon unless necessary, and always explain it simply\n\nUse storytelling or a real-world metaphor/example when possible\n\nFormat:\n\nTitle (must include primary keywords related to the topic)\n\n1-paragraph Hook/Intro (make the reader want to read on)\n\n3–5 short sections with headers\n\nFinal Takeaway / What this means for the average reader\n\nSEO Meta Description (max 155 characters)\n\nInclude 3–5 SEO keywords naturally in the body\n\nUse bullet points or bolding to improve skimmability\n\nRules:\n\nDo not fabricate facts.\n\nIf additional context is needed, call the Perplexity Search Tool for clarification\n\nDo not overuse buzzwords or technical terms—explain them simply if used\n\nKeep paragraphs short and engaging\n\nExample Topics This Prompt Can Work For:\n\n“How Apple is using AI in its new products”\n\n“Why the EU is regulating AI and what it means for us”\n\n“OpenAI’s latest model and what it can do for small businesses”\n\n# [Catchy SEO Blog Title with Keyword]\n\n*[Optional Subtitle for clarity]*\n\n**Intro:** \n[Compelling hook paragraph that introduces the topic with relevance and clarity.]\n\n## [Subheading 1]\n[Explain one key point from the research, in a simple, friendly way.]\n\n## [Subheading 2]\n[Another key aspect, ideally with a metaphor, stat, or quote.]\n\n## [Subheading 3]\n[Implications, opportunities, or what to look out for.]\n\n**Takeaway:** \n[A 2–3 sentence wrap-up telling readers what they should remember or what action they might take.]\n\n**Meta Description:** \n[Short, SEO-focused summary of the blog post. Max 155 characters.]\n\n**SEO Keywords:** \n[Include a few relevant SEO keywords you naturally used in the blog.]\n"
},
"promptType": "define"
},
"typeVersion": 2
},
{
"id": "9f7883ed-c94d-4012-a7ab-df12d9b874ca",
"name": "심플 메모리",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
600,
200
],
"parameters": {
"sessionKey": "={{ $('Perplexity - Blog Topic Research Node').item.json.id }}",
"sessionIdType": "customKey"
},
"typeVersion": 1.3
},
{
"id": "e48b32af-4126-4afa-8d5b-680b95128b07",
"name": "Perplexity 검색 도구",
"type": "n8n-nodes-base.perplexityTool",
"position": [
760,
200
],
"parameters": {
"model": "sonar-pro",
"options": {},
"messages": {
"message": [
{
"content": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('message0_Text', ``, 'string') }}"
}
]
},
"simplify": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Simplify_Output', ``, 'boolean') }}",
"requestOptions": {}
},
"credentials": {
"perplexityApi": {
"id": "siBtNJfFZDULtMTv",
"name": "Perplexity account"
}
},
"typeVersion": 1
},
{
"id": "28023ef7-b506-4a24-94aa-d238dd934fb7",
"name": "Google 문서",
"type": "n8n-nodes-base.googleDocs",
"position": [
1020,
0
],
"parameters": {
"actionsUi": {
"actionFields": [
{
"text": "={{ $json.output }}",
"action": "insert"
}
]
},
"operation": "update",
"documentURL": ""
},
"credentials": {
"googleDocsOAuth2Api": {
"id": "uTMixjQqDRyGwqj4",
"name": "Google Docs account"
}
},
"typeVersion": 2
},
{
"id": "1f08afc2-e82e-4299-a9d4-e5d22c61c77b",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
-200
],
"parameters": {
"width": 260,
"height": 600,
"content": "Schedule Trigger"
},
"typeVersion": 1
},
{
"id": "3047e161-9da7-4dc3-97be-a80781bddf49",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
80,
-200
],
"parameters": {
"color": 3,
"width": 300,
"height": 600,
"content": "Schedule Trigger"
},
"typeVersion": 1
},
{
"id": "31e687c4-363f-49ee-abd2-93fc3d13ea59",
"name": "스티키 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
400,
-200
],
"parameters": {
"color": 5,
"width": 500,
"height": 600,
"content": "Schedule Trigger"
},
"typeVersion": 1
},
{
"id": "32b8771b-67cf-4521-8d79-c032e3d70f72",
"name": "스티키 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
920,
-200
],
"parameters": {
"color": 6,
"width": 300,
"height": 600,
"content": "Schedule Trigger"
},
"typeVersion": 1
},
{
"id": "ac2f86cc-099f-4985-a780-7c06b605bf91",
"name": "스티키 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-860,
-200
],
"parameters": {
"width": 620,
"height": 1020,
"content": "🧠 AI-Powered Blog Post Generator\nCategory: Content Automation / AI Writing / Marketing\n\nDescription:\nThis automated workflow helps you generate fresh, SEO-optimized blog posts daily using AI tools—perfect for solo creators, marketers, and content teams looking to stay on top of the latest AI trends without manual research or writing.\n\nFor more of this build and step-by-step tutorials, check out:\nhttps://www.youtube.com/@Automatewithmarc\n\nHere’s how it works:\n\nSchedule Trigger kicks off the workflow daily (or at your preferred interval).\n\nPerplexity AI Node researches the most interesting recent AI news tailored for a non-technical audience.\n\nAI Agent (Claude via Anthropic) turns that news into a full-length blog post based on a structured prompt that includes title, intro, 3+ section headers, takeaway, and meta description—designed for clarity, engagement, and SEO.\n\nOptional Memory & Perplexity Tool Nodes enhance the agent's responses by allowing it to clarify facts or fetch more context.\n\nGoogle Docs Node automatically saves the final blog post to your selected document—ready for review, scheduling, or publishing.\n\nKey Features:\n\nCombines Perplexity AI + Claude AI (Anthropic) for research + writing\n\nBuilt-in memory and retrieval logic for deeper contextual accuracy\n\nNon-technical, friendly writing style ideal for general audiences\n\nOutput saved directly to Google Docs\n\nFully no-code, customizable, and extendable\n\nUse Cases:\n\nAutomate weekly blog content for your newsletter or site\n\nRepurpose content into social posts or scripts\n\nKeep your brand relevant in the fast-moving AI landscape\n\nSetup Requirements:\n\nPerplexity API Key\n\nAnthropic API Key\n\nGoogle Docs (OAuth2 connected)"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "69254d17-147f-4e2a-9508-366be9ce75f2",
"connections": {
"2ac602fb-7cde-4cae-971d-c374ae429b1e": {
"main": [
[
{
"node": "28023ef7-b506-4a24-94aa-d238dd934fb7",
"type": "main",
"index": 0
}
]
]
},
"9f7883ed-c94d-4012-a7ab-df12d9b874ca": {
"ai_memory": [
[
{
"node": "2ac602fb-7cde-4cae-971d-c374ae429b1e",
"type": "ai_memory",
"index": 0
}
]
]
},
"bc282e38-6c6a-409c-b017-34cb852ff5b7": {
"main": [
[
{
"node": "e7e64550-2d73-4797-a0f7-58456e76642c",
"type": "main",
"index": 0
}
]
]
},
"ce9a37b0-5fac-4cc6-8877-7a09d23467e1": {
"ai_languageModel": [
[
{
"node": "2ac602fb-7cde-4cae-971d-c374ae429b1e",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"e48b32af-4126-4afa-8d5b-680b95128b07": {
"ai_tool": [
[
{
"node": "2ac602fb-7cde-4cae-971d-c374ae429b1e",
"type": "ai_tool",
"index": 0
}
]
]
},
"e7e64550-2d73-4797-a0f7-58456e76642c": {
"main": [
[
{
"node": "2ac602fb-7cde-4cae-971d-c374ae429b1e",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
최종 블로그 콘텐츠 작성자 RAG AI Agent + Perplexity 연구
Slack, Perplexity, Pinecone 및 Google Docs를 사용하여 연구 지원 블로그 내용 생성
Google Docs
Slack Trigger
Perplexity Tool
+
Google Docs
Slack Trigger
Perplexity Tool
14 노드Automate With Marc
콘텐츠 제작
Perplexity Sonar Pro를 통해 Gmail로 AI 뉴스 연구 대리자 사용
Perplexity Pro, GPT 형식 및 Gmail을 통해 발송된 일일 AI 뉴스 요약
Gmail
Perplexity
Agent
+
Gmail
Perplexity
Agent
11 노드Automate With Marc
시장 조사
Perplexity 기반 AI 뉴스 검색
Perplexity Sonar Pro를 사용한 일일 AI 뉴스 자동 수집 (Telegram 통해)
Telegram
Perplexity
Google Sheets
+
Telegram
Perplexity
Google Sheets
11 노드Automate With Marc
인공지능
저의 워크플로우
GPT4-mini와 Google Docs 지식庫를 사용하여 Telegram 고객 지원 로봇을 만듭니다.
Telegram
Google Docs Tool
Agent
+
Telegram
Google Docs Tool
Agent
10 노드Automate With Marc
지원
법률 비서 대리자
🧑⚖️ AI 법률 비서 대리인 - AI 기반 법률 질문과 문서 검색
Telegram
Agent
Telegram Trigger
+
Telegram
Agent
Telegram Trigger
11 노드Automate With Marc
인공지능
기술 레이더
사용SQL데이터库、RAG및路由에이전트构建AI驱动의技术雷达顾问
If
Code
Cron
+
If
Code
Cron
53 노드Sean Lon
엔지니어링
워크플로우 정보
난이도
중급
노드 수12
카테고리1
노드 유형8
저자
Automate With Marc
@marconiAutomating Start-Up and Business processes. Helping non-techies understand and leverage Agentic AI with easy to understand step-by-step tutorials. Check out my educational content: https://www.youtube.com/@Automatewithmarc
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유