AI推薦文抽出アシスタント:フィードバックをマーケティングの宝へ

中級

これはAI, Marketing, IT Ops分野の自動化ワークフローで、11個のノードを含みます。主にGmail, GoogleSheets, ChainLlm, GoogleSheetsTrigger, LmChatGoogleGeminiなどのノードを使用、AI技術を活用したスマート自動化を実現。 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![Yaron Been](https://1.gravatar.com/avatar/a4e4dcaa1f76ff5266bbf80e8df86d22efda890474c68f7796e72fd82e3f2375?size=512&d=initials)"
      },
      "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 Chat Model",
      "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 スプレッドシート を使ってフィードバックからマーケティング推奨事項を抽出
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とLLMで自動化
Bright Dataと大規模言語モデルを通じた大規模超パーソナライズドアッティングの自動化
If
Set
Wait
+
If
Set
Wait
21 ノードYaron Been
営業
ワークフロー情報
難易度
中級
ノード数11
カテゴリー3
ノードタイプ6
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
Yaron Been

Yaron Been

@yaron-nofluff

Building AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34