Google Sheets Workflows
4.090 Ergebnisse — 488 herunterladbare Workflow-Dateien, 3.602 quellenverknüpfte n8n-Referenzen
Ultimate Media Agent
On a Telegram message, a multi-tool OpenRouter and OpenAI agent manages Google Drive, Sheets, Gmail, Calendar, and Airtable, replying via Telegram.
WhatsApp Resturent Text Agent
Answers restaurant customer messages using a Google Gemini agent with window memory and a Google Sheets tool for menu and order data.
AI News Agent - SaaS (Free Version)
On a schedule, reads RSS feeds, fetches full articles over HTTP, then emails via Gmail, posts to Telegram, and logs entries to Google Sheets.
WhatsApp Resturent Text Agent
On an incoming WhatsApp message, runs a Google Gemini agent with memory that consults Google Sheets and replies via WhatsApp.
Invoice Generation from Stripe Payment
On a Stripe payment, generates a PDF invoice, emails it via SMTP, and logs it to Google Sheets.
Social Media Brand Monitor
Manually run, searches X for brand mentions, posts matches to Slack, and logs them to Google Sheets.
Supabase Data Analyst Agent
On a chat message, an OpenRouter agent queries Postgres, runs sub-workflows and code, and writes results to Google Sheets.
Sheets AI Enrichment Chatbot
On a chat message, batches Google Sheets rows through HTTP calls and OpenAI to filter, enrich, and process data.
AI Stock Analysis Automation (Eodhd + Google Sheets + AI)
On manual run, reads tickers from Google Sheets, fetches market data over HTTP, and analyzes each with OpenAI and Ollama agents.
Content Aggregation
On manual run, pulls sources from Google Sheets, enriches them via an Ollama agent and HTTP requests, and posts the digest to Microsoft Teams.
Auto Create Project Timelines from Requirements
On a webhook, processes incoming requirements, logs them to Google Sheets, creates the project tasks in Asana, and notifies the team in Slack.
Create Performance Improvement Plan Tracking
On a webhook, creates a performance-improvement task in Asana, logs it to Google Sheets, and notifies the team in Slack.
Webhook → Google Sheets Logger
On a webhook request, formats the payload, appends it as a row in Google Sheets, and returns a response.
Issuetriagebot Solution C (Multi Step Validation + Retry)
On a webhook submission, validates and enriches the issue via an HTTP request with conditional retry logic, then logs it to Google Sheets.
Line Chatbot V2 (Sheet Database + Search)
On a LINE webhook message, looks up records in Google Sheets and replies through an OpenAI agent.
나만의 AI 비서
On a chat message, a Gemini agent manages Google Calendar events, logs to Google Sheets, and sends emails via Gmail.
Create blog drafts, images, and LinkedIn posts with Tavily, Gemini, and OpenAI
Quick overview This workflow receives a blog request via webhook, researches the topic with Tavily, generates a long-form HTML article using Google Gemini, creates two images via the kie.ai API, stores assets in Google Drive, updates a Google Sheets tracker, and notifies a Slack user with links. How it works Receives a POST webhook request containing a Google Sheets row payload with an “AI Blog Title” and related metadata. Searches the web for supporting sources using Tavily and passes the research plus the title to Google Gemini to generate the full article as HTML. Converts the generated content to HTML, creates a temporary HTML file in Google Drive, downloads it to set the correct text/html MIME type, re-uploads it as the final Drive file, and deletes the temporary file. Sends the finished article to OpenAI to generate a short LinkedIn post, then updates the matching row in Google Sheets with a Done flag, the article folder/link value, and the LinkedIn post text. Creates a cover image and an in-article infographic by submitting two text-to-image jobs to the kie.ai API, polling until each job succeeds, downloading each resulting image, and uploading both images to Google Drive. W
Qualify open house leads and send AI follow-ups with Google Sheets and Gmail
Quick overview When a visitor signs in at your open house, this workflow instantly scores their buying intent using Gemini AI, sends a personalized follow-up email via Gmail, logs every visitor to Google Sheets, and alerts the agent for hot leads only. How it works A visitor signs in via your Google Form at the open house. Their details — name, email, phone, budget, timeline, and buying intent — are captured automatically. AI (Gemini) scores them as Hot, Warm, or Cold based on their responses and drafts a personalized follow-up email in the same step. A tailored thank-you and next-step email sends immediately via Gmail. Every visitor is logged to Google Sheets with their score, reasoning, and message sent. If a lead scores Hot, the agent receives an instant notification email — and optionally a Slack alert — so they can prioritize personal outreach right away. Setup Connect credentials for Google Sheets (trigger and append), Google Gemini (PaLM API), and Gmail (to send visitor follow-ups and agent notifications). Set the Google Sheets Trigger document and sheet to your sign-in responses sheet, and map the expected column headers (Full Name, Email Address, Phone Number, property, bu
Generate digital product launch content with OpenAI GPT-4o-mini and Google Sheets
Quick overview This workflow generates a multi-channel digital product launch content pack from product details, using OpenAI to create a blog intro, LinkedIn post, X post, Instagram caption, and launch email, and can optionally append the results to Google Sheets. How it works Runs manually when you execute the workflow. Loads sample product details such as name, tagline, price, URL, target audience, and brand tone. Sends the product details to OpenAI (GPT-4o-mini) with instructions to return a JSON content pack for blog, LinkedIn, X, Instagram, and email. Normalizes and validates the returned JSON, ensuring all five content fields are present and formatted as plain text. Optionally appends the generated content fields as a new row in Google Sheets (when the Google Sheets step is enabled). Setup Add an OpenAI API credential and select it in the OpenAI Chat Model configuration. Replace the sample product fields (especially productURL and brandTone) with your own product data or connect a real data source. (Optional) Enable the Google Sheets step, add Google Sheets OAuth2 credentials, and set the target spreadsheet ID and sheet name. Requirements n8n instance (cloud or self-hosted)
Monitor AI search visibility with Talordata SERP, OpenAI, and Google Sheets
Quick overview This workflow runs on demand to crawl Google SERP pages via Talordata, aggregates organic results and related searches, uses OpenAI to produce a structured AI Search Visibility report with GEO recommendations and a score, and appends or updates the results in Google Sheets. How it works Starts when you manually execute the workflow and sets the target query, search engine (Google), and initial page. Calls the Talordata MCP Search API to fetch the first SERP page, then extracts pagination metadata and builds a list of pages to crawl. Loops through each SERP page and requests additional results from Talordata using the corresponding page/start value. Normalizes each page into structured datasets for organic results and related searches, and aggregates all page data into a single consolidated SERP payload. Sends the consolidated SERP dataset to OpenAI to generate a structured AI Search Visibility report (metrics, domain categorization, opportunities, recommendations, executive summary, and score). Parses the model output into JSON and appends or updates a matching row in Google Sheets keyed by the SERP link. Setup Add a Talordata Bearer Auth credential and confirm acces
Airtable to Google Sheets Sync
On a schedule, pulls Airtable records and syncs them into Google Sheets.
HubSpot And Sheets Lead Sync
Fetches data via HTTP, updates the CRM, logs rows to Google Sheets, and upserts contacts in HubSpot.
Scheduled CRM Sync To Google Sheets
On a schedule, syncs CRM records and appends them to a Google Sheet.
Lead Nurture Email Sequence
On a webhook request, logs the lead to Google Sheets, sends an email, waits, then responds to the webhook.