인공 개입형 포스트 디자이너(Mistral AI, ImageKit, LinkedIn 발행)
고급
이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 25개의 노드를 포함합니다.주로 S3, Set, Gmail, Merge, Switch 등의 노드를 사용하며. Mistral AI, ImageKit, LinkedIn이 발행한 인공 개입 포스트 디자이너와 결합
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •LinkedIn API 인증 정보
- •대상 API의 인증 정보가 필요할 수 있음
사용된 노드 (25)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "d2787088d49a05164783f5a9fa37e1730a27b190e51881d2128ba2bcd8c2656e",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "a171f8ee-c782-4e49-8725-4c4da246a72d",
"name": "채팅 메시지 수신 시",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
-2880,
3980
],
"webhookId": "1754b88b-6591-4373-a595-78c638e915b5",
"parameters": {
"options": {
"allowFileUploads": true
}
},
"typeVersion": 1.1
},
{
"id": "19f45580-6118-4fa9-bbeb-3cce50066b07",
"name": "필드 편집",
"type": "n8n-nodes-base.set",
"position": [
-2600,
3980
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "6ccb2d73-64ec-48d0-8f91-3221176cd821",
"name": "post",
"type": "string",
"value": "={{ $json.chatInput }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "90736b86-55b7-4cfe-95a6-7a1534801d06",
"name": "Mistral Cloud Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatMistralCloud",
"position": [
-2340,
4180
],
"parameters": {
"model": "mistral-small-latest",
"options": {}
},
"credentials": {
"mistralCloudApi": {
"id": "mRwBaVJZsN6hIzkX",
"name": "Mistral Cloud account 2"
}
},
"typeVersion": 1
},
{
"id": "547da51e-321c-451a-b96d-84fe6d7600f2",
"name": "필드 편집6",
"type": "n8n-nodes-base.set",
"position": [
-1840,
3980
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "ee05a8b8-0010-4f6a-ae59-9acd4cda9c5c",
"name": "line1",
"type": "string",
"value": "={{ $json.output.line1 }}"
},
{
"id": "d7579879-3c87-47bf-904e-fd984265631a",
"name": "safeName",
"type": "string",
"value": "={{ $('AI Agent').item.json.output.line1.split(' ')[0].replace(/[^a-zA-Z0-9]/g, '') + '_' + new Date().toISOString().slice(0,10).replace(/-/g, '') }}"
},
{
"id": "9d254a6b-e6eb-4df4-a771-e03a829ac4d8",
"name": "line2",
"type": "string",
"value": "={{ $json.output.line2 }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "294d48b7-6da6-419d-8c1d-4a2f2078193d",
"name": "승인 요청 전송1",
"type": "n8n-nodes-base.gmail",
"position": [
-760,
4080
],
"webhookId": "a23938a4-fc6c-4445-8dee-17e501e92e06",
"parameters": {
"sendTo": "= {{ $json.email }}",
"message": "=your post is ready\n{{ $json.output }}",
"options": {
"appendAttribution": false
},
"subject": "Approval Required for LinkedIn post",
"operation": "sendAndWait",
"formFields": {
"values": [
{
"fieldType": "dropdown",
"fieldLabel": "Approve Content?",
"fieldOptions": {
"values": [
{
"option": "Yes"
},
{
"option": "No"
},
{
"option": "Cancel"
}
]
},
"requiredField": true
},
{
"fieldType": "textarea",
"fieldLabel": "Content Feedback"
}
]
},
"responseType": "customForm"
},
"credentials": {
"gmailOAuth2": {
"id": "WuamtxlwHxi5NKfr",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "3a9acbcd-710d-4a28-adf8-eb366afb93de",
"name": "승인 결과1",
"type": "n8n-nodes-base.switch",
"position": [
-560,
4100
],
"parameters": {
"rules": {
"values": [
{
"outputKey": "Yes",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "317039f4-754e-4cb0-a674-eb8d26c9ed27",
"operator": {
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.data['Approve Content?'] }}",
"rightValue": "Yes"
}
]
},
"renameOutput": true
},
{
"outputKey": "No",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "caace3ea-4ca0-40de-84fb-5a8fd809a0eb",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.data['Approve Content?'] }}",
"rightValue": "No"
}
]
},
"renameOutput": true
},
{
"outputKey": "Cancel",
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "f93e5649-6a21-49a9-9993-85f1323139b0",
"operator": {
"name": "filter.operator.equals",
"type": "string",
"operation": "equals"
},
"leftValue": "={{ $json.data['Approve Content?'] }}",
"rightValue": "Cancel"
}
]
},
"renameOutput": true
}
]
},
"options": {}
},
"typeVersion": 3.2
},
{
"id": "c8e6149c-36f2-456e-8925-ae55e2ad5cb7",
"name": "피드백 기반 수정",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-60,
4220
],
"parameters": {
"text": "=##role\nyou are assistant to make LinkedIn post based on user response\npost :{{ $('AI Agent').item.json.output.postclean }}\nchanges :{{ $json.data['Content Feedback'] }}\nDon't make drastic changes — only needed edits for grammar, clarity, or flow.\nReturn the post back in the same tone and structure.\n\n##input",
"options": {},
"promptType": "define"
},
"typeVersion": 1.9
},
{
"id": "f405cc1c-e824-46b2-8440-9562086bc3a6",
"name": "병합",
"type": "n8n-nodes-base.merge",
"position": [
200,
3980
],
"parameters": {
"mode": "combine",
"options": {},
"combineBy": "combineAll"
},
"typeVersion": 3.1
},
{
"id": "cd07964b-d52f-4ca6-acfe-50abbc9a08bc",
"name": "S32",
"type": "n8n-nodes-base.s3",
"position": [
-1280,
4080
],
"parameters": {
"fileName": "={{ $json.safeName }}",
"operation": "upload",
"bucketName": "rag",
"additionalFields": {}
},
"credentials": {
"s3": {
"id": "kxM6BjwCa2LsVIgl",
"name": "S3 account 4 working"
}
},
"typeVersion": 1
},
{
"id": "5c75e862-459d-44c9-9d66-b0b2fb4931a3",
"name": "텍스트를 HTML로 변환",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-1120,
4080
],
"parameters": {
"text": "={{ $('AI Agent').item.json.output.postclean }}",
"options": {
"systemMessage": "= You are a precise HTML formatter.\n\nConvert the following LinkedIn-style post written in Markdown into valid, semantic HTML suitable for sending as the body of a professional marketing email.\n\nRequirements:\n\n- Keep the structure and tone of a LinkedIn post (short paragraphs, emojis, clear headers, bullets, numbered lists, line breaks)\n- Use semantic HTML: <p>, <br>, <ul>, <ol>, <li>, <strong>, <em>, <blockquote>, <a>, etc.\n- Apply minimal inline CSS to enhance readability (font size, spacing, alignment) so it's visually polished when viewed in email\n- Do NOT include <html>, <head>, or <body> tags\n- Do NOT use any JavaScript\n-all hastag in one lines dont use break\n- At the bottom, embed this image:\n <img src=\"https://rmlkaysgqjrtjedpopha.supabase.co/storage/v1/object/public/rag/{{ $('Edit Fields6').item.json.safeName }}\" alt=\"Image\" style=\"max-width:100%; height:auto; margin-top:20px;\" />\n\n- Output only raw HTML with no extra explanation or text or tags \n "
},
"promptType": "define"
},
"typeVersion": 2
},
{
"id": "83c4c1ad-ab47-49dd-a99f-eb4dced153db",
"name": "Mistral Cloud Chat Model4",
"type": "@n8n/n8n-nodes-langchain.lmChatMistralCloud",
"position": [
-1060,
4340
],
"parameters": {
"options": {}
},
"credentials": {
"mistralCloudApi": {
"id": "mRwBaVJZsN6hIzkX",
"name": "Mistral Cloud account 2"
}
},
"typeVersion": 1
},
{
"id": "c790feae-4889-432b-a13a-caf36a88134e",
"name": "필드 편집8",
"type": "n8n-nodes-base.set",
"position": [
-200,
4000
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "c253ac6b-6f2f-4505-8b54-2a253900280b",
"name": "output",
"type": "string",
"value": "={{ $('AI Agent').item.json.output.postclean }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "7d73414b-9542-4e11-aa0a-b7595d8d916f",
"name": "AI 에이전트",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-2300,
3980
],
"parameters": {
"text": "={{ $json.post }}",
"options": {
"systemMessage": "##Role\nYou are an assistant with the role of data formatter and banner caption creator.\n\n##Instructions\n1. For any given user query or post, remove only formatting issues such as \\n, **. The output should be clean, grammatically correct, and naturally readable. Important: don't remove emojis.\n2. Based on the cleaned input, create a catchy, relevant, and impactful banner text.\n -If the banner text is 5 words or less, it will be a single line.\n -important If it's more than 5 words, it will be split into line1 and line2. Each line will contain a maximum of 5 words.\n3. All banner text (single line or split lines) will be URL-encoded.\n4. Respond ONLY with a JSON object.\n5. only use %20 instead of space\n\nExample Input:\n\"This is a **really** awesome new product launch! Get ready for innovation!\\n🚀\"\n\nExample Output:\n```json\n{\n \"postclean\": \"This is a really awesome new product launch! ready innovation! \",\n \"banner_text\": {\n \"line1\": \"Awesome%20New%20Product%20Launch\", only 5 words allowed\n \"line2\":\"Ready%20Innovation\" should start with word\n }\n}"
},
"promptType": "define",
"hasOutputParser": true
},
"typeVersion": 2
},
{
"id": "638009af-4a55-4bfe-819d-a41c23c5e2a5",
"name": "구조화 출력 파서",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
-2100,
4180
],
"parameters": {
"jsonSchemaExample": "{\n \"postclean\": \"\",\n \"line1\": \"\",\n \"line2\":\"\"\n}"
},
"typeVersion": 1.2
},
{
"id": "f87da4d5-e5ca-481f-b1d1-7486eb996a5c",
"name": "LinkedIn",
"type": "n8n-nodes-base.linkedIn",
"position": [
400,
3980
],
"parameters": {
"text": "={{ $json.output }}",
"person": "agyagEHVK-",
"additionalFields": {},
"shareMediaCategory": "IMAGE"
},
"credentials": {
"linkedInOAuth2Api": {
"id": "DfM7WZl5s1WKM5JY",
"name": "LinkedIn account 2 working"
}
},
"typeVersion": 1
},
{
"id": "27b8d834-ee20-4b4b-9a2c-2507db4e0975",
"name": "HTTP Request6",
"type": "n8n-nodes-base.httpRequest",
"position": [
-1640,
3980
],
"parameters": {
"url": "=https://ik.imagekit.io/(imagekit image link).png?updatedAt=1751960203232&tr=l-text,i-{{ $json.line1 }},fs-30,co-FFFFFF,ff-Montserrat,tg-b,lx-20,ly-85,l-end:l-text,i-{{ $json.line2 }},fs-30,co-FFFFFF,ff-Montserrat,tg-b,lx-20,ly-130,l-end",
"options": {
"response": {
"response": {}
}
}
},
"typeVersion": 4.2
},
{
"id": "012d2ec7-ec5a-4c5c-9cdc-2fa642eec2b9",
"name": "스티키 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-120,
4140
],
"parameters": {
"width": 460,
"height": 300,
"content": "## revision loop"
},
"typeVersion": 1
},
{
"id": "6e3d5da2-371a-4c3f-bd55-fff9a007a2a4",
"name": "스티키 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-820,
3980
],
"parameters": {
"width": 520,
"height": 320,
"content": "## approval(human in the loop)"
},
"typeVersion": 1
},
{
"id": "a36f9d02-4700-4ada-96f9-505d7d62abb5",
"name": "스티키 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
320,
3900
],
"parameters": {
"width": 320,
"height": 260,
"content": "##post to linkedin"
},
"typeVersion": 1
},
{
"id": "4b6474db-7de3-4785-9b91-4317cf855368",
"name": "스티키 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2720,
3940
],
"parameters": {
"color": 5,
"width": 280,
"height": 240,
"content": "input post"
},
"typeVersion": 1
},
{
"id": "91adb84b-d475-4146-8b46-fd677fadddea",
"name": "스티키 노트4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-2400,
3920
],
"parameters": {
"color": 5,
"width": 460,
"height": 380,
"content": "clean post and add image banner"
},
"typeVersion": 1
},
{
"id": "5ec5abfc-a7db-4df5-abc0-a255d0be9649",
"name": "스티키 노트5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1860,
3880
],
"parameters": {
"width": 420,
"height": 420,
"content": "## image kit io for adding text on image https://imagekit.io/"
},
"typeVersion": 1
},
{
"id": "b35ef162-5ef0-4145-881b-d29200c79a62",
"name": "스티키 노트6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1380,
3980
],
"parameters": {
"height": 280,
"content": "s3 bucket for dynamic display of image"
},
"typeVersion": 1
},
{
"id": "48530c19-c87a-4187-a813-38c9d7cf4ac6",
"name": "스티키 노트7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-40,
4180
],
"parameters": {},
"typeVersion": 1
},
{
"id": "49ec908f-4ceb-44cc-9dc4-1cbea5ed4176",
"name": "스티키 노트8",
"type": "n8n-nodes-base.stickyNote",
"position": [
-40,
4180
],
"parameters": {},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"cd07964b-d52f-4ca6-acfe-50abbc9a08bc": {
"main": [
[
{
"node": "5c75e862-459d-44c9-9d66-b0b2fb4931a3",
"type": "main",
"index": 0
}
]
]
},
"f405cc1c-e824-46b2-8440-9562086bc3a6": {
"main": [
[
{
"node": "f87da4d5-e5ca-481f-b1d1-7486eb996a5c",
"type": "main",
"index": 0
}
]
]
},
"7d73414b-9542-4e11-aa0a-b7595d8d916f": {
"main": [
[
{
"node": "547da51e-321c-451a-b96d-84fe6d7600f2",
"type": "main",
"index": 0
}
]
]
},
"19f45580-6118-4fa9-bbeb-3cce50066b07": {
"main": [
[
{
"node": "7d73414b-9542-4e11-aa0a-b7595d8d916f",
"type": "main",
"index": 0
}
]
]
},
"547da51e-321c-451a-b96d-84fe6d7600f2": {
"main": [
[
{
"node": "27b8d834-ee20-4b4b-9a2c-2507db4e0975",
"type": "main",
"index": 0
}
]
]
},
"c790feae-4889-432b-a13a-caf36a88134e": {
"main": [
[
{
"node": "f405cc1c-e824-46b2-8440-9562086bc3a6",
"type": "main",
"index": 1
}
]
]
},
"5c75e862-459d-44c9-9d66-b0b2fb4931a3": {
"main": [
[
{
"node": "294d48b7-6da6-419d-8c1d-4a2f2078193d",
"type": "main",
"index": 0
}
]
]
},
"27b8d834-ee20-4b4b-9a2c-2507db4e0975": {
"main": [
[
{
"node": "cd07964b-d52f-4ca6-acfe-50abbc9a08bc",
"type": "main",
"index": 0
},
{
"node": "f405cc1c-e824-46b2-8440-9562086bc3a6",
"type": "main",
"index": 0
}
]
]
},
"3a9acbcd-710d-4a28-adf8-eb366afb93de": {
"main": [
[
{
"node": "c790feae-4889-432b-a13a-caf36a88134e",
"type": "main",
"index": 0
}
],
[
{
"node": "c8e6149c-36f2-456e-8925-ae55e2ad5cb7",
"type": "main",
"index": 0
}
]
]
},
"90736b86-55b7-4cfe-95a6-7a1534801d06": {
"ai_languageModel": [
[
{
"node": "7d73414b-9542-4e11-aa0a-b7595d8d916f",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"638009af-4a55-4bfe-819d-a41c23c5e2a5": {
"ai_outputParser": [
[
{
"node": "7d73414b-9542-4e11-aa0a-b7595d8d916f",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"83c4c1ad-ab47-49dd-a99f-eb4dced153db": {
"ai_languageModel": [
[
{
"node": "c8e6149c-36f2-456e-8925-ae55e2ad5cb7",
"type": "ai_languageModel",
"index": 0
},
{
"node": "5c75e862-459d-44c9-9d66-b0b2fb4931a3",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"c8e6149c-36f2-456e-8925-ae55e2ad5cb7": {
"main": [
[
{
"node": "19f45580-6118-4fa9-bbeb-3cce50066b07",
"type": "main",
"index": 0
}
]
]
},
"294d48b7-6da6-419d-8c1d-4a2f2078193d": {
"main": [
[
{
"node": "3a9acbcd-710d-4a28-adf8-eb366afb93de",
"type": "main",
"index": 0
}
]
]
},
"a171f8ee-c782-4e49-8725-4c4da246a72d": {
"main": [
[
{
"node": "19f45580-6118-4fa9-bbeb-3cce50066b07",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 콘텐츠 제작, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Mistral OCR와 Gmail 인공지능 검증을 사용하여 근무 시간 테이블 데이터 추출
Mistral OCR과 Gmail 인공지능 검증을 사용하여 근무 시간 테이블 데이터를 추출
Set
Code
Gmail
+
Set
Code
Gmail
32 노드Rajeet Nair
콘텐츠 제작
Mistral AI와 Pollinations.ai를 사용하여 소셜 미디어 활동 이미지를 생성
Mistral AI와 Pollinations.ai를 사용하여 소셜 미디어 활동 이미지 생성
Set
Code
Merge
+
Set
Code
Merge
29 노드Rajeet Nair
콘텐츠 제작
✨🩷자동화소셜 미디어콘텐츠게시工厂 + 系统提示组合
基于动态系统提示및GPT-4o의AI驱动多平台소셜 미디어콘텐츠工厂
If
Set
Code
+
If
Set
Code
100 노드Amit Mehta
콘텐츠 제작
GPT-4o 및 오류 처리를 통한 자동화 이력서 스크리닝 - Google 스프레드시트 및 드라이브 플로우
GPT-4o 및 오류 처리를 사용한 자동화된 이력서 선별 - Google Sheets 및 Drive 프로세스
If
Set
Gmail
+
If
Set
Gmail
34 노드David Olusola
콘텐츠 제작
제 작업流程5
Gemini AI, 네트워크 검색 및 PDF 배달 기반의 전면적인 연구 보고서 생성기
Set
Code
Html
+
Set
Code
Html
102 노드Hichul
콘텐츠 제작
✨🩷 자동 소셜 미디어 콘텐츠 배포 공장 + 시스템 튜링 조합
GPT-4o를 사용하여 6개 플랫폼에서 플랫폼 최적화된 소셜 미디어 내용 생성
If
Set
Code
+
If
Set
Code
100 노드Luan Correia
소셜 미디어