Skip to content
FlowHubFluxonLab

Google Sheets workflows

4,090 results — 488 downloadable workflow files, 3,602 source-linked n8n references

telegramsheets
free

Get Multimodal AI Dating Advice on Telegram with Google Gemini and Sheets

On a Telegram message, generates multimodal dating advice with Google Gemini and logs each conversation to Google Sheets.

by John Alejandro SIlva
sheets
free

Skool Scraper with Olostep

On form submission, scrapes Skool community pages with Olostep, extracts details using Google Gemini, and logs them to Google Sheets.

by Yasser Sami
sheetsemailsmtp
free

Handle Line Real Estate Inquiries with Google Gemini and Smart Lead Detection

On a LINE inquiry webhook, a Gemini chain qualifies the lead, logs it to Google Sheets, and emails the agent on hot leads.

by Oka Hironobu
sheetswoocommerce
free

Automated WooCommerce New Product Campaigns for Customers

On a new WooCommerce product, generates campaign copy with OpenAI and sends WhatsApp messages via Rapiwa to customers from Google Sheets.

by SpaGreen Creative
sheets
free

Automate Shopify New Product Promotions via WhatsApp from Sheets

On a new Shopify product, reads contacts from Google Sheets, writes promos with OpenAI, and sends WhatsApp messages via Rapiwa.

by SpaGreen Creative
sheetsgmail
free

Automated Bulk Promotion for Shopify New Products

On a new Shopify product, generates promo content with OpenAI, sends WhatsApp via Rapiwa and email via Gmail, and logs recipients in Google Sheets.

by SpaGreen Creative
sheets
free

Advanced AI Inventory Agent: Supabase Vector RAG & Gemini

On a chat message, a Gemini RAG agent answers inventory questions using a Supabase vector store built from Google Sheets data.

by Viktor Klepikovskyi
sheetsgmail
free

Route Typeform responses to Google Sheets, Slack, and Gmail based on answer value

On a Typeform submission, logs the response to Google Sheets and routes it to Slack or Gmail based on the answer value.

by Zaid
sheetstwilio
free

Dynamic traffic alarm via Google Maps and Twilio

On a schedule, reads routes from Google Sheets, checks Google Maps travel times via HTTP, and sends Twilio SMS traffic alerts.

by Yorgo Haber
sheetsemailsmtp
free

Generate AI Blog Posts with Human Review Using Se Ranking and Claude

On manual trigger, pulls SE Ranking data, drafts blog posts with Claude, logs to Google Sheets, and emails them for human review.

by Eugene Melnychenko
googledrivesheets
free

Generate and Validate QR Codes in Bulk with Google Sheets and Google Drive

On manual trigger, generates QR codes in bulk via HTTP, uploads them to Google Drive, and logs results in Google Sheets.

by Cahya
sheets
free

Generate and Schedule Social Media Posts with OpenAI, Google Sheets, and Buffer

On a schedule, reads content from Google Sheets, generates posts with OpenAI, schedules them via HTTP, and notifies Slack.

by Mostafa
airtablesheets
free

Automate B2B Lead Research from Google Sheets to Airtable with Browseract

On manual run, reads leads from Google Sheets, enriches them with BrowserAct and an OpenRouter agent, and saves results to Airtable.

by Madame AI Team | Kai
sheets
free

Automate Competitor Campaign Monitoring Using Browseract & OpenRouter

On a schedule, monitors competitor campaigns with BrowserAct, an OpenRouter agent analyzes them, logging to Google Sheets and alerting Slack.

by Madame AI Team | Kai
sheets
free

Monitor Clutch Categories for New Agencies to Slack with Browseract and Gemini

On a schedule, scrapes Clutch categories with BrowserAct, an OpenRouter agent identifies new agencies, logging them to Google Sheets and notifying Slack.

by Madame AI Team | Kai
sheets
free

Track competitor pricing and features from BrowserAct to Google Sheets

On a schedule, scrapes competitor pricing and features with BrowserAct, an OpenRouter agent structures the data into Google Sheets, and alerts Slack.

by Madame AI Team | Kai
sheetsgmail
free

Monitor Product Prices with Decodo, Google Sheets, Gemini and Gmail

On a schedule, scrapes product prices with Decodo, a Google Gemini agent checks them against Google Sheets, and emails alerts via Gmail.

by Zain Khan
sheets
free

Repurpose White Papers from Urls to LinkedIn PDFs and Blog Posts with Browseract

On manual run, reads white-paper URLs from Google Sheets, scrapes them with BrowserAct, and an OpenRouter agent generates blog posts and LinkedIn PDFs via APITemplate.io, sharing via Slack.

by Madame AI Team | Kai
sheetsgoogledrive
free

Run a Multi Agent SEO Domain Audit with Se Ranking and Claude

On form submission, runs an SE Ranking domain audit and a Claude agent, saving results to Google Sheets and Google Drive.

by Eugene Melnychenko
sheets
free

Pull New Ranked Keywords to Google Sheets with Dataforseo & Get a Slack Message

On a schedule, pulls newly ranked keywords from DataForSEO into Google Sheets and posts a summary to Slack.

by DataForSEO
sheets
free

Optimize SEO metadata for Webflow CMS using MCP and AI

On manual run, an OpenRouter agent fetches Webflow CMS items via MCP, optimizes SEO metadata, and writes results to Google Sheets.

by Dahiana
googlecalendargmailsheets
free

AI Powered Pedical Imaging Analysis & Diagnostic Reporting System

On a schedule, an OpenAI agent analyzes medical imaging data, logs diagnostic reports to Google Sheets, and books follow-ups via Google Calendar and Gmail.

by Cheng Siong Chin
CsheetsWtelegram
free

Reply to Instagram comments with Groq, Telegram approval, and Google Sheets logging

Quick Overview This workflow monitors new Instagram comments, generates a draft reply with Groq (OpenAI-compatible chat completions), sends it to Telegram for YES/NO approval, and logs the decision in Google Sheets before optionally posting the approved reply back to Instagram. How it works Runs every 10 minutes, reads existing comment IDs from Google Sheets, then fetches your 10 most recent Instagram media items and their comments via the Instagram Graph API. Filters out comments made by your own Instagram account and limits processing to recent comments. Skips any comment already logged in Google Sheets, and sends new comments (with the post caption as context) to Groq to generate a short draft reply. Sends the draft reply to a Telegram chat for approval and appends a “pending_review” row to Google Sheets with the Telegram message ID for tracking. Runs every 3 minutes, polls the Telegram Bot API for new updates, and keeps an offset so only new messages are processed. For Telegram messages that are replies to an approval request, matches the replied-to message ID to the pending row in Google Sheets and routes the decision. If the reviewer replies YES, posts the draft as an Instagr

by Emel
CgmailsheetsW
free

Capture and log email trade instructions with Gmail, OpenAI, and Google Sheets

Quick overview This workflow polls Gmail for emails with the subject “Trade Instruction”, uses OpenAI Chat Completions to extract trade fields from the email body, logs valid and failed extractions to separate tabs in Google Sheets, and sends confirmation and ops alert emails via Gmail. How it works Triggers every minute by polling Gmail for new messages matching the query subject:"Trade Instruction". Extracts the email body, sender address, subject, and message/thread IDs and generates a trade reference and timestamps. Sends the email body to OpenAI (Chat Completions) to return a JSON object containing asset, ticker, action, quantity, price, client, and notes. Parses the returned JSON, validates that asset is present and quantity is greater than zero, and marks the result as valid or failed with a reason. Appends valid trade instructions to the “Valid Trades” tab in Google Sheets, or appends failures (including a snippet and error reason) to the “Failed Trades” tab. For valid trades, replies to the original email in Gmail with a receipt confirmation and emails the ops team a capture notification, and for failed trades, emails the ops team a manual-review alert with the original em

by Incrementors