{
  "name": "AI testimonial extractor agent: feedback to marketing gold",
  "nodes": [
    {
      "id": "686c97d3-0a5a-4a4d-b70b-d9fad8b20057",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        368,
        640
      ]
    },
    {
      "id": "2989661e-a0bf-45ad-9d01-99a201c483e5",
      "name": "New Form Response Trigger",
      "type": "n8n-nodes-base.googleSheetsTrigger",
      "position": [
        256,
        272
      ]
    },
    {
      "id": "d7f15460-6789-40b7-90b5-41caff813fa2",
      "name": "Extract Testimonial with Gemini",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        480,
        272
      ]
    },
    {
      "id": "786ff5ad-1f1d-44b0-921c-948ea11d769d",
      "name": "Save Extracted Testimonial",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        896,
        272
      ]
    },
    {
      "id": "e3755f5e-05f6-4cdb-bad0-29ad18680d82",
      "name": "Notify Marketing Team",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1216,
        272
      ]
    },
    {
      "id": "0e9a2b3a-1cb7-4492-abbf-6e3c3155b72a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        176,
        -400
      ],
      "parameters": {
        "width": 244,
        "height": 896,
        "content": "## 🟢 Section 1: Trigger – Capture New Feedback\n\n🔗 **Node:** `New Form Response Trigger` (Google Sheets Trigger)\n\n* Watches for **new rows** added to a Google Sheet (linked to your form).\n* Starts the "
      }
    },
    {
      "id": "ff22fb99-2519-4a06-8b7a-ebeb91c29509",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        464,
        -528
      ],
      "parameters": {
        "width": 260,
        "height": 1024,
        "content": "## 🟦 Section 2: AI Extraction with Gemini\n\n🔗 **Nodes:**\n\n* `Extract Testimonial with Gemini` → Uses **Google Gemini Flash** to rephrase the raw feedback into a concise testimonial.\n* `Google Gemini Ch"
      }
    },
    {
      "id": "bfbd43bf-3ef2-4f80-9653-d67b100d2621",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        816,
        -256
      ],
      "parameters": {
        "width": 260,
        "height": 752,
        "content": "## 🟣 Section 3: Save to Database\n\n🔗 **Node:** `Save Extracted Testimonial` (Google Sheets)\n\n* Saves the following data into the sheet:\n\n  * **Timestamp**\n  * **Name**\n  * **Email**\n  * **Original Feed"
      }
    },
    {
      "id": "e430b8d1-2d41-45e1-968b-bbb532221c91",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1136,
        -224
      ],
      "parameters": {
        "width": 260,
        "height": 720,
        "content": "## 🟡 Section 4: Notify the Marketing Team\n\n🔗 **Node:** `Notify Marketing Team` (Gmail)\n\n* Sends an **email alert** with the new testimonial.\n* Subject: `New Testimonial Extracted`\n* Body: Contains the"
      }
    },
    {
      "id": "6052fe77-ff57-4ed4-8778-70ce58943fe9",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1440,
        -240
      ],
      "parameters": {
        "width": 1300,
        "height": 320,
        "content": "=======================================\n            WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tip"
      }
    },
    {
      "id": "8b08e989-c0b2-48c2-9d27-b05b720ee56c",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1440,
        96
      ],
      "parameters": {
        "width": 1289,
        "height": 2446,
        "content": "# AI Testimonial Extractor Agent: Feedback to Marketing Gold\n\n**Subtitle:** Feedback to Marketing Gold\n\n### 🌍 Overview\n\nThis workflow transforms **raw customer feedback** from Google Forms into **shor"
      }
    }
  ],
  "connections": {
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Extract Testimonial with Gemini",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "New Form Response Trigger": {
      "main": [
        [
          {
            "node": "Extract Testimonial with Gemini",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save Extracted Testimonial": {
      "main": [
        [
          {
            "node": "Notify Marketing Team",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Testimonial with Gemini": {
      "main": [
        [
          {
            "node": "Save Extracted Testimonial",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}