Google Sheets Automation Workflows
3,632 ready-made Google Sheets workflows for n8n, Make, Zapier, Activepieces, and Pipedream. Spreadsheet-driven automations: logging, reporting, syncing rows to and from every tool in your stack.
Summarize Google Sheets Form Feedback via OpenAI's GPT-4
This n8n workflow was developed to collect and summarize feedback from an event that was collected via a Google Form and saved in a Google Sheets document. The workflow is triggered manually by clicking on the **Test workflow** button. The Google Sheets node retrieves the responses from the feedback form. The Aggregate node then combines all responses for each question into arrays and prepares the data for analysis. The OpenAI node processes the aggregated feedback data. System Prompt instructs the model to analyze the responses and generate a summary report that includes the overall sentiment regarding the event and constructive suggestions for improvement. The Markdown node converts the summary report, which is in Markdown format, into HTML. Finally, the Gmail node sends an HTML-formatted email to the specified email address.
n8n$9.99Automate Lead Enrichment and Storage with Leadfeeder, Clearbit, and Google Sheets
This workflow automates the process of enriching website visitor data from Leadfeeder with Clearbit and storing qualified leads in Google Sheets. It helps maximize outreach by focusing on high-potential leads based on engagement and company criteria.
n8n$9.99Generate Daily Sales Reports from Google Sheets with Formatted Email Summaries
Automates daily sales reporting by pulling data from Google Sheets, summarizing metrics like calls and prospecting, and sending formatted HTML/plain-text email reports.
n8n$12.99Monitor G2 Competitors' Reviews [Google Sheets, ScrapingBee, Slack]
This workflow monitors G2 reviews URLs. When a new review is published, it will: - Trigger a Slack notification - Record the review in Google Sheets To install it, you'll need: - Access to Slack, Google Sheets, and ScrapingBee Full guide here: [https://lempire.notion.site/Scrape-G2-reviews-with-n8n-3f46e280e8f24a68b3797f98d2fba433](https://lempire.notion.site/Scrape-G2-reviews-with-n8n-3f46e280e8f24a68b3797f98d2fba433)
n8n$9.99YouTube Transcript Extractor via Google Sheets or Webhook
Extracts transcripts from YouTube videos using Google Sheets monitoring or direct webhook API calls, with rich metadata like title, channel, and duration.
n8n$14.99Automate GPT-4o Fine-Tuning with Google Sheets or Airtable Data
Automates pulling ready examples from Google Sheets or Airtable, creating JSONL files, fine-tuning GPT-4o, and logging the model ID back to a registry. Saves hours of manual OpenAI fine-tuning setup.
n8n$24.99Automate Glassdoor Job Scraping to Google Sheets via Bright Data
Scrapes Glassdoor job listings using Bright Data based on keywords, location, and country, then stores organized data in Google Sheets for easy tracking and analysis.
n8n$22.99Automate Lead Management with Gmail, Google Sheets, and Slack
Streamline your lead management process by automating lead capture, qualification, CRM updates, agent assignment, and nurturing sequences using Gmail, Google Sheets, and Slack.
n8n$9.99Automate Gumroad Sales Management with MailerLite and Google Sheets
Streamline your sales process by automatically adding Gumroad buyers to a MailerLite group and logging their purchase details in Google Sheets.
n8n$4.99Automate Reddit Job Leads to Google Sheets
This workflow automates the process of gathering job leads from Reddit by extracting posts and comments from specified subreddits, filtering relevant content, and appending the data to Google Sheets.
n8n$19.99Automate LinkedIn Lead Scoring with Airtop and Google Sheets
Streamline your lead qualification process by automatically scoring LinkedIn profiles using Airtop and updating results in Google Sheets.
n8n$4.99Scrape LinkedIn Profiles & Save to Google Sheets with Apify
Automates scraping LinkedIn profiles via Apify and saves extracted data to Google Sheets for lead generation and recruitment.
n8n$19.99Automated Stale User Re-Engagement System with Supabase, Google Sheets, & Gmail
Built this workflow because most of our users signed up, then vanished after ~30 days. It runs daily, grabs those stale users from Supabase, updates a Google Sheet for tracking, and automatically sends each one a personalized HTML email through Gmail to bring them back. All fully automated - so once it's set up, it quietly does its job in the background. Currently, it only supports Supabase, but the concept should work with any DB or API if you swap out the request node.
n8n$9.99Automate AI-Powered Customer Support with Gmail, Slack, and Google Sheets
Enhance your customer support operations with AI-driven automation, integrating Gmail, Slack, and Google Sheets for efficient inquiry handling and escalation.
n8n$14.99Automate Hindu Festival Posts on X Using Google Sheets and AI
This workflow automates the creation and posting of bilingual social media content about Hindu festivals on X using Google Sheets and AI. It leverages Google Gemini for content generation and OpenAI's GPT-4o Mini for post selection, ensuring high-quality and engaging posts.
n8n$14.99Convert API JSON Data to Google Sheets and CSV Files
This workflow retrieves JSON data from an API and seamlessly integrates it into Google Sheets or converts it into a CSV file, providing flexibility in data management.
n8n$4.99Enrich LinkedIn Profiles from Google Sheets
Automates extracting email and contact info from LinkedIn profile URLs in Google Sheets, enriching data via API and updating the sheet seamlessly.
n8n$14.99Track Crypto Prices, New Listings & Transactions with CoinGecko & Google Sheets
# How It Works This workflow is a **comprehensive crypto automation system** that combines three critical functions for traders and investors into one powerful tool: ## Price Monitor - A `Cron` trigger runs on a schedule (e.g., every minute). - A `HTTP Request` node checks the cryptocurrency's price. - An `If` node compares the price against a defined threshold. - If the condition is met, a `Telegram` node sends an alert. ## New Listing Notifier - An `RSS Feed Trigger` monitors exchange announcements. - When a new listing is published, a `Telegram` node sends a real-time notification. ## Automated Crypto Transaction Logger - A second `Cron` trigger runs daily (or as scheduled). - A `HTTP Request` node fetches trade history from your exchange's API. - A `Code` node formats the transaction data. - A `Google Sheets` node logs it in your spreadsheet. --- # How to Set Up ## 1. Configure Credentials You will need credentials for: - **Telegram**: To send alerts and notifications. - **Google Sheets**: To log transaction history. - **Exchange API** (e.g., Binance): To fetch your trade history. ## 2. Customize the Price Monitor - **Node 2**: `HTTP Request (Check BTC Price)` Change the `url` to monitor a different crypto (e.g., Ethereum). - **Node 3**: `If (Price > $50k)` Adjust `rightValue` to set your target price threshold. - **Node 4**: `Telegram (Send Alert)` Replace `[YOUR TELEGRAM CHAT ID]` with your actual ID. ## 3. Customize the Listing Notifier - **Node 1**: `RSS Feed (New Listing Trigger)` Replace `feedUrl` with your preferred exchange's RSS feed. - **Node 2**: `Telegram (Listing Notif)` Replace `[YOUR TELEGRAM CHAT ID]` with your actual ID. ## 4. Customize the Transaction Logger - **Node 2**: `HTTP Request (Get Binance Trades)` Set the `url` to your exchange's trade history endpoint. Configure `headerParameters` for Authorization with your API key. - **Node 4**: `Google Sheets (Log Transactions)` Replace `[YOUR SPREADSHEET ID]` and `[YOUR SHEET NAME]` accordingly. ## 5. Final Activation Once credentials and parameters are configured: - “Save the workflow - Activate it! --- Ready to give this a visual punch with icons or a mini preview for the n8n template gallery? I can help dress it up in seconds!
n8n$14.99Analyze BeyondPresence Video Calls with GP-40-mini and Google Sheets
Transform your [BeyondPresence](https://app.bey.chat/settings) video agent conversations into comprehensive insights by automatically analyzing each call with AI and organizing 35+ data points in Google Sheets. This template helps customer success, support, and training teams save 30+ minutes per call on documentation while ensuring no critical action items or insights are missed. ## How it works - **Webhook receives** completed call data from BeyondPresence including full transcript - **Data validation** ensures quality and adds enriched metadata (duration, time calculations) - **AI analysis** (GPT-4) extracts action items, sentiment, decisions, and recommendations - **Parse response** handles the AI output and structures it for sheets - **Auto-append** to Google Sheets with 35+ insights per call organized beautifully ## Set up steps 1. **Copy our Google Sheets template** - One click! Get pre-formatted sheet: [BeyondPresence Call Analytics Template](https://docs.google.com/spreadsheets/d/1O6-jkCtoSFNLJObtN0UyklgdUd3ZxEnUaNvUaBjpvo/copy) 2. **Connect accounts** - Add OpenAI API key and Google Sheets OAuth2 3. **Configure webhook** - Copy URL from n8n to [BeyondPresence Settings](https://app.bey.chat/settings) → Webhooks 4. **Customize AI prompt** (optional) - Adjust analysis focus for your use case 5. **Test with a call** - Make a test call and watch insights appear! **Setup time**: 5-10 minutes **Requirements**: BeyondPresence account, OpenAI API key, Google account
n8n$9.99Automate Clockify Time Entry Sync with Syncro and Google Sheets
This workflow automates the synchronization of time entries from Clockify to Syncro, updating Google Sheets with the corresponding entry IDs. It ensures accurate tracking and updates by checking for existing matches and updating entries if changes occur.
n8n$9.99Automate Support QA Reviews with Intercom, GPT, and Google Sheets
## How it works This workflow automates QA review of Intercom support conversations by: - Triggering on `conversation.admin.closed` events via a webhook - Fetching full conversation data using Intercom API - Structuring and summarizing the conversation into a readable transcript - Using GPT to evaluate: - Response time - Clarity - Tone & behavior - Urgency handling - Ownership & resolution - Logging structured QA scores in a Google Sheet - Providing coaching-style feedback if the rating is 3 or below --- ## Setup steps - Configure your Intercom and OpenAI credentials in n8n - Set up the webhook in Intercom to post on conversation close - Use your OpenAI API key for the GPT-based nodes - Connect your Google Sheet (or replace with another data sink) - Add your own filtering logic for spam/promotional tickets if needed *Note: This workflow contains sticky notes to explain each step inside the n8n canvas.*
n8n$14.99Automate Squarespace Blog and Event Data Export to Google Sheets
Effortlessly export and update your Squarespace blog and event collections into Google Sheets. This workflow ensures your data is always current by fetching items in paginated batches and appending them to a spreadsheet.
n8n$4.99Automate Lead Sync from Postgres to Google Sheets
Automatically transfer and filter qualified leads from a Postgres database to a Google Sheets document, ensuring efficient data management.
n8n$9.99Automate CSV Import and Update in Google Sheets
This workflow automates the process of importing multiple CSV files into Google Sheets, appending or updating entries based on existing data.
n8n$9.99
More integrations
Custom AI Systems & Services
Our team of experienced AI builders will help build custom AI systems, workflows, and solutions.
Request Custom Work