Skip to main content

Extract marketing testimonials from feedback with Gemini AI and Google Sheets

Workflow preview

Workflow preview
100%
Extract marketing testimonials from feedback with Gemini AI and Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Extract Marketing Testimonials from Feedback with Gemini AI and Google Sheets Overview This workflow automatically extracts short emotional testimonials from Google Form responses. It listens fo...

Best for

  • Content Creation automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googlesheetstrigger, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yaron Been.

Original n8n.io source

1.1 Workflow description

Title
Extract marketing testimonials from feedback with Gemini AI and Google Sheets
Workflow name
Extract marketing testimonials from feedback with Gemini AI and Google Sheets

Extract Marketing Testimonials from Feedback with Gemini AI and Google Sheets

🌍 Overview

This workflow automatically extracts short emotional testimonials from Google Form responses. It listens for new feedback in Google Sheets, processes it with AI (Google Gemini), writes back a refined testimonial, and sends an email notification.

Think of it as your testimonial assistantβ€”turning raw customer feedback into marketing-ready quotes.


🟒 Section 1: Trigger – Listen for New Feedback

πŸ”— Nodes:

  • Google Sheets Trigger β†’ Watches for new rows (new form responses).

πŸ’‘ Beginner takeaway: Whenever a customer submits feedback via your form, this trigger wakes up the workflow.

πŸ“ˆ Advantage: No manual checking β€” feedback is instantly processed.


🟦 Section 2: Testimonial Extraction with AI

πŸ”— Nodes:

  • Basic LLM Chain β†’ Runs a custom prompt that tells the AI: β€œExtract a short, emotional testimonial quote from the feedback.”
  • Google Gemini Chat Model β†’ The AI brain that processes and rewrites the testimonial.

πŸ’‘ Beginner takeaway: This part filters out neutral or boring text and produces a catchy, emotional testimonial.

πŸ“ˆ Advantage: Saves you time editing feedback β†’ instantly produces marketing-ready quotes.


🟣 Section 3: Store & Notify

πŸ”— Nodes:

  • Google Sheets (Write Back) β†’ Saves the extracted testimonial into the same Google Sheet.
  • Gmail β†’ Sends an email with the new testimonial to your chosen inbox.

πŸ’‘ Beginner takeaway: The testimonial is both saved for records and shared with your team via email.

πŸ“ˆ Advantage: You get real-time alerts and maintain a growing database of testimonials.


πŸ“Š Final Overview Table

Section Nodes Purpose Benefit
🟒 Trigger Google Sheets Trigger Detect new feedback Automated start
🟦 AI Extraction LLM Chain + Gemini Extract emotional testimonial Marketing-ready quotes
🟣 Store & Notify Google Sheets + Gmail Save + send testimonial Organized + instant alerts

πŸš€ Why This Workflow is Useful

  • Automates testimonial creation β†’ No manual copywriting needed
  • Captures emotions β†’ AI filters for impactful quotes
  • Centralized storage β†’ All testimonials logged in Google Sheets
  • Instant notifications β†’ New testimonials delivered straight to email
  • Beginner-friendly β†’ Just connect your sheet + Gmail and it runs on its own

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Google Sheets Trigger

Type / Role
n8n-nodes-base.googleSheetsTrigger - googleSheetsTrigger
Config choices
Version 1

Block 2 - Basic LLM Chain

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.5

Block 3 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 4 - Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 5 - Gmail

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 6 - Sticky Note9

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Extract marketing testimonials from feedback with Gemini AI and Google Sheets
Complexity intermediate
Nodes 10
Categories Content Creation, AI Summarization
Author Yaron Been
Published 25 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4378/4378.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Extract marketing testimonials from feedback with Gemini AI and Google Sheets do?

Extract Marketing Testimonials from Feedback with Gemini AI and Google Sheets Overview This workflow automatically extracts short emotional testimonials from Google Form responses. It listens fo...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, AI Summarization use case.