최종 블로그 콘텐츠 작성자 RAG AI Agent + Perplexity 연구
중급
이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 14개의 노드를 포함합니다.주로 GoogleDocs, SlackTrigger, PerplexityTool, Agent, LmChatAnthropic 등의 노드를 사용하며. Slack, Perplexity, Pinecone 및 Google Docs를 사용하여 연구 지원 블로그 내용 생성
사전 요구사항
- •Slack Bot Token 또는 Webhook URL
- •Anthropic API Key
- •OpenAI API Key
- •Pinecone API Key
사용된 노드 (14)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "Uz3L0EpsCqsr7aFV",
"meta": {},
"name": "Ultimate Blog Content Author RAG AI Agent + Perplexity Research",
"tags": [],
"nodes": [
{
"id": "6ebbb531-ac74-477e-8db9-098ed6a809a8",
"name": "Anthropic Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
"position": [
-80,
224
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "claude-sonnet-4-20250514",
"cachedResultName": "Claude 4 Sonnet"
},
"options": {}
},
"typeVersion": 1.3
},
{
"id": "6c677236-70db-43af-9bc2-22437a253c8e",
"name": "Pinecone Vector Store",
"type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
"position": [
384,
224
],
"parameters": {
"mode": "retrieve-as-tool",
"options": {},
"pineconeIndex": {
"__rl": true,
"mode": "list",
"value": "<<<PINECONE_INDEX>>>",
"cachedResultName": "<<<PINECONE_INDEX_NAME>>>"
},
"toolDescription": "Refer to Pinecone Vector Database for similar style Blogs"
},
"typeVersion": 1.3
},
{
"id": "ebc335c7-a58c-4474-8e4b-57994736fe3d",
"name": "Embeddings OpenAI",
"type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
"position": [
496,
400
],
"parameters": {
"options": {}
},
"typeVersion": 1.2
},
{
"id": "0febdaf1-3548-45b1-9cb5-654f2da17abd",
"name": "Blogpost AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
48,
0
],
"parameters": {
"text": "={{ $json['Blogpost Idea'] }}",
"options": {
"systemMessage": "=You are an expert blogpost writer AI Agent.\nYour only task is to generate a complete, engaging, and well-structured blogpost based on the user’s provided blogpost idea.\n\n🔒 Constraints:\n\nAlways write in clear, professional, and natural language.\n\nOutput only the final blogpost content — no explanations, commentary, or metadata.\n\nStructure the blogpost with:\n\nA catchy title\n\nAn engaging introduction\n\nWell-organized sections with subheadings\n\nA concise and impactful conclusion\n\nLength: at least 800 words (unless the user specifies otherwise).\n\nTailor tone and style to suit the topic (e.g., educational, conversational, persuasive, or technical).\n\nInclude examples, analogies, or step-by-step breakdowns when helpful.\n\nDo not repeat the user’s input verbatim; expand it into a fully developed article.\n\nDo not include system prompts, notes, or formatting instructions in your output.\n\nThe user will provide the blogpost idea. You will return the finished blogpost.\n\n##Tool\nUse the Pinecone Vector Store Tool to refer to the style of blogpost that the user want.\n\nUse the Perplexity Tool attached to research relevant news and latest information about the blog content"
},
"promptType": "define"
},
"typeVersion": 2.2
},
{
"id": "0332a3a7-fd9e-4d78-83e6-fd8efaedf3cc",
"name": "문서 생성",
"type": "n8n-nodes-base.googleDocs",
"position": [
720,
0
],
"parameters": {
"title": "Blogpost",
"folderId": "<<<GOOGLE_DRIVE_FOLDER_ID>>>"
},
"typeVersion": 2
},
{
"id": "f1127452-a013-43ef-80d4-95ea3eab249f",
"name": "문서 업데이트",
"type": "n8n-nodes-base.googleDocs",
"position": [
992,
0
],
"parameters": {
"actionsUi": {
"actionFields": [
{
"text": "={{ $('Blogpost AI Agent').item.json.output }}",
"action": "insert"
}
]
},
"operation": "update",
"documentURL": "<<<GOOGLE_DOC_URL>>>"
},
"typeVersion": 2
},
{
"id": "1b35134a-10d2-40be-96ba-3ed71cef93fa",
"name": "Slack Trigger",
"type": "n8n-nodes-base.slackTrigger",
"position": [
-352,
0
],
"parameters": {
"options": {},
"trigger": [
"app_mention"
],
"channelId": {
"__rl": true,
"mode": "id",
"value": "<<<SLACK_CHANNEL_ID>>>"
}
},
"typeVersion": 1
},
{
"id": "899b1b78-95f6-4424-9ea9-d51cfa44bc46",
"name": "Simple Memory",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
80,
224
],
"parameters": {
"contextWindowLength": 15
},
"typeVersion": 1.3
},
{
"id": "4fa88631-8e4f-4952-b0eb-1205bde7d759",
"name": "Perplexity에서 모델에 메시지 전송",
"type": "n8n-nodes-base.perplexityTool",
"position": [
256,
224
],
"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": {}
},
"typeVersion": 1
},
{
"id": "3a7751f2-4073-4ac9-9707-dde3ca854ece",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-560,
-208
],
"parameters": {
"width": 432,
"height": 880,
"content": "Slack Trigger"
},
"typeVersion": 1
},
{
"id": "17656652-74cc-4bd5-a793-bc4131d3b60c",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-112,
-208
],
"parameters": {
"color": 5,
"width": 752,
"height": 880,
"content": "Blogpost AI Agent"
},
"typeVersion": 1
},
{
"id": "528cd1cc-3015-4d93-9697-6202cd13083c",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
656,
-208
],
"parameters": {
"color": 6,
"width": 272,
"height": 880,
"content": "Document Creation"
},
"typeVersion": 1
},
{
"id": "3fe67e52-6ce7-441c-a7d6-5377ad478022",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
944,
-208
],
"parameters": {
"color": 2,
"width": 272,
"height": 880,
"content": "Write Blog Content to Google Doc"
},
"typeVersion": 1
},
{
"id": "dd56b80b-c511-4f7b-b546-98ddf3190513",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1184,
-208
],
"parameters": {
"color": 4,
"width": 592,
"height": 976,
"content": "✍️ Ultimate AI Blog Content Creator with Slack + Pinecone + Perplexity\n\nDescription\nTurn your marketing team’s blog ideas into full, research-backed, brand-aligned articles with one Slack mention. This workflow connects Slack, Pinecone, and Perplexity to deliver high-impact blog posts that match your company’s voice and leverage the latest research — all written directly into Google Docs for immediate publishing.\n\n👉 Watch step-by-step build of this workflow on: www.youtube.com/@automatewithmarc\n\nHow It Works\n\nSlack Trigger – Marketing team members @mention the bot with a blog idea.\n\nPerplexity Tool – Gathers the most up-to-date insights and research on the topic.\n\nPinecone Vector DB – Injects your brand guidelines, tone, and style from stored vectors.\n\nAI Blogpost Agent – Powered by Anthropic/OpenAI, it blends research + style to create a polished, structured blog post.\n\nSimple Memory – Keeps context across requests for more consistent content.\n\nGoogle Docs – Creates and updates a document with the generated article, ready for review or publishing.\n\nWhy Content Teams Will Love It\n\n⚡ Faster turnaround — go from idea to publish-ready blog in minutes.\n\n📝 On-brand every time — uses your Pinecone-stored brand guidelines.\n\n🌍 Research-driven — Perplexity ensures content is current and credible.\n\n🤝 Team-friendly — triggered right inside Slack for effortless collaboration.\n\nRequirements\n\nSlack App (with app_mentions:read, chat:write)\n\nPinecone account with embedded brand guideline vectors\n\nPerplexity API key\n\nAnthropic/OpenAI API key\n\nGoogle Docs account"
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"connections": {
"899b1b78-95f6-4424-9ea9-d51cfa44bc46": {
"ai_memory": [
[
{
"node": "0febdaf1-3548-45b1-9cb5-654f2da17abd",
"type": "ai_memory",
"index": 0
}
]
]
},
"1b35134a-10d2-40be-96ba-3ed71cef93fa": {
"main": [
[
{
"node": "0febdaf1-3548-45b1-9cb5-654f2da17abd",
"type": "main",
"index": 0
}
]
]
},
"0febdaf1-3548-45b1-9cb5-654f2da17abd": {
"main": [
[
{
"node": "0332a3a7-fd9e-4d78-83e6-fd8efaedf3cc",
"type": "main",
"index": 0
}
]
]
},
"0332a3a7-fd9e-4d78-83e6-fd8efaedf3cc": {
"main": [
[
{
"node": "f1127452-a013-43ef-80d4-95ea3eab249f",
"type": "main",
"index": 0
}
]
]
},
"ebc335c7-a58c-4474-8e4b-57994736fe3d": {
"ai_embedding": [
[
{
"node": "6c677236-70db-43af-9bc2-22437a253c8e",
"type": "ai_embedding",
"index": 0
}
]
]
},
"6ebbb531-ac74-477e-8db9-098ed6a809a8": {
"ai_languageModel": [
[
{
"node": "0febdaf1-3548-45b1-9cb5-654f2da17abd",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"6c677236-70db-43af-9bc2-22437a253c8e": {
"ai_tool": [
[
{
"node": "0febdaf1-3548-45b1-9cb5-654f2da17abd",
"type": "ai_tool",
"index": 0
}
]
]
},
"4fa88631-8e4f-4952-b0eb-1205bde7d759": {
"ai_tool": [
[
{
"node": "0febdaf1-3548-45b1-9cb5-654f2da17abd",
"type": "ai_tool",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 콘텐츠 제작, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Slack 프로젝트 업데이트 RAG 에이전트
GPT와 Pinecone 벡터 RAG 컨텍스트를 사용하여 Slack 메시지에 자동 응답
Slack
Slack Trigger
Agent
+
Slack
Slack Trigger
Agent
11 노드Automate With Marc
AI RAG
팟캐스트 자동화
GPT, Claude 및 Eleven Labs 텍스트 음성 변환을 통한 팟캐스트 생성 자동화
Gmail
Http Request
Agent
+
Gmail
Http Request
Agent
16 노드Automate With Marc
콘텐츠 제작
자동 인바운드 영업 후속 조치
GPT-5, Pinecone, Tavily 리서치를 활용한 맞춤형 영업 자동 후속 조치
Gmail
Form Trigger
Agent
+
Gmail
Form Trigger
Agent
12 노드Automate With Marc
리드 육성
GPT-5 RAG 고객 지원 대리자
사용법 GPT-5, Telegram 및 Pinecone를 사용하여 고객 지원 RAG 대리인 구축
Telegram
Agent
Telegram Trigger
+
Telegram
Agent
Telegram Trigger
11 노드Automate With Marc
지원 챗봇
조합형 이미지를 비디오로 변환하는 도구
Telegram, GPT-4.1, Seedance/Veo3 통합을 통해 이미지에서 비디오 생성
If
Wait
Telegram
+
If
Wait
Telegram
22 노드Automate With Marc
콘텐츠 제작
AI 추동 블로그 기사 생성기
🧠 AI 블로그 기사 기자(Perplexity를 사용하여 연구, Anthropic Claude가 블로그를 작성)
Google Docs
Perplexity
Perplexity Tool
+
Google Docs
Perplexity
Perplexity Tool
12 노드Automate With Marc
인공지능
워크플로우 정보
난이도
중급
노드 수14
카테고리2
노드 유형9
저자
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에서 보기 →
이 워크플로우 공유