Skip to main content

Collect & process trip feedback with Google Sheets and email notifications

Workflow preview

Workflow preview
100%
Collect & process trip feedback with Google Sheets and email notifications preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This n8n workflow automates the collection and processing of trip feedback data using Google Sheets as the backend. When new users are added to the system, they automatically receive feedback forms...

Best for

  • Market Research automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.wait, n8n-nodes-base.formtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.googlesheets, n8n-nodes-base.emailsend, n8n-nodes-base.stickynote, n8n-nodes-base.googlesheetstrigger

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Collect & process trip feedback with Google Sheets and email notifications
Workflow name
Collect & process trip feedback with Google Sheets and email notifications

This n8n workflow automates the collection and processing of trip feedback data using Google Sheets as the backend. When new users are added to the system, they automatically receive feedback forms via email, and all responses are systematically processed and stored in Google Sheets for analysis and record-keeping.

Good to know

  • The delay buffer prevents system overload and ensures data integrity before sending notifications.
  • All feedback data is automatically organized and maintained in Google Sheets for easy access and analysis.
  • The workflow handles both new user onboarding and trip feedback submission seamlessly.

How it works

  • The Trigger - New User Entry node detects when a new user is added to the Google Sheets feedback form database.
  • The Delay - Process Buffer node introduces a processing delay to ensure data is fully processed before sending notifications, avoiding premature actions.
  • The Send Email To That New User node automatically sends a feedback form email to the newly registered user.
  • When a user submits their trip feedback, the Trigger - Trip Form Submission node captures the submission.
  • The Tack All Feedback Item node iterates over each form submission item to process multiple entries if present, ensuring all feedback data is handled.
  • The Update - Trip Feedback Sheet node appends or updates the trip feedback data in the Google Sheets, maintaining an organized record of all responses.

How to use

  • Import the workflow into n8n and configure the nodes with your Google Sheets API credentials and email service settings.
  • Set up your Google Sheets with the appropriate columns for user data and feedback responses.
  • Test the workflow by adding a new user entry to verify email delivery and feedback processing.

Requirements

  • Google Sheets API credentials with read/write permissions
  • Email service configuration (SMTP or email API)
  • Access to Google Sheets containing user data and feedback forms

Customising this workflow

  • Modify the email template in the Send Email To That New User node to match your branding and feedback requirements.
  • Adjust the delay timing in the Delay - Process Buffer node based on your system's processing needs.
  • Customize the Google Sheets structure and update the Update - Trip Feedback Sheet node accordingly to match your data organization preferences.

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 - Delay - Process Buffer

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 2 - Trigger - Trip Form Submission

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.2

Block 3 - Tack All Feedback Item

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 4 - Update - Trip Feedback Sheet

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

Block 5 - Send Email To That New User

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

Block 6 - Sticky Note

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

Block 7 - Trigger - New User Entry

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

Block 8 - Sticky Note1

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

Block 9 - Sticky Note2

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

Block 10 - Sticky Note3

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

Block 11 - Sticky Note4

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

Block 12 - Sticky Note5

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

3. Summary Table

Workflow Collect & process trip feedback with Google Sheets and email notifications
Complexity intermediate
Nodes 12
Categories Market Research
Author Oneclick AI Squad
Published 16 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6050/6050.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 Collect & process trip feedback with Google Sheets and email notifications do?

This n8n workflow automates the collection and processing of trip feedback data using Google Sheets as the backend. When new users are added to the system, they automatically receive feedback forms...

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 Market Research use case.