Gemini AI와 Google Sheets를 사용하여 피드백에서 마케팅 추천을 추출
중급
이것은AI, Marketing분야의자동화 워크플로우로, 7개의 노드를 포함합니다.주로 Gmail, GoogleSheets, ChainLlm, GoogleSheetsTrigger, LmChatGoogleGemini 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Gemini AI와 Google Sheets를 사용하여 피드백에서 마케팅 추천을 추출
사전 요구사항
- •Google 계정 및 Gmail API 인증 정보
- •Google Sheets API 인증 정보
- •Google Gemini API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"meta": {
"instanceId": "5aaf4236c70e34e423fbdb2c7b754d19253a933bb1476d548f75848a01e473cf",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "afcb0c52-765f-48be-a523-ede984a607eb",
"name": "메모 - Assistance",
"type": "n8n-nodes-base.stickyNote",
"position": [
-740,
740
],
"parameters": {
"color": 4,
"width": 560,
"height": 900,
"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": "648b0ae3-13aa-429b-b516-de12dfe8a96b",
"name": "메모 - Description",
"type": "n8n-nodes-base.stickyNote",
"position": [
-140,
920
],
"parameters": {
"width": 480,
"height": 500,
"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": "cef904bc-df66-4ac8-b013-5d5bb0f6993c",
"name": "Google 스프레드시트 Trigger",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
160,
1120
],
"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"
}
},
"typeVersion": 1
},
{
"id": "dc335413-fce4-46c7-996d-c5f014a0abbc",
"name": "Basic LLM 체인",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
480,
960
],
"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": "63b58b70-0ab0-4395-8aff-517769159578",
"name": "Google Gemini 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
980,
1360
],
"parameters": {
"options": {},
"modelName": "models/gemini-2.0-flash"
},
"typeVersion": 1
},
{
"id": "ba7da0dc-1bcf-4214-8c7b-8d94361981c2",
"name": "Google 스프레드시트",
"type": "n8n-nodes-base.googleSheets",
"position": [
1140,
1120
],
"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"
}
},
"typeVersion": 4.5
},
{
"id": "a9a74795-0688-4514-85fe-3146a30bb9c1",
"name": "Gmail",
"type": "n8n-nodes-base.gmail",
"position": [
1380,
1020
],
"webhookId": "acce1be8-39ab-4f30-8549-9e06614abbf3",
"parameters": {
"sendTo": "nataylamesa@gmail.com",
"message": "={{ $json.text }}",
"options": {},
"subject": "New Testimonial Extracted"
},
"typeVersion": 2.1
}
],
"pinData": {},
"connections": {
"Google Sheets": {
"main": [
[
{
"node": "a9a74795-0688-4514-85fe-3146a30bb9c1",
"type": "main",
"index": 0
}
]
]
},
"Basic LLM Chain": {
"main": [
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets Trigger": {
"main": [
[
{
"node": "Basic LLM Chain",
"type": "main",
"index": 0
}
]
]
},
"Google Gemini Chat Model": {
"ai_languageModel": [
[
{
"node": "Basic LLM Chain",
"type": "ai_languageModel",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 인공지능, 마케팅
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
AI 추천어 추출 어시스턴트: 피드백을 마케팅 보물로 전환하기
AI 추천어 추출 에이전트: 피드백을 마케팅 보물로 전환하기
Gmail
Google Sheets
Chain Llm
+
Gmail
Google Sheets
Chain Llm
11 노드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
영업
워크플로우 정보
난이도
중급
노드 수7
카테고리2
노드 유형6
저자
Yaron Been
@yaron-nofluffBuilding AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유