다중 플랫폼 소셜 미디어 콘텐츠 생성기(GoToHuman 승인 포함)
고급
이것은자동화 워크플로우로, 17개의 노드를 포함합니다.주로 Set, Switch, GoogleSheets, ManualTrigger, SplitInBatches 등의 노드를 사용하며. Sonnet 4.5, GoToHuman 승인 및 Sheets를 통해 다중 플랫폼 소셜 미디어 내용 생성
사전 요구사항
- •Google Sheets API 인증 정보
- •Anthropic API Key
사용된 노드 (17)
카테고리
-
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "JSvf2fGBwstKgIxn",
"meta": {
"instanceId": "a4bfc93e975ca233ac45ed7c9227d84cf5a2329310525917adaf3312e10d5462",
"templateCredsSetupCompleted": true
},
"name": "Multiplatform Social Media Content Creator with GoToHuman approval",
"tags": [],
"nodes": [
{
"id": "ffe2762d-5976-4570-ae33-a2378aedd91a",
"name": "워크플로 실행 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-672,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c9d4ea50-4ae8-43cd-8038-83efa23e2f40",
"name": "검토 요청 전송 및 응답 대기",
"type": "@gotohuman/n8n-nodes-gotohuman.gotoHuman",
"position": [
880,
16
],
"webhookId": "fd27b9c5-2c32-4b4a-8124-a3caac5ab43d",
"parameters": {
"fields": {
"value": {
"text": "={{ $json.text }}"
},
"schema": [
{
"id": "text",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "text (text)",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"text"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"metaSelect": "keyValue",
"metaKeyValues": {
"metaArray": [
{
"key": "PLATFORM",
"value": "={{ $('Loop Over Items').item.json.PLATFORM }}"
}
]
},
"additionalFields": {},
"reviewTemplateID": {
"__rl": true,
"mode": "list",
"value": "vw7nJ9pL8yxzYiLypbD4",
"cachedResultName": "n8n-test (vw7nJ9pL8yxzYiLypbD4)"
}
},
"credentials": {
"gotoHumanApi": {
"id": "OeQshMhfsAzR0dF0",
"name": "gotoHuman account"
}
},
"typeVersion": 1
},
{
"id": "38e95143-17a2-4195-8047-5fd890dc8ea8",
"name": "스위치",
"type": "n8n-nodes-base.switch",
"position": [
1152,
16
],
"parameters": {
"rules": {
"values": [
{
"outputKey": "approved",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "9c70c304-7f5e-4007-a65e-cec67253d220",
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.response }}",
"rightValue": "approved"
}
]
},
"renameOutput": true
},
{
"outputKey": "rejected",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "loose"
},
"combinator": "and",
"conditions": [
{
"id": "7a745692-2cfb-4341-bb66-302e8adc424a",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.response }}",
"rightValue": "rejected"
}
]
},
"renameOutput": true
}
]
},
"options": {},
"looseTypeValidation": true
},
"typeVersion": 3.2
},
{
"id": "681b2555-e9ce-4a7e-8ff9-5bd4301fc946",
"name": "항목 반복",
"type": "n8n-nodes-base.splitInBatches",
"position": [
-144,
0
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "1600d02f-593b-4546-b6f2-7f6cf5401ca0",
"name": "시트에서 행 업데이트",
"type": "n8n-nodes-base.googleSheets",
"position": [
896,
560
],
"parameters": {
"columns": {
"value": {
"POST": "={{ $json.responseValues.text.value }}",
"APPROVED": "x",
"row_number": "={{ $('Loop Over Items').item.json.row_number }}"
},
"schema": [
{
"id": "DATE",
"type": "string",
"display": true,
"required": false,
"displayName": "DATE",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "IDEA",
"type": "string",
"display": true,
"required": false,
"displayName": "IDEA",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "PLATFORM",
"type": "string",
"display": true,
"required": false,
"displayName": "PLATFORM",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "POST",
"type": "string",
"display": true,
"required": false,
"displayName": "POST",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "APPROVED",
"type": "string",
"display": true,
"required": false,
"displayName": "APPROVED",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "number",
"display": true,
"removed": false,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"row_number"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1WLdKRpPxwLzvD27uHZIlY5Lcc5i-79PmapcWyYzJevI/edit#gid=0",
"cachedResultName": "Foglio1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1WLdKRpPxwLzvD27uHZIlY5Lcc5i-79PmapcWyYzJevI",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1WLdKRpPxwLzvD27uHZIlY5Lcc5i-79PmapcWyYzJevI/edit?usp=drivesdk",
"cachedResultName": "Editorial Plan"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "JYR6a64Qecd6t8Hb",
"name": "Google Sheets account"
}
},
"typeVersion": 4.7
},
{
"id": "ab083a38-be9b-4b12-b22a-0031d00d1972",
"name": "소셜 미디어 콘텐츠 생성기",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
208,
16
],
"parameters": {
"text": "={{ $json.IDEA }}",
"options": {
"systemMessage": "=You are an expert social media content creator specializing in transforming post ideas into platform-optimized, engaging content. Your role is to take a provided post concept and generate the actual social media post for the specified platform.\n\n**YOUR CAPABILITIES:**\n- Transform conceptual ideas into compelling, ready-to-publish social media content\n- Platform: {{ $json.PLATFORM }}\n- Adapt tone, format, and structure to match specific platform requirements\n- Create engaging hooks that stop scrollers and drive engagement\n- Write persuasive copy that converts browsers into customers\n- Optimize content for platform's algorithm and user behavior\n\n**INPUT YOU'LL RECEIVE:**\n- Post idea/concept with key messaging\n- Brand/product information\n- Target audience (if specified)\n\n**YOUR OUTPUT MUST INCLUDE:**\n- **Platform-optimized post text** (respecting character limits)\n\n**PLATFORM-SPECIFIC ADAPTATIONS:**\n- **Instagram**: Visual-first, story-driven, 2-3 hashtag clusters, engaging captions\n- **Facebook**: Conversation-starter, community-focused, longer form acceptable\n- **LinkedIn**: Professional tone, value-driven, industry insights\n- **X.com**: Concise, witty, thread-worthy, trending topic integration\n\n**WRITING STYLE:**\n- Hook readers within the first 5 words\n- Use active voice and present tense\n- Include sensory details and emotional triggers\n- Balance promotional content with value/entertainment\n- Create urgency without being pushy\n- Write in a conversational, human tone\n\n**ENGAGEMENT OPTIMIZATION:**\n- Ask questions to drive comments\n- Use inclusive language (\"we\", \"us\", \"our community\")\n- Include interactive elements (polls, challenges, user-generated content prompts)\n- Create shareable moments\n- End with clear next steps\n\n**BRAND SAFETY:**\n- Maintain brand voice consistency\n- Avoid controversial topics unless brand-relevant\n- Ensure claims are truthful and substantiated\n- Respect cultural sensitivities\n- Follow platform community guidelines\n\nWhen you receive a post idea and platform specification, generate complete, ready-to-publish content that maximizes engagement while achieving the stated marketing objectives. It just generates the content of the post without preambles or explanations"
},
"promptType": "define"
},
"typeVersion": 2.2
},
{
"id": "a0559667-622f-4ec1-964e-e90691b6d73a",
"name": "일정 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-672,
-208
],
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"typeVersion": 1.2
},
{
"id": "d1670f5c-950a-4164-90f5-e4e31c92b5ad",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-688,
-784
],
"parameters": {
"color": 3,
"width": 848,
"height": 208,
"content": "## AI-Powered Multiplatform Social Media Content Creator with Human-in-the-Loop (GoToHuman) Review\n\nThe “Multiplatform Social Media Content Creator with GoToHuman Approval” workflow automates the creation, review, and publishing preparation of social media content across multiple platforms.\n\nIt connects a Google Sheets editorial plan to OpenAI and GoToHuman, allowing for seamless collaboration between AI-generated content and human approval."
},
"typeVersion": 1
},
{
"id": "62fded1a-d57d-46ea-aa44-ea86b572e4ec",
"name": "텍스트 설정",
"type": "n8n-nodes-base.set",
"position": [
608,
16
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "aea250ad-ce2a-4ded-b867-39ca31f99a0f",
"name": "text",
"type": "string",
"value": "={{ $json.output }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "1429d8b1-0dd8-475d-95ff-b5471b1215ad",
"name": "새 프롬프트 설정",
"type": "n8n-nodes-base.set",
"position": [
1136,
288
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "ff2f93fa-799d-422e-8db2-a807de13b9e7",
"name": "IDEA",
"type": "string",
"value": "={{ $json.responseValues.text.value }}"
},
{
"id": "d7927120-c7f4-4bf1-8f56-c92f4e3b7872",
"name": "PLATFORM",
"type": "string",
"value": "={{ $json.meta.PLATFORM }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "abc634b2-0246-4662-aa4b-06e2226a640c",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-688,
-560
],
"parameters": {
"width": 848,
"height": 112,
"content": "## STEP 1\n- Clone [this Google Sheet](https://docs.google.com/spreadsheets/d/1WLdKRpPxwLzvD27uHZIlY5Lcc5i-79PmapcWyYzJevI/edit?usp=sharing)\n- Fill in the \"Date\" and \"Idea\" fields and select the social media platform."
},
"typeVersion": 1
},
{
"id": "10aaabb0-a72d-4496-a23d-3b47fa3b0d81",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-688,
-432
],
"parameters": {
"width": 848,
"height": 176,
"content": "## STEP 2\n- Install GoToHuman node in your n8n instance\n- Go to [GoToHuman](https://www.gotohuman.com/) website\n- Create a \"New Review Template\"\n- Get your API KEY\n- Add the template in n8n \"GoToHuman\" loop"
},
"typeVersion": 1
},
{
"id": "44185926-44fb-4810-b541-e9e792ea38c2",
"name": "아이디어 가져오기",
"type": "n8n-nodes-base.googleSheets",
"position": [
-368,
0
],
"parameters": {
"options": {},
"filtersUI": {
"values": [
{
"lookupColumn": "APPROVED"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1WLdKRpPxwLzvD27uHZIlY5Lcc5i-79PmapcWyYzJevI/edit#gid=0",
"cachedResultName": "Foglio1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1WLdKRpPxwLzvD27uHZIlY5Lcc5i-79PmapcWyYzJevI",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1WLdKRpPxwLzvD27uHZIlY5Lcc5i-79PmapcWyYzJevI/edit?usp=drivesdk",
"cachedResultName": "Editorial Plan"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "JYR6a64Qecd6t8Hb",
"name": "Google Sheets account"
}
},
"typeVersion": 4.7
},
{
"id": "a0513b14-111e-4462-93cd-5742db306181",
"name": "스티커 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
816,
-32
],
"parameters": {
"height": 192,
"content": "Set your review template"
},
"typeVersion": 1
},
{
"id": "78fcb528-e425-4215-a4f6-37c5d92ef7f9",
"name": "스티커 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1072,
240
],
"parameters": {
"width": 208,
"height": 176,
"content": "Set your new prompt"
},
"typeVersion": 1
},
{
"id": "421822b4-07f1-4370-b433-12739f4b5538",
"name": "스티커 노트5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1088,
-32
],
"parameters": {
"height": 192,
"content": "If the content generated is approved or not"
},
"typeVersion": 1
},
{
"id": "aa6505dc-0f62-4c4f-a2aa-d3dab4f843ef",
"name": "Anthropic 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
"position": [
176,
208
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "claude-sonnet-4-5-20250929",
"cachedResultName": "Claude Sonnet 4.5"
},
"options": {}
},
"credentials": {
"anthropicApi": {
"id": "NNTZAD0Gmf7lcniq",
"name": "Anthropic account"
}
},
"typeVersion": 1.3
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "02682927-5a1a-4041-b0a1-c4064a20ab42",
"connections": {
"38e95143-17a2-4195-8047-5fd890dc8ea8": {
"main": [
[
{
"node": "1600d02f-593b-4546-b6f2-7f6cf5401ca0",
"type": "main",
"index": 0
}
],
[
{
"node": "1429d8b1-0dd8-475d-95ff-b5471b1215ad",
"type": "main",
"index": 0
}
]
]
},
"62fded1a-d57d-46ea-aa44-ea86b572e4ec": {
"main": [
[
{
"node": "c9d4ea50-4ae8-43cd-8038-83efa23e2f40",
"type": "main",
"index": 0
}
]
]
},
"44185926-44fb-4810-b541-e9e792ea38c2": {
"main": [
[
{
"node": "681b2555-e9ce-4a7e-8ff9-5bd4301fc946",
"type": "main",
"index": 0
}
]
]
},
"1429d8b1-0dd8-475d-95ff-b5471b1215ad": {
"main": [
[
{
"node": "ab083a38-be9b-4b12-b22a-0031d00d1972",
"type": "main",
"index": 0
}
]
]
},
"681b2555-e9ce-4a7e-8ff9-5bd4301fc946": {
"main": [
[],
[
{
"node": "ab083a38-be9b-4b12-b22a-0031d00d1972",
"type": "main",
"index": 0
}
]
]
},
"1600d02f-593b-4546-b6f2-7f6cf5401ca0": {
"main": [
[
{
"node": "681b2555-e9ce-4a7e-8ff9-5bd4301fc946",
"type": "main",
"index": 0
}
]
]
},
"aa6505dc-0f62-4c4f-a2aa-d3dab4f843ef": {
"ai_languageModel": [
[
{
"node": "ab083a38-be9b-4b12-b22a-0031d00d1972",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"ab083a38-be9b-4b12-b22a-0031d00d1972": {
"main": [
[
{
"node": "62fded1a-d57d-46ea-aa44-ea86b572e4ec",
"type": "main",
"index": 0
}
]
]
},
"ffe2762d-5976-4570-ae33-a2378aedd91a": {
"main": [
[
{
"node": "44185926-44fb-4810-b541-e9e792ea38c2",
"type": "main",
"index": 0
}
]
]
},
"c9d4ea50-4ae8-43cd-8038-83efa23e2f40": {
"main": [
[
{
"node": "38e95143-17a2-4195-8047-5fd890dc8ea8",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
ScrapeGraph AI를 사용하여 n8n 커뮤니티에서 최근 추가된 워크플로우 추출
ScrapeGraphAI와 Gemini를 사용하여 n8n 커뮤니티가 최근 추가한 워크플로우를 추출하고 저장합니다.
Set
Merge
Split Out
+
Set
Merge
Split Out
21 노드Davide
기타
Twitter 브랜드 자동 홍보
사용Anthropic Claude AI및Google Sheets보고서자동进行Twitter品牌推广
Set
Code
Wait
+
Set
Code
Wait
26 노드Pavlo Hurhu
소셜 미디어
LinkedIn 및 X 바이럴 콘텐츠 자동 엔진
사용AI생성및게시자동생성LinkedIn및X의病毒콘텐츠
If
Set
Wait
+
If
Set
Wait
156 노드Diptamoy Barman
콘텐츠 제작
시각화 참조 라이브러리에서 n8n 노드를 탐색
可视化 참조 라이브러리에서 n8n 노드를 탐색
If
Ftp
Set
+
If
Ftp
Set
113 노드I versus AI
기타
WooCommerce 의류 카탈로그의 AI 가상 피팅
WooCommerce 의류 카탈로그의 AI 가상 피팅 자동 생성
If
Set
Wait
+
If
Set
Wait
21 노드Davide
영업
시험 문제 생성
Google 문서와 Gemini AI 기반 시험 문제 및 답변 자동 생성
Code
Google Docs
Http Request
+
Code
Google Docs
Http Request
37 노드Davide
기타
워크플로우 정보
난이도
고급
노드 수17
카테고리-
노드 유형10
저자
Davide
@n3witaliaFull-stack Web Developer based in Italy specialising in Marketing & AI-powered automations. For business enquiries, send me an email at info@n3w.it or add me on Linkedin.com/in/davideboizza
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유