AI 추천어 추출 어시스턴트: 피드백을 마케팅 보물로 전환하기
중급
이것은AI, Marketing, IT Ops분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 Gmail, GoogleSheets, ChainLlm, GoogleSheetsTrigger, LmChatGoogleGemini 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. AI 추천어 추출 에이전트: 피드백을 마케팅 보물로 전환하기
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •Google Sheets API 인증 정보
- •Google Gemini API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "GFNi9RFv4O8aZfzf",
"meta": {
"instanceId": "57c71fe69aec521b7d0bd3751d2e0aaa08f8884418e122571610a23c9eb8a65c"
},
"name": "AI Testimonial Extractor Agent: Feedback to Marketing Gold",
"tags": [],
"nodes": [
{
"id": "148abbeb-5366-4b37-8461-e7a5f9f12f1a",
"name": "스티커 노트 - 지원",
"type": "n8n-nodes-base.stickyNote",
"position": [
940,
560
],
"parameters": {
"color": 4,
"width": 440,
"height": 640,
"content": "=======================================\n WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n Yaron@nofluff.online\n\nExplore more tips and tutorials here:\n - YouTube: https://www.youtube.com/@YaronBeen/videos\n - LinkedIn: https://www.linkedin.com/in/yaronbeen/\n=======================================\n\nAuthor:\nYaron Been\n"
},
"typeVersion": 1
},
{
"id": "127a9a55-64e8-4798-ac2b-0b79c3d1db25",
"name": "스티커 노트 - 설명",
"type": "n8n-nodes-base.stickyNote",
"position": [
-460,
360
],
"parameters": {
"width": 480,
"content": "Workflow Name: Testimonial Extractor\n\nDescription:\nThis workflow listens for new rows added to a Google Sheet form response, extracts a short emotional testimonial using a language model, writes it back to the sheet, and sends an email notification with the extracted quote."
},
"typeVersion": 1
},
{
"id": "aa56fe49-6cda-4d2f-853c-353c106fab01",
"name": "Google Gemini 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
-140,
940
],
"parameters": {
"options": {},
"modelName": "models/gemini-2.0-flash"
},
"credentials": {
"googlePalmApi": {
"id": "cHiuNFEYYehlLyFW",
"name": "Google Gemini(PaLM) Api account"
}
},
"typeVersion": 1
},
{
"id": "6c6861c2-8d0d-407a-9d9c-e477f33fcfe9",
"name": "새 폼 응답 트리거",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-260,
580
],
"parameters": {
"event": "rowAdded",
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": 352165437,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/14nmSXdGURNj3a1uQsxNcspdN5HrjGl8TA8t-hdQUF2s/edit#gid=352165437",
"cachedResultName": "Form Responses 1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "14nmSXdGURNj3a1uQsxNcspdN5HrjGl8TA8t-hdQUF2s",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/14nmSXdGURNj3a1uQsxNcspdN5HrjGl8TA8t-hdQUF2s/edit?usp=drivesdk",
"cachedResultName": "Testimonial"
}
},
"credentials": {
"googleSheetsTriggerOAuth2Api": {
"id": "HyhUBfOVRIuLMcGw",
"name": "Google Sheets Trigger account"
}
},
"typeVersion": 1
},
{
"id": "24e5c25a-61f5-4543-a927-392ba5a69305",
"name": "스티커 노트",
"type": "n8n-nodes-base.stickyNote",
"position": [
-320,
760
],
"parameters": {
"width": 220,
"height": 80,
"content": " Starts the workflow whenever a user submits new feedback via Google Form."
},
"typeVersion": 1
},
{
"id": "a8d7f6b3-41c1-43f2-9f11-d4102e3fe884",
"name": "스티커 노트1",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
760
],
"parameters": {
"width": 220,
"height": 80,
"content": "Uses Gemini to generate a concise testimonial quote from user feedback."
},
"typeVersion": 1
},
{
"id": "4245358e-744f-42f4-9cd6-fd32480684b5",
"name": "스티커 노트2",
"type": "n8n-nodes-base.stickyNote",
"position": [
300,
760
],
"parameters": {
"width": 220,
"height": 80,
"content": "Stores original feedback, extracted quote, and user info in a testimonials tab."
},
"typeVersion": 1
},
{
"id": "9bcc0d37-c47e-4b89-b7bd-3f40baca27cf",
"name": "스티커 노트3",
"type": "n8n-nodes-base.stickyNote",
"position": [
540,
760
],
"parameters": {
"width": 220,
"height": 80,
"content": "Sends email alert to marketing when a new testimonial is added."
},
"typeVersion": 1
},
{
"id": "fd4ec61f-6af7-423e-ac97-43c15d0c19f4",
"name": "Gemini로 추천어 추출",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
-40,
580
],
"parameters": {
"text": "=Extract a short, emotionally engaging testimonial quote from the following user feedback. Ignore neutral or irrelevant text. Only return the quote.\n\"{{ $json.Feedback }}\"\n\nFeedback: \"{{ $json[\"Feedback\"] }}\"\n",
"promptType": "define"
},
"typeVersion": 1.5
},
{
"id": "c72c0de6-cc21-4b9c-8bf8-b7aa6fd90d7b",
"name": "추출된 추천어 저장",
"type": "n8n-nodes-base.googleSheets",
"position": [
320,
580
],
"parameters": {
"columns": {
"value": {},
"schema": [
{
"id": "Timestamp",
"type": "string",
"display": true,
"required": false,
"displayName": "Timestamp",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Name",
"type": "string",
"display": true,
"required": false,
"displayName": "Name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Email",
"type": "string",
"display": true,
"required": false,
"displayName": "Email",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Feedback",
"type": "string",
"display": true,
"required": false,
"displayName": "Feedback",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Testimony",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "Testimony",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "text",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "text",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "autoMapInputData",
"matchingColumns": [
"Testimony"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "appendOrUpdate",
"sheetName": {
"__rl": true,
"mode": "list",
"value": 352165437,
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/14nmSXdGURNj3a1uQsxNcspdN5HrjGl8TA8t-hdQUF2s/edit#gid=352165437",
"cachedResultName": "Form Responses 1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "14nmSXdGURNj3a1uQsxNcspdN5HrjGl8TA8t-hdQUF2s",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/14nmSXdGURNj3a1uQsxNcspdN5HrjGl8TA8t-hdQUF2s/edit?usp=drivesdk",
"cachedResultName": "Testimonial"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "pIXaxnRxnyRBTUfl",
"name": "Google Sheets account 3"
}
},
"typeVersion": 4.5
},
{
"id": "64020a72-449b-489f-8a21-c2371f1af8f5",
"name": "마케팅 팀에 알림",
"type": "n8n-nodes-base.gmail",
"position": [
540,
580
],
"webhookId": "acce1be8-39ab-4f30-8549-9e06614abbf3",
"parameters": {
"sendTo": "nataylamesa@gmail.com",
"message": "={{ $json.text }}",
"options": {},
"subject": "New Testimonial Extracted"
},
"credentials": {
"gmailOAuth2": {
"id": "4xTRVs8hsWgrdhHr",
"name": "Gmail account 2"
}
},
"typeVersion": 2.1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "6a7b7d30-00a5-47eb-8d18-0a63adbbcbc7",
"connections": {
"aa56fe49-6cda-4d2f-853c-353c106fab01": {
"ai_languageModel": [
[
{
"node": "fd4ec61f-6af7-423e-ac97-43c15d0c19f4",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"6c6861c2-8d0d-407a-9d9c-e477f33fcfe9": {
"main": [
[
{
"node": "fd4ec61f-6af7-423e-ac97-43c15d0c19f4",
"type": "main",
"index": 0
}
]
]
},
"c72c0de6-cc21-4b9c-8bf8-b7aa6fd90d7b": {
"main": [
[
{
"node": "64020a72-449b-489f-8a21-c2371f1af8f5",
"type": "main",
"index": 0
}
]
]
},
"fd4ec61f-6af7-423e-ac97-43c15d0c19f4": {
"main": [
[
{
"node": "c72c0de6-cc21-4b9c-8bf8-b7aa6fd90d7b",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 인공지능, 마케팅, IT 운영
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Gemini AI와 Google Sheets를 사용하여 피드백에서 마케팅 추천을 추출
Gemini AI와 Google Sheets를 사용하여 피드백에서 마케팅 추천을 추출
Gmail
Google Sheets
Chain Llm
+
Gmail
Google Sheets
Chain Llm
7 노드Yaron Been
인공지능
AI YouTube 분석 어시스턴트: 댓글 분석 및 인사이트 리포트
AI YouTube 분석 어시스턴트: 댓글 분석기 및 인사이트 리포트 생성기
If
Set
Code
+
If
Set
Code
19 노드Yaron Been
인공지능
온보딩
AI고객入职에이전트:자동欢迎이메일생성기
Set
Gmail
Error Trigger
+
Set
Gmail
Error Trigger
20 노드Yaron Been
지원
입사 절차
AI 고객 온보딩 에이전트: 자동 환영 이메일 생성기
Set
Gmail
Error Trigger
+
Set
Gmail
Error Trigger
11 노드Yaron Been
지원
GPT-4를 사용한 LinkedIn 게시물 자동 생성 및 프로필/그룹에 배포
GPT-4로 LinkedIn 게시물 자동 생성 및 프로필, 그룹에 배포
If
Code
Limit
+
If
Code
Limit
14 노드Yaron Been
인공지능
Bright Data와 LLMs로 대규모 초개인화 아웃리치 자동화
Bright Data 및 대규모 언어 모델을 통한 대규모 초개인화 아웃리치 자동화
If
Set
Wait
+
If
Set
Wait
21 노드Yaron Been
영업
워크플로우 정보
난이도
중급
노드 수11
카테고리3
노드 유형6
저자
Yaron Been
@yaron-nofluffBuilding AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유