GPT-4o, WordPress, LinkedIn을 사용한 RSS 콘텐츠 자동 블로그 게시
고급
이것은AI, Marketing분야의자동화 워크플로우로, 40개의 노드를 포함합니다.주로 If, Set, Code, Wait, Gmail 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. GPT-4o, WordPress 및 LinkedIn을 사용한 RSS 콘텐츠 블로그 게시물 자동 발행
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •HTTP Webhook 엔드포인트(n8n이 자동으로 생성)
- •LinkedIn API 인증 정보
- •Telegram Bot Token
- •대상 API의 인증 정보가 필요할 수 있음
- •Google Sheets API 인증 정보
- •OpenAI API Key
사용된 노드 (40)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "3da9aa1165fccd6e57ad278dd59febaa1dfaafc31e0e52a95d11801200f09024",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "3911f23a-cdfc-498d-93a7-83dea9ff1f0e",
"name": "스케줄 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-540,
1160
],
"parameters": {},
"description": "Triggers the workflow daily at 7 AM to fetch new RSS content.",
"typeVersion": 1.2
},
{
"id": "a02d3578-d2e5-4c56-962a-2c4bd7827c47",
"name": "RSS 피드 병합",
"type": "n8n-nodes-base.merge",
"position": [
-40,
1160
],
"parameters": {},
"description": "Combines articles from multiple RSS feeds into a single stream.",
"typeVersion": 3.1
},
{
"id": "90ec495d-4016-4123-b250-7ee377709f5a",
"name": "날짜 필터",
"type": "n8n-nodes-base.if",
"position": [
160,
1160
],
"parameters": {},
"description": "Filters articles published in the last 24 hours.",
"typeVersion": 2.2
},
{
"id": "2254b24a-dc91-4175-be2b-c512c98514d9",
"name": "기사 제한",
"type": "n8n-nodes-base.limit",
"position": [
360,
1140
],
"parameters": {},
"description": "Limits to 5 articles to avoid overwhelming the workflow.",
"typeVersion": 1
},
{
"id": "d87263a2-f61a-41c4-88a0-70029d8f6240",
"name": "콘텐츠 추출",
"type": "n8n-nodes-base.function",
"position": [
520,
1140
],
"parameters": {},
"description": "Extracts title, description, link, and publication date from RSS items.",
"typeVersion": 1
},
{
"id": "4f499250-4ed1-47b7-ba25-4b95c2b778e8",
"name": "전체 기사 가져오기",
"type": "n8n-nodes-base.httpRequest",
"position": [
680,
1140
],
"parameters": {},
"description": "Fetches the full article content from the article URL.",
"typeVersion": 4.2
},
{
"id": "5567afb2-4a3a-4902-bd8a-3ca7cdac0fe2",
"name": "기사 본문 추출",
"type": "n8n-nodes-base.htmlExtract",
"position": [
840,
1140
],
"parameters": {},
"description": "Extracts the main article content using a CSS selector.",
"typeVersion": 1,
"alwaysOutputData": true
},
{
"id": "f9ad375d-3e7a-4653-bc7f-c532c65cd5df",
"name": "마크다운으로 변환",
"type": "n8n-nodes-base.function",
"position": [
1000,
1140
],
"parameters": {},
"description": "Converts HTML article content to Markdown for AI processing.",
"typeVersion": 1
},
{
"id": "d2053eb0-e1a5-48d4-9337-d71d0c65deac",
"name": "RSS TheVerge",
"type": "n8n-nodes-base.rssFeedRead",
"position": [
-280,
1080
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "c631fb1a-97c8-47cc-a23e-0c5e34d2989a",
"name": "RSS TechCrunch",
"type": "n8n-nodes-base.rssFeedRead",
"position": [
-300,
1280
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "39be1df4-5e78-46c7-b513-99b478b4095d",
"name": "블로그 게시물 생성",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
220,
1440
],
"parameters": {},
"typeVersion": 1.9
},
{
"id": "0259e27d-92b9-40a7-9ac5-30a0e1162599",
"name": "OpenAI 채팅 모델1",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
180,
1640
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "a2f5aa3b-b79f-4383-bc96-9a1a5603db00",
"name": "블로그 생성 날짜 설정",
"type": "n8n-nodes-base.code",
"position": [
520,
1440
],
"parameters": {},
"typeVersion": 2
},
{
"id": "d38eb963-fd81-4aa1-b981-6ffb18d4597f",
"name": "필드 설정",
"type": "n8n-nodes-base.set",
"position": [
680,
1440
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "64b1a852-b8e6-4976-9353-c15ce46af8f5",
"name": "저장을 위한 필드 형식 지정",
"type": "n8n-nodes-base.code",
"position": [
840,
1440
],
"parameters": {},
"typeVersion": 2
},
{
"id": "65e1577f-975e-48f6-97f4-413114e20d46",
"name": "검토 알림",
"type": "n8n-nodes-base.gmail",
"position": [
380,
1760
],
"webhookId": "98bd7b8a-4bed-4930-bd85-1282657ddc90",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "72ab9f93-0221-471d-b14a-340cd4807ba6",
"name": "알림을 위한 필드 준비",
"type": "n8n-nodes-base.set",
"position": [
180,
1760
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "39bd3581-8a38-4357-ad2b-ebdf3fd13bd1",
"name": "특징 이미지 추가",
"type": "n8n-nodes-base.code",
"position": [
1000,
1440
],
"parameters": {},
"typeVersion": 2
},
{
"id": "6864a2e9-fb55-4294-a862-b1d7690644ce",
"name": "초기 블로그 게시물 저장",
"type": "n8n-nodes-base.googleSheets",
"position": [
0,
1760
],
"parameters": {},
"typeVersion": 4.5
},
{
"id": "da7b47dc-a5b2-4043-a2fe-9650b4a0386e",
"name": "SEO 키워드 생성",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-80,
1440
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "498c1ad6-503f-4c76-b033-f3c9232dd7e7",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-380,
580
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "15aab31b-8eaf-4c7b-a239-c178f3f3ef79",
"name": "스티키 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
3040,
580
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e1654306-c4da-4b1f-9c3d-6f0273c49f73",
"name": "스티키 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1200,
580
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "298beebf-63bc-470e-8aaa-c342629cb761",
"name": "승인 상태 업데이트",
"type": "n8n-nodes-base.googleSheets",
"position": [
2000,
680
],
"parameters": {},
"typeVersion": 4.5,
"alwaysOutputData": true
},
{
"id": "14bd1cd7-083e-4d4d-b0cd-5dbdefda51b4",
"name": "승인 웹훅",
"type": "n8n-nodes-base.webhook",
"position": [
1800,
680
],
"webhookId": "7f532453-1e01-4ff1-b497-a3ae89646555",
"parameters": {},
"typeVersion": 2
},
{
"id": "4f9137eb-6425-403f-b260-92498147794d",
"name": "블로그 템플릿 적용",
"type": "n8n-nodes-base.code",
"position": [
1780,
1240
],
"parameters": {},
"typeVersion": 2
},
{
"id": "9072a8b4-1261-4080-8e2a-d51445175292",
"name": "블로그 게시물 반복",
"type": "n8n-nodes-base.splitInBatches",
"position": [
2140,
1240
],
"parameters": {},
"typeVersion": 3
},
{
"id": "deea3250-6a1c-49ea-8acf-3ca2b2910d07",
"name": "게시물 간 지연",
"type": "n8n-nodes-base.wait",
"position": [
2400,
1260
],
"webhookId": "9b25f8f1-398f-4509-9b4b-21dbbf3ae69f",
"parameters": {},
"typeVersion": 1.1,
"alwaysOutputData": true
},
{
"id": "41d04b54-e5fd-46f6-95df-766e2cf05486",
"name": "거부 알림",
"type": "n8n-nodes-base.gmail",
"position": [
1780,
1420
],
"webhookId": "d5706bbb-0688-4677-aa55-9795e2a726a5",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "eeab5208-3c13-4299-92f6-f6b9871207ec",
"name": "상태 업데이트 대기",
"type": "n8n-nodes-base.wait",
"position": [
1780,
1600
],
"webhookId": "45b7af13-f8d5-4588-aa09-294a56ff784b",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "4b7a842b-5d04-4804-882b-944e9e45eca0",
"name": "상태 확인",
"type": "n8n-nodes-base.switch",
"position": [
1400,
1420
],
"parameters": {},
"typeVersion": 3.2
},
{
"id": "c36de3dc-a262-4da6-af79-66882f2eb434",
"name": "행 가져오기",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
1220,
1420
],
"parameters": {},
"typeVersion": 1
},
{
"id": "b85ed2c2-f488-406a-9b46-dd77a810fad3",
"name": "최종 블로그 게시물 저장",
"type": "n8n-nodes-base.googleSheets",
"position": [
1980,
1240
],
"parameters": {},
"typeVersion": 4.5,
"alwaysOutputData": true
},
{
"id": "32bcef49-aab7-4a5a-be48-ecb18bd5e0f6",
"name": "이미 게시되었는지 확인",
"type": "n8n-nodes-base.if",
"position": [
1580,
1260
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "2e90d3e7-7ef1-4292-9ea9-e69a21bd4fa1",
"name": "게시 상태 업데이트",
"type": "n8n-nodes-base.googleSheets",
"position": [
2860,
1000
],
"parameters": {},
"typeVersion": 4.5
},
{
"id": "c998be4e-824d-4fb6-a6f5-40b0e9a82e6d",
"name": "Wordpress에 게시",
"type": "n8n-nodes-base.wordpress",
"position": [
2680,
1280
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c1de08f6-3be7-4ba5-b615-8f6e1aad0f4a",
"name": "LinkedIn에 게시",
"type": "n8n-nodes-base.linkedIn",
"position": [
2700,
1520
],
"parameters": {},
"typeVersion": 1
},
{
"id": "9503b253-6524-405f-9a1e-09e229fb7403",
"name": "완료 시 Telegram 알림",
"type": "n8n-nodes-base.telegram",
"position": [
2380,
1100
],
"webhookId": "59b99b7d-d113-40ac-a590-aee1f7633120",
"parameters": {},
"typeVersion": 1.2
},
{
"id": "154afc0d-da0c-4f31-8de8-ec50aa6ce8a1",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
1200,
880
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "5f36f9aa-a96a-47eb-a39d-e3236ed8e49e",
"name": "렌더링된 블로그 복사본",
"type": "n8n-nodes-base.gmail",
"position": [
2660,
1000
],
"webhookId": "a4bff1ec-dc60-4ef2-8dec-3f9a555cfea0",
"parameters": {},
"typeVersion": 2.1
}
],
"pinData": {},
"connections": {
"c36de3dc-a262-4da6-af79-66882f2eb434": {
"main": [
[
{
"node": "4b7a842b-5d04-4804-882b-944e9e45eca0",
"type": "main",
"index": 0
}
]
]
},
"d38eb963-fd81-4aa1-b981-6ffb18d4597f": {
"main": [
[
{
"node": "64b1a852-b8e6-4976-9353-c15ce46af8f5",
"type": "main",
"index": 0
}
]
]
},
"90ec495d-4016-4123-b250-7ee377709f5a": {
"main": [
[
{
"node": "2254b24a-dc91-4175-be2b-c512c98514d9",
"type": "main",
"index": 0
}
]
]
},
"4b7a842b-5d04-4804-882b-944e9e45eca0": {
"main": [
[
{
"node": "32bcef49-aab7-4a5a-be48-ecb18bd5e0f6",
"type": "main",
"index": 0
}
],
[
{
"node": "41d04b54-e5fd-46f6-95df-766e2cf05486",
"type": "main",
"index": 0
}
],
[
{
"node": "eeab5208-3c13-4299-92f6-f6b9871207ec",
"type": "main",
"index": 0
}
]
]
},
"d2053eb0-e1a5-48d4-9337-d71d0c65deac": {
"main": [
[
{
"node": "a02d3578-d2e5-4c56-962a-2c4bd7827c47",
"type": "main",
"index": 0
}
]
]
},
"2254b24a-dc91-4175-be2b-c512c98514d9": {
"main": [
[
{
"node": "d87263a2-f61a-41c4-88a0-70029d8f6240",
"type": "main",
"index": 0
}
]
]
},
"c631fb1a-97c8-47cc-a23e-0c5e34d2989a": {
"main": [
[
{
"node": "a02d3578-d2e5-4c56-962a-2c4bd7827c47",
"type": "main",
"index": 1
}
]
]
},
"d87263a2-f61a-41c4-88a0-70029d8f6240": {
"main": [
[
{
"node": "4f499250-4ed1-47b7-ba25-4b95c2b778e8",
"type": "main",
"index": 0
}
]
]
},
"a02d3578-d2e5-4c56-962a-2c4bd7827c47": {
"main": [
[
{
"node": "90ec495d-4016-4123-b250-7ee377709f5a",
"type": "main",
"index": 0
}
]
]
},
"14bd1cd7-083e-4d4d-b0cd-5dbdefda51b4": {
"main": [
[
{
"node": "298beebf-63bc-470e-8aaa-c342629cb761",
"type": "main",
"index": 0
}
]
]
},
"3911f23a-cdfc-498d-93a7-83dea9ff1f0e": {
"main": [
[
{
"node": "c631fb1a-97c8-47cc-a23e-0c5e34d2989a",
"type": "main",
"index": 0
},
{
"node": "d2053eb0-e1a5-48d4-9337-d71d0c65deac",
"type": "main",
"index": 0
}
]
]
},
"39bd3581-8a38-4357-ad2b-ebdf3fd13bd1": {
"main": [
[
{
"node": "6864a2e9-fb55-4294-a862-b1d7690644ce",
"type": "main",
"index": 0
}
]
]
},
"4f499250-4ed1-47b7-ba25-4b95c2b778e8": {
"main": [
[
{
"node": "5567afb2-4a3a-4902-bd8a-3ca7cdac0fe2",
"type": "main",
"index": 0
}
]
]
},
"39be1df4-5e78-46c7-b513-99b478b4095d": {
"main": [
[
{
"node": "a2f5aa3b-b79f-4383-bc96-9a1a5603db00",
"type": "main",
"index": 0
}
]
]
},
"0259e27d-92b9-40a7-9ac5-30a0e1162599": {
"ai_languageModel": [
[
{
"node": "39be1df4-5e78-46c7-b513-99b478b4095d",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"4f9137eb-6425-403f-b260-92498147794d": {
"main": [
[
{
"node": "b85ed2c2-f488-406a-9b46-dd77a810fad3",
"type": "main",
"index": 0
}
]
]
},
"f9ad375d-3e7a-4653-bc7f-c532c65cd5df": {
"main": [
[
{
"node": "da7b47dc-a5b2-4043-a2fe-9650b4a0386e",
"type": "main",
"index": 0
}
]
]
},
"deea3250-6a1c-49ea-8acf-3ca2b2910d07": {
"main": [
[
{
"node": "b85ed2c2-f488-406a-9b46-dd77a810fad3",
"type": "main",
"index": 0
},
{
"node": "c1de08f6-3be7-4ba5-b615-8f6e1aad0f4a",
"type": "main",
"index": 0
},
{
"node": "c998be4e-824d-4fb6-a6f5-40b0e9a82e6d",
"type": "main",
"index": 0
},
{
"node": "5f36f9aa-a96a-47eb-a39d-e3236ed8e49e",
"type": "main",
"index": 0
}
]
]
},
"5567afb2-4a3a-4902-bd8a-3ca7cdac0fe2": {
"main": [
[
{
"node": "f9ad375d-3e7a-4653-bc7f-c532c65cd5df",
"type": "main",
"index": 0
}
]
]
},
"9072a8b4-1261-4080-8e2a-d51445175292": {
"main": [
[
{
"node": "9503b253-6524-405f-9a1e-09e229fb7403",
"type": "main",
"index": 0
}
],
[
{
"node": "deea3250-6a1c-49ea-8acf-3ca2b2910d07",
"type": "main",
"index": 0
}
]
]
},
"da7b47dc-a5b2-4043-a2fe-9650b4a0386e": {
"main": [
[
{
"node": "39be1df4-5e78-46c7-b513-99b478b4095d",
"type": "main",
"index": 0
}
]
]
},
"a2f5aa3b-b79f-4383-bc96-9a1a5603db00": {
"main": [
[
{
"node": "d38eb963-fd81-4aa1-b981-6ffb18d4597f",
"type": "main",
"index": 0
}
]
]
},
"b85ed2c2-f488-406a-9b46-dd77a810fad3": {
"main": [
[
{
"node": "9072a8b4-1261-4080-8e2a-d51445175292",
"type": "main",
"index": 0
}
]
]
},
"eeab5208-3c13-4299-92f6-f6b9871207ec": {
"main": [
[
{
"node": "4b7a842b-5d04-4804-882b-944e9e45eca0",
"type": "main",
"index": 0
}
]
]
},
"5f36f9aa-a96a-47eb-a39d-e3236ed8e49e": {
"main": [
[
{
"node": "2e90d3e7-7ef1-4292-9ea9-e69a21bd4fa1",
"type": "main",
"index": 0
}
]
]
},
"6864a2e9-fb55-4294-a862-b1d7690644ce": {
"main": [
[
{
"node": "72ab9f93-0221-471d-b14a-340cd4807ba6",
"type": "main",
"index": 0
}
]
]
},
"64b1a852-b8e6-4976-9353-c15ce46af8f5": {
"main": [
[
{
"node": "39bd3581-8a38-4357-ad2b-ebdf3fd13bd1",
"type": "main",
"index": 0
}
]
]
},
"32bcef49-aab7-4a5a-be48-ecb18bd5e0f6": {
"main": [
[
{
"node": "4f9137eb-6425-403f-b260-92498147794d",
"type": "main",
"index": 0
}
]
]
},
"72ab9f93-0221-471d-b14a-340cd4807ba6": {
"main": [
[
{
"node": "65e1577f-975e-48f6-97f4-413114e20d46",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 인공지능, 마케팅
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
AI, ElevenLabs, 다중 플랫폼을 사용하여 POV 비디오를 생성하고 승인
AI, ElevenLabs, 및 다중 플랫폼에서 POV 비디오를 생성하고 승인하기 (TikTok/IG/YT)
If
Set
Code
+
If
Set
Code
60 노드Immanuel
디자인
AI, ElevenLabs, PIAPI Shotstack/Creatomate를 사용하여 비디오 생성 및 YouTube에 업로드
AI, ElevenLabs, PIAPI Shotstack/Creatomate를 사용하여 비디오 생성 및 YouTube에 업로드
If
Set
Code
+
If
Set
Code
79 노드Immanuel
인공지능
시각화 참조 라이브러리에서 n8n 노드를 탐색
可视化 참조 라이브러리에서 n8n 노드를 탐색
If
Ftp
Set
+
If
Ftp
Set
113 노드I versus AI
기타
[템플릿] AI 반려동물 가게 v8
🐶 AI 펫 샵 어시스턴트 - GPT-4o, Google 캘린더 및 WhatsApp/Instagram/Facebook 통합
If
N8n
Set
+
If
N8n
Set
244 노드Amanda Benks
영업
OpenAI, Reddit, Google Trends를 사용하여 트렌드 추출 및 자동으로 소셜 미디어 내용 생성
AI, Reddit, Google Trends를 사용하여 트렌드를 추출하고 자동으로 소셜 미디어 내용을 생성
If
Set
Code
+
If
Set
Code
39 노드Immanuel
인공지능
반려동물 가게 4
🐶 펫 샵 예약 AI 대리자
If
Set
Code
+
If
Set
Code
187 노드Bruno Dias
인공지능