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.
Parse XML and Populate Google Sheets with Structured Data
This workflow automates the process of downloading an XML file, parsing its contents, and storing the structured data in a Google Sheets spreadsheet.
n8n$9.99Automate Invoice Creation in Fakturoid from Google Sheets Data
Streamline your invoicing process by automatically generating invoices in Fakturoid using data from Google Sheets. This workflow ensures that your billing is accurate and up-to-date.
Make$3.99Manage n8n Workflows Using Google Sheets as a Dynamic Interface
Utilize Google Sheets as a user-friendly interface to control and monitor your n8n workflows, enabling efficient data input, output tracking, and process management.
n8n$4.99Send documents to sign via DocuSign to e-mails retrieved from Google Sheets
A ready-to-use Make workflow that connects Google-sheets, Builtin. Send documents to sign via DocuSign to e-mails retrieved from Google Sheets. Customize and deploy in minutes.
Make$2.99Simulate and Track Phishing Redirects with Google Sheets Logging
Automate the simulation of phishing redirects and track their interactions using Google Sheets. This workflow helps security teams test email gateway and sandbox responses while logging detailed access data.
n8n$9.99Automate Personalized Lead Nurturing with GPT-4.1 and Google Sheets
This workflow automates the process of sending personalized onboarding and follow-up emails based on lead commitment levels, helping coaches, consultants, and service-based businesses enhance their outreach and nurture prospects effectively.
n8n$9.99Automate Company Data Enrichment and Export to Google Sheets
This workflow automates the enrichment of company data using Extruct AI and exports the results to Google Sheets. Ideal for sales and business development professionals looking to stay updated on company news and trends.
n8n$9.99Automate Customer Creation in WooCommerce from Validated Google Sheets Emails
Automatically validate email addresses from new Google Sheets rows using MailerCheck and create new customers in WooCommerce for valid entries.
Make$3.99Automate Salesforce Account Creation from Google Sheets Data
This workflow automates the creation and updating of Salesforce accounts and contacts using data from Google Sheets, streamlining data management between platforms.
n8n$9.99Convert Google Sheets Data to HTML Table via Webhook
This workflow automates the conversion of Google Sheets data into an HTML file using a webhook trigger, providing a seamless no-code solution.
n8n$3.99Automate Daily BGV Status Updates with Google Sheets and Gmail
Streamline your background verification process by automatically sending daily email digests from Google Sheets to each executive, summarizing completed and pending verifications.
n8n$4.99Add your Viral Loops users from a Google Sheets spreadsheet
Every time you add a row to a Google Sheets spreadsheet, we make a user in a Viral Loops with a given information.
MakeFreeAutomate Endpoint Risk Assessment with EDR and Google Sheets
Automatically assess and prioritize endpoint risks by integrating EDR logs, vulnerability data, and asset inventories using Google Sheets. Ideal for security teams aiming to streamline their risk management processes.
n8n$9.99Create Facebook ads copy with Google Sheets and ChatGPT: BAB formula
A ready-to-use Make workflow that connects Google-sheets, Openai-gpt-3. Create Facebook ads copy with Google Sheets and ChatGPT: BAB formula. Customize and deploy in minutes.
Make$3.99Add Google Sheets rows for new Order Desk orders imported
A ready-to-use Make workflow that connects Order-desk, Google-sheets. Add Google Sheets rows for new Order Desk orders imported. Customize and deploy in minutes.
Make$2.99Automate Google Docs Creation with AI Content from Google Sheets
This workflow automates the creation of Google Docs by generating content using Perplexity AI and OpenAI's ChatGPT, triggered by new entries in Google Sheets.
Make$4.99Automate Trustpilot Review Scraping and Google Sheets Integration
This n8n workflow automates the process of scraping Trustpilot reviews using Bright Data and stores the structured data in Google Sheets for easy analysis and reporting.
n8n$14.99Streamline Zillow Property Data to Google Sheets with Budget Filters
Effortlessly extract and filter Zillow property listings by budget, then organize them in Google Sheets for real-time updates. Perfect for realtors and investors seeking accurate, up-to-date property information.
n8n$4.99Verifying Email Deliverability Using Google Sheets and Effibotics API
This workflow helps marketers verify and update data using EffiBotics Email Verifier API. Copy and create a list with emails as on this one: https://docs.google.com/spreadsheets/d/1rzuojNGaBvaUEON6cakQRDva3ueGg5kNu9v12aaSP4/edit#gid=0 The trigger checks for any updates in the number of rows that are present in a sheet and updates the verified emails on Google Sheets. Once you update a new cell, the new data is read, and the email is checked for its validity before. The results are then updated in real-time on the sheet. Happy Emailing!
n8n$4.99Discord Channel Creation from Google Sheets with Member Notifications
# Discord Channel Creation Automation - n8n Workflow A comprehensive n8n automation that monitors Google Sheets for new project entries, automatically creates dedicated Discord channels, and sends formatted member notifications with all essential project details. ## Overview This workflow provides an automated Discord channel creation solution that eliminates manual channel setup and ensures consistent team communication. Perfect for agencies, development teams, and project-based organizations that need to streamline their Discord workspace management. ## Key Features - **Automated Monitoring:** Continuously watches Google Sheets for new entries requiring Discord channels - **Discord Integration:** Creates dedicated channels using Discord API for organized communication - **Smart Filtering:** Only processes valid entries without existing Discord channels - **Member Notifications:** Sends formatted announcements with key project details - **Status Tracking:** Updates Google Sheets with Discord channel IDs and completion status - **Sequential Processing:** Handles multiple channel requests with proper workflow sequencing - **Error Handling:** Built-in validation and error management - **Customizable Messages:** Flexible Discord notification templates ## What This Workflow Does ### Input - **Sheet Data:** New entries in Google Sheets requiring Discord channels - **Discord Configuration:** Server and category settings for channel creation - **Notification Settings:** Member notification preferences and mentions ### Processing 1. **Monitor Trigger:** Watches Google Sheets for new row additions 2. **Data Validation:** Filters entries that need Discord channel creation 3. **Channel Creation:** Creates new Discord channel with specified naming convention 4. **Sheet Update:** Records Discord channel ID and status in Google Sheets 5. **Status Check:** Verifies successful channel creation before messaging 6. **Member Notification:** Sends formatted announcement to Discord channel 7. **Additional Details:** Sends follow-up message with supplementary information 8. **Completion Tracking:** Marks channel creation process as complete ### Output Data Points | Field | Description | Example | |-------|-------------|---------| | Entry ID | Unique identifier for the entry | ENTRY-2025-001 | | Title/Name | Name or title from the sheet entry | New Marketing Campaign | | Category/Type | Category or type of entry | Marketing Project | | Discord Channel ID | ID of created Discord channel | 123456789012345678 | | Channel URL | Direct link to Discord channel | https://discord.com/channels/... | | Creation Status | Current status of channel creation process | Discord Created, Message Sent | | Timestamp | When the channel creation was completed | 2025-06-06 09:00:00Z | ## Setup Instructions ### Prerequisites - n8n instance (self-hosted or cloud) - Google account with Sheets access - Discord server with bot permissions - 10-15 minutes for setup ### Step 1: Import the Workflow 1. Copy the JSON workflow code from the provided file 2. In n8n: **Workflows** → **+ Add workflow** → **Import from JSON** 3. Paste JSON and click **Import** ### Step 2: Configure Discord Integration 1. **Create Discord Bot:** - Go to Discord Developer Portal - Create new application and bot - Copy bot token for credentials - Add bot to your Discord server with proper permissions 2. **Set up Discord credentials:** - In n8n: **Credentials** → **+ Add credential** → **Discord Bot API** - Enter your Discord bot token - Test the connection 3. **Configure Discord settings:** - Note your Discord server (guild) ID - Create or identify the category for new project channels - Update guild ID and category ID in workflow nodes ### Step 3: Configure Google Sheets Integration 1. **Create Channel Request Sheet:** - Go to Google Sheets - Create new spreadsheet named Discord Channel Requests or similar - Copy the Sheet ID from URL: `https://docs.google.com/spreadsheets/d/SHEET_ID_HERE/edit` 2. **Set up Google Sheets credentials:** - In n8n: **Credentials** → **+ Add credential** → **Google Sheets OAuth2 API** - Complete OAuth setup and test connection 3. **Prepare your data sheet with required columns:** - **Column A:** Timestamp (auto-filled by form) - **Column B:** Entry Name/Title - **Column C:** Category/Type - **Column D:** Description - **Column E:** Contact/Owner Information - **Column F:** Entry ID - **Column G:** Discord ID (will be auto-filled) - **Column H:** Discord Channel Creation Status (will be auto-filled) ### Step 4: Update Workflow Settings 1. **Update Google Sheets nodes:** - Open Monitor New Project Entries node - Replace document ID with your Sheet ID - Select your Google Sheets credential - Choose the correct sheet/tab name 2. **Update Discord nodes:** - Open all Discord nodes - Replace guild ID with your Discord server ID
n8n$9.99Automate Technology Stack Data Transfer from BuiltWith to Google Sheets
Streamline the process of exporting technology stack data from BuiltWith to Google Sheets for efficient analysis and collaboration. This workflow automates data extraction, organization, and updates, supporting multiple company tracking.
n8n$9.99Automate Company Research Using ProspectLens and Google Sheets
This n8n workflow automates the process of researching companies by gathering relevant data such as traffic volume, foundation details, funding information, founders, and more. The workflow leverages the [ProspectLens API](https://prospectlens.net), which is particularly useful for researching companies commonly found on Crunchbase and LinkedIn. **ProspectLens** is an API that provides very detailed company data. All you need to do is supply the company's domain name. You can obtain your ProspectLens API key here: [https://apiroad.net/marketplace/apis/prospectlens](https://apiroad.net/marketplace/apis/prospectlens) In n8n, create a new HTTP Header credential. Set `x-apiroad-key` as the Name and enter your APIRoad API key as the Value. Use this credential in the HTTP Request node of the workflow. 
n8n$4.99Save new SendOwl orders to a Google Sheets spreadsheet
A ready-to-use Make workflow that connects Sendowl, Builtin, Util. Save new SendOwl orders to a Google Sheets spreadsheet. Customize and deploy in minutes.
Make$4.99Automate Google Search Rank Tracking with Bright Data, Google Sheets, and Gmail
This workflow automates the process of tracking keyword rankings on Google Search using Bright Data's SERP API. Results are logged in Google Sheets and emailed via Gmail, providing a seamless solution for SEO monitoring.
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