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.
Interview Scheduling Automation with Google Sheets, Calendar, Gmail & GP-4O
**SEO-Optimized Description:** Streamline your interview scheduling process with this intelligent n8n automation template powered by Google Calendar, Google Sheets, and GPT-4. This workflow reads candidate information from a spreadsheet, automatically schedules interviews in Google Calendar, and sends personalized interview invitation emails—all without manual input. **What This Template Does:** - Monitors a Google Sheet for new candidate entries every minute - Auto-selects the next available interview slot (Mon/Wed/Fri at 3 PM) - Creates a calendar invite in your Google Calendar - Uses GPT-4 to generate personalized emails based on candidate data - Sends the email invite with the interview link via Gmail **Built-in Logic Ensures:** - Candidates never get same-day interviews - AI-generated emails are concise, polite, and professionally formatted - Scheduling remains conflict-free and easy to manage **Requirements:** - Google Calendar API credentials - Google Sheets with candidate info (Name, Email, Background) - Gmail account with OAuth2 - Azure OpenAI API (GPT-4 recommended) **Perfect For:** Startups, HR teams, and recruiters looking to automate interview scheduling, eliminate back-and-forth emails, and deliver a professional candidate experience—all with zero hassle.
n8n$4.99Automate Canva Design Creation and Upload to Google Drive Using Google Sheets Data
Streamline your design process by automatically creating Canva designs from Google Sheets data and uploading them to Google Drive. Enhance productivity with seamless integration.
Make$4.99Automate Bulk AI Image Creation with Freepik, Google Sheets, and Google Drive
This n8n workflow automates the generation of AI images in bulk using Freepik's text-to-image API. It reads prompts from a Google Sheet, creates multiple image variations, and uploads them to Google Drive with organized file names.
n8n$9.99Automated Telegram Sales Agent with Google Sheets Integration
Deploy an intelligent Telegram chatbot for food delivery businesses, streamlining order processing, payment verification, and order tracking with Google Sheets integration.
n8n$14.99Automate Outbound VAPI Voice Calls from New Google Sheets Rows
This n8n automation connects your Google Sheets to **[Vapi](https://vapi.ai/?aff=onenode)**, enabling you to automatically **call new contacts** as soon as their information is added to your spreadsheet. Instantly reach out with a personalized voice call from a Vapi AI assistant, based on any event that adds a new row to your sheet. ## Requirements ### Google Sheets - **Google Sheets credentials** enabled and tested in n8n. - A table in your Google Sheet formatted as follows: #### Required Columns & Data Types | Column Name | Example Value | Data Type | Notes | |---------------|---------------|-----------|-------| | phone_number | +11234567890 | Text (String) | Must include the `+` and country code, no spaces or dashes. Mandatory for workflow. | | *(optional)* | first_name | John | Text (String) | For call personalization. | | *(optional)* | email | test@email.com | Text (String) | For follow-ups or records. | | *(additional)*| Any extra info | | | Can be used for advanced customization. | - Ensure all columns contain data in plain text format. - Phone number field **must never be empty** and follow the E.164 international format: `+` + country code + phone number. ---- ### Vapi - A [**Vapi**](https://vapi.ai/?aff=onenode) account with credit. - A connected **phone number** (to originate calls). - An **assistant** (AI voice agent) created and ready to make calls. - Your **Vapi API key**. ### 🔗 Useful Link - [Vapi Docs](https://docs.vapi.ai/) --- ## 📝 Comprehensive Setup Instructions ### 1. **Prepare Your Google Sheet** - Create a Google Sheet with the required column names as listed above. - Ensure your `phone_number` column is correctly formatted (international format, no spaces). - Optionally, add columns such as `first_name`, `email`, or any field your workflow should use. ### 2. **Set Up Google Sheets Credentials in n8n** - In n8n, go to Credentials and create Google Sheets credentials. - Authenticate with your Google account and test the connection. ### 3. **Configure the n8n Workflow** - Add a **Google Sheets Trigger** node: - Set trigger mode to New Row. - Select your Google Sheet and worksheet. - Add a **Wait** node: - Configure a wait time (e.g., 4 minutes) between trigger and next action. ### 4. **Map & Set Vapi Fields** - Add a **Set** node: - Create fields required by the Vapi API: - `phone_number_id`: Copy from your Vapi dashboard. - `assistant_id`: Use the ID of your AI assistant. - `api_key`: Store securely (see n8n secret management). - `to`: Set as the Google Sheets `phone_number` value. Example: `{{ $json["phone_number"] }}` - (Optional) Map extra fields from Sheet (e.g., `first_name`, `email`) for personalized calls. ### 5. **Add the HTTP Request to Vapi** - Add an **HTTP Request** node: - Method: `POST` - URL: `https://api.vapi.ai/call` - Body parameters: Use all mapped fields from the previous step. ### 6. **Test the Workflow** - Add a new row to your Google Sheet. - Verify that, after the wait period, Vapi attempts the call and uses personalized information. --- ## Customization Options - **Personalize Calls Further:** Add additional columns like `first_name`, `product`, or `appointment_time` in Google Sheets. Map these into the API call so Vapi can use them for dynamic greetings or contextual responses. - **Conditional Flows:** Insert n8n logic nodes (IF, Switch) before making the Vapi call. For example, only call if a Consent column is TRUE, or select different assistants based on region or product interest. - **Multiple Assistants/Numbers:** Store different assistant IDs or phone number IDs in columns, and dynamically route calls based on sheet data (e.g., region-specific assistants). - **Advanced Field Mapping:** Pass any relevant sheet fields into the API payload and configure your Vapi assistant scripts to utilize these variables for high-touch, customized user interactions. --- ## 📊 Example Google Sheet Setup | phone_number | first_name | email | product | consent | |--------------|------------|--------------|----------|---------| | +11234567890 | John | j@email.com | Widget A | TRUE | | +44207123456 | Maria | maria@x.co.uk | Widget B | FALSE | - In n8n, map only those rows where `consent`=TRUE. --- ## 📞📚 Need Help? Feel free to contact us at [**1 Node**](https://1node.ai). Get instant access to a library of [**free resources**](https://1node.ai/resources) we created.
n8n$4.99Automated Cold Email Campaign with Google Sheets, Email Verification & SMTP
Use this template if you're collecting leads in Google Sheets manually or automatically and need to send them emails daily using any personal or professional email provider. It's simple yet effective. I've kept it easy so that anyone without technical or coding knowledge can still automate their emails and achieve excellent ROI. Setting up the workflow takes only 15 minutes. ## How it works: We connect Google Sheets with n8n to automatically fetch lead data. Google Sheets is used because it's easy and widely accessible. Then, n8n sends emails daily at your scheduled times to the respective email addresses, using the subject lines and body text you've configured. It also verifies emails before sending. It checks email availability, deliverability, and updates the Google Sheet/CRM with the respective fields. ## Requirements: 1. A Google Sheet/Excel/CRM tools with leads (A sample Google Sheet link is provided in the template) 2. A working email account with SMTP information (SMTP info for the top 10 email providers is provided in the template) 3. API key from any email verification tool (We use the Hunter API key in our use case. You can find the link in the template.) ## Setup Steps: You need a Google Sheet where you're collecting leads. You can replace Google Sheets with your CRM tool. Connect it using your credentials. Replace the manual trigger with a scheduled trigger to automate emails at your preferred time. Replace the email verification tool/Hunter API with your own API key. Add your SMTP credentials to connect the template with your preferred email provider. Using SMTP, you can send emails through Gmail, Outlook, Zoho, or any similar provider. This makes sending emails simple and cost-efficient. ``` Note: SMTP, which stands for Simple Mail Transfer Protocol, is a communication protocol used to send email messages between mail servers. ``` After sending the email, we update the Google Sheet with "Sent"; hence, the email is not sent again the next day.
n8n$14.99Automate Instagram Carousel Posts Using Google Sheets and Cloudinary
Streamline your Instagram Carousel posting by automating the process with Google Sheets, Google Drive, and Cloudinary. This workflow saves time and reduces errors by automatically fetching, uploading, and publishing content.
n8n$9.99Automate LinkedIn Post Creation with Image Using Google Sheets & DALL-E
# This n8n template from [Intuz](https://www.intuz.com/) delivers a complete AI-powered solution for automated LinkedIn posts, including unique content, custom images, and optimized hashtags. Use cases are many: Generate and schedule tailored LinkedIn content for different use-cases. By feeding the AI specific prompts, you can create specific posts depending on the topics and visuals to maintain consistency and an online presence. ## How it works Maintaining a consistent and engaging presence on LinkedIn can be time-consuming, requiring constant ideation, content creation, and manual posting. This workflow takes that burden off your shoulders, delivering a fully automated solution for generating and publishing high-quality LinkedIn content. - **Scheduled Content Engine**: Each day (or on your chosen schedule), the workflow kicks into gear, ensuring a fresh stream of content. - **Smart Topic & Content Generation**: Using the power of Google Gemini, it intelligently crafts unique content topics and then expands them into full, engaging posts, ensuring your message is always fresh and relevant. - **Dynamic Image Creation**: To make your posts stand out, the workflow leverages an AI image generator (like DALL-E) to produce a custom, eye-catching visual that perfectly complements your generated text. - **SEO-Optimized Hashtag Generation**: Google Gemini then analyzes your newly created post and automatically generates a set of relevant, trending, and SEO-friendly hashtags, significantly boosting your content's reach and discoverability. - **Seamless LinkedIn Publishing**: Finally, all these elements—your compelling text, unique image, and powerful hashtags—are merged and automatically published to your LinkedIn profile, establishing you as a thought leader with minimal effort. ### How to Use: Quick Start Guide This guide will get your AI LinkedIn Content Automation workflow up and running in n8n. **Import Workflow Template:** * Download the template's JSON file and import it into your n8n instance via File > Import from JSON. **Configure Credentials:** * Google Gemini: Set up and apply your API key credentials to all Google Gemini Chat Model nodes. * AI Image Generation (e.g., OpenAI): Create and apply API key credentials for your chosen image generation service to the Generate an Image node. * LinkedIn: Set up and apply OAuth credentials to the Create a post node for your LinkedIn account. **Customize Schedule & AI Prompts:** * Schedule Trigger: Double-click Schedule Trigger 1 to set how often your workflow runs (e.g., daily, weekly). * AI Prompts: Review and edit the prompts within the Content Topic Generator, Content Creator, and Hashtag Generator / SEO nodes to guide the AI for your desired content style and topics. **Test & Activate:** * Test Run: Click Execute Workflow to perform a test run and verify all steps are working as expected. * Activate: Once satisfied, toggle the workflow Active switch to enable automated posting on your defined schedule.   #### Requirements To use this workflow template, you will need: - n8n Instance: A running n8n instance (cloud or self-hosted) to import and execute the workflow. - Google Gemini Account: For content topic generation, content creation, and hashtag generation (requires Google Gemini API Key) from Google AI Studios. - AI Image Generation Service Account: For creating images (e.g., OpenAI DALL-E API Key or similar service that the Generate an Image node uses). - LinkedIn Account: For publishing the generated posts (requires LinkedIn OAuth Credentials for n8n connection). ## Connect with us - Website: https://www.intuz.com/services - Email: getstarted@intuz.com - LinkedIn: https://www.linkedin.com/company/intuz - Get Started: https://n8n.partnerlinks.io/intuz ## For Custom Workflow Automation Click here - [Get Started](https://www.intuz.com/get-started)
n8n$14.99Automate Multi-Step Onboarding with Google Sheets, Forms, and Gmail Notifications
This **n8n workflow** enables teams to automate and standardize multi-step onboarding or messaging workflows using **Google Sheets**, **Forms**, **Gmail**, and dynamic logic powered by **Code** and **Switch** nodes. It ensures the right email is sent at the right step, tracks progress in Google Sheets, and handles errors or escalations. --- ## **Who is this for?** - HR and PeopleOps teams managing candidate or employee onboarding processes - Customer success or onboarding teams handling structured, step-based journeys - Any team using Google Sheets as a lightweight CRM or workflow tracker --- ## **What problem is this workflow solving?** Coordinating multi-step onboarding or communication flows using spreadsheets and email can quickly become error-prone. This workflow: - Dynamically detects the current step and status from a Google Sheet - Sends the right message at the right time - Updates statuses and creates next steps - Handles errors with escalation logic --- ## **What this workflow does** 1. **Trigger via Form or Manual Execution** - Users can fill a web form or run the workflow manually. 2. **Read Google Sheets** - Retrieves step definitions and user progress from two sheets: - One for message templates - One for user step/status tracking 3. **Generate Message Table** - Uses custom JavaScript to parse and structure message templates based on step and message type (sent, completed, error). 4. **Determine User Step** - A **Switch node** checks the user's current step and status. - Logic branches into the correct flow for message sending and verification. 5. **Send Message** - Message variables are replaced using a **Code** node. - Final message is sent via Gmail or another workflow (using Execute Workflow). 6. **Update Sheets** - Marks the step as completed or passed. - Creates the next step in the sheet with updated status. 7. **Handle Errors** - If the step fails, an error message is sent to the responsible admin. --- ## **Setup** 1. **Connect Google Sheets and Gmail**: - Ensure credentials are configured in n8n. 2. **Prepare Sheets**: - One sheet for messages with steps/types/subjects/content. You can copy the one from [here](https://docs.google.com/spreadsheets/d/17_fUSV9zJo8Ya6ulvCOon2wjoeEmOwDFrpK1Xxa9gmw/edit?usp=sharing) - One sheet for tracking users and their current step/status. You can copy the one from [here](https://docs.google.com/spreadsheets/d/1HBLJNt8hAXNkqj6lfwQilBr9FCRxj3j0r0Ni6cgoYA/edit?usp=sharing) 3. **Customize Webform**: - Use the provided form to capture First Name, Last Name, and Email. 4. **Connect to Your Email Templates**: - Ensure your message structure follows the expected JSON format by step and type. --- ## **How to customize this workflow to your needs** - **Add More Steps**: Expand the Switch logic and template sheet for more steps. - **Use Different Channels**: Replace Gmail with Slack, Telegram, or another messaging node. - **Change Form Fields**: Adjust the Form Trigger node to match your onboarding fields. - **Custom Error Logic**: Customize escalation emails, including admin routing or Slack alerts. - **Integrate with Databases**: Swap Google Sheets with Airtable, PostgreSQL, or Notion. --- This workflow is ideal for automating repetitive, step-based processes involving human communication. It's modular, extensible, and powered by spreadsheet-driven logic.
n8n$24.99Auto-Save Instagram Leads to Google Sheets
# Auto-Save Instagram Leads to Google Sheets This workflow automatically captures leads submitted through an Instagram Form and saves the data directly to a Google Sheet. It ensures that every new lead is instantly logged, creating a centralized database for your marketing and sales teams. --- ## How It Works 1. **Receive Lead Data**: The workflow starts with an **Instagram Lead Webhook** that listens for new lead submissions from your Instagram account's lead form. 2. **Normalize Data**: A **Code node** processes the raw data received from Instagram. This node normalizes the lead information, such as name, email, and phone number, into a consistent format. It also adds a **Source** field to identify the lead as coming from Instagram and timestamps the entry. 3. **Save to Google Sheets**: Finally, the **Save to Google Sheets node** takes the normalized data and appends it as a new row in your designated Google Sheet. It uses the email field to check for existing entries and can either append a new row or update an existing one, preventing duplicate data. --- ## Setup Steps ### 1. Create Google Sheet - Create a new Google Sheet with the following headers in the first row (A1): ### 2. Get Sheet ID - Find your **Sheet ID** in the URL of your Google Sheet. - It's the long string of characters between `/d/` and `/edit`. - Example: - Replace `YOUR_GOOGLE_SHEET_ID` in the **Save to Google Sheets** node with your actual ID. ### 3. Connect Instagram Form - Copy the **Webhook URL** from the Instagram Lead Webhook node. - In your Instagram lead form settings, paste this URL as the webhook destination. - Ensure your form fields are mapped correctly (e.g., **name, email, phone, message**). --- “Once configured, every Instagram lead will instantly appear in your Google Sheet - organized, timestamped, and ready for follow-up.
n8n$4.99Automate Instagram Influencer Identification and Save to Google Sheets
Streamline your influencer marketing by automatically identifying and saving qualified Instagram influencers to Google Sheets based on specific criteria like follower count, engagement rate, and verification status.
n8n$9.99Automate Cold Email Campaigns with Gmail and Google Sheets
Streamline your cold email outreach by automating personalized email sequences using Gmail and Google Sheets. This workflow ensures efficient tracking and delivery of emails to prospects.
n8n$9.99Automate TikTok Video Posting from Google Sheets and Drive via Blotato
Streamline your TikTok content creation by automating video uploads from Google Sheets and Drive using Blotato. Ideal for content creators and social media managers.
n8n$9.99Automate Email Analysis and Summarization with AI and Google Sheets
This workflow automates the analysis of emails and their attachments using AI models, extracting and summarizing content to Google Sheets and sending a final summary via Telegram.
n8n$19.99Automate Monthly Financial Reports with Google Sheets and AI Insights
Streamline your monthly financial reporting by automatically transforming raw transaction data into insightful reports using Google Sheets and OpenAI. This workflow schedules, processes, and emails comprehensive financial summaries.
n8n$4.99Automate Spare Parts Quotation with Gmail, Google Sheets, and Gemini AI
Streamline your spare parts quotation process by automatically generating and sending personalized quotes using Gmail, Google Sheets, and Gemini AI. Ideal for businesses managing complex pricing structures.
n8n$14.99Automate Invoice Data Extraction and Structuring with Google Vision, LLM, and Google Sheets
Streamline your invoice processing by automating data extraction using Google Vision OCR, structuring with an LLM, and storing results in Google Sheets with real-time Telegram notifications.
n8n$14.99Automate Restaurant Reservations via WhatsApp with AI and Google Sheets
Efficiently manage restaurant reservations by automating the process through WhatsApp using AI for message parsing and Google Sheets for data storage.
n8n$14.99Scrape TikTok Influencer Profiles with Bright Data API to Google Sheets
# TikTok Influencer Scraper (URL Input) via Bright Data + n8n & Sheets A comprehensive n8n automation that scrapes TikTok influencer profiles using Bright Data's TikTok dataset and automatically saves detailed profile information to Google Sheets. ## Overview This workflow provides an automated TikTok influencer data collection solution that scrapes comprehensive profile information and saves it to Google Sheets. Perfect for influencer marketing research, competitor analysis, social media monitoring, and marketing campaign planning. ## Key Features - **Form-Based Input**: Simple web form to submit TikTok profile URLs - **Bright Data Integration**: Uses Bright Data's TikTok dataset for reliable scraping - **Status Monitoring**: Intelligent polling system to check scraping progress - **Retry Logic**: Automatic retry mechanism with 30-second intervals - **Data Extraction**: Comprehensive profile data including engagement metrics - **Google Sheets Storage**: Automatic data storage and organization - **Error Handling**: Built-in error handling and status reporting - **Custom Fields**: Configurable output fields for specific data needs ## What This Workflow Does ### Input - **Profile URLs**: TikTok profile URLs submitted through web form - **Custom Fields**: Configurable data fields for extraction - **Country Settings**: Geo-targeting for accurate data collection ### Processing 1. **Form Submission**: User submits TikTok profile URL through web form 2. **API Trigger**: Sends profile data to Bright Data for scraping 3. **Status Polling**: Continuously checks scraping progress 4. **Wait & Retry**: Implements 30-second delays between status checks 5. **Data Retrieval**: Fetches complete profile data when ready 6. **Sheet Update**: Saves extracted data to Google Sheets 7. **Status Reporting**: Provides completion status and messages ### Output Data Points | Field | Description | Example | |-------|-------------|---------| | Account ID | Unique TikTok account identifier | @username123 | | Nickname | Display name on profile | John Doe | | Biography | Profile bio/description | Content creator & influencer | | Followers | Number of followers | 1,250,000 | | Following | Number of accounts following | 500 | | Likes | Total likes across all videos | 50,000,000 | | Videos Count | Total number of videos posted | 1,200 | | Profile URL | Direct link to TikTok profile | https://www.tiktok.com/@username | | Profile Picture | Profile image URL | https://p16-sign-sg.tiktokcdn.com/... | | Profile Picture HD | High-definition profile image | https://p16-sign-sg.tiktokcdn.com/... | | Is Verified | Verification status | true/false | | Bio Link | External link in bio | https://linktr.ee/username | | Like Engagement Rate | Engagement rate based on likes | 5.2% | | Comment Engagement Rate | Engagement rate based on comments | 2.1% | | Top Videos | List of top performing videos | [video_objects] | | Region | Geographic region | US | | Is Under Age 18 | Age status indicator | true/false | ## Setup Instructions ### Prerequisites - n8n instance (self-hosted or cloud) - Google account with Sheets access - Bright Data account with TikTok dataset access - Valid TikTok profile URLs for testing - 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 Bright Data 1. **Set up Bright Data credentials:** - In n8n: **Credentials** → **+ Add credential** → **HTTP Request Generic Credential** - Name: Bright Data API - Authentication: Bearer Token - Token: Your Bright Data API key - Test the connection 2. **Configure dataset:** - Ensure you have access to TikTok dataset (`gd_l1villgoiiidt09ci`) - Verify dataset permissions in Bright Data dashboard - Check dataset limits and pricing ### Step 3: Configure Google Sheets Integration 1. **Create a Google Sheet:** - Go to Google Sheets - Create a new spreadsheet named TikTok Influencer Data - Create a sheet tab named TikTok profile by URL - 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 columns:** - Column A: Account ID - Column B: Nickname - Column C: Biography - Column D: Followers - Column E: Following - Column F: Likes - Column G: Videos Count - Column H: Profile URL - Column I: Is Verified - Column J: Bio Link - Column K: Like Engagement Rate - Column L: Comment Engagement Rate - Column M: Region - Column N: Status - Column O: Message ### Step 4: Update Workflow Settings 1. **Update API credentials:** - Open Sends profile URLs to Bright Data to trigger
n8n$9.99Qualify Real Estate Leads via SMS with GP-40, Twilio, and Google Sheets
## AI-Powered Real Estate Lead Qualifier (n8n Workflow) ## Description This n8n workflow automates lead engagement and qualification for real estate buyers. When someone submits a form on your real estate website, the system instantly responds via SMS, starting a conversation powered by an AI Agent. The AI asks pre-qualifying questions (like budget, location, and timeline), logs the entire conversation, and then summarizes and sends the lead info to a real estate agent. Chat history is stored in a PostgreSQL database (via Supabase) and tied to each buyer's phone number. ## Key Features - Instant SMS Response: Follows up immediately after form submission. - AI Chat-Based Qualification: Conversational agent gathers buyer needs and preferences. - Supabase Chat Memory: Stores chat history tied to the buyer's phone number to maintain context. - Lead Summary & Agent Handoff: Summarizes conversation and logs it to Google Sheets for the agent. - Customizable AI Questions: Easily edit the questions asked by the AI to suit your process. ## Connect with Me ## Description I'm Robert Breen, founder of Ynteractive - a consulting firm that helps businesses automate operations using **n8n**, **AI agents**, and custom workflows. I've helped clients build everything from intelligent chatbots to complex sales automations, and I'm always excited to collaborate or support new projects. If you found this workflow helpful or want to talk through an idea, I'd love to hear from you. ## Links - Website: [https://www.ynteractive.com](https://www.ynteractive.com) - YouTube: [@ynteractivetraining](https://www.youtube.com/@ynteractivetraining) - LinkedIn: [https://www.linkedin.com/in/robert-breen](https://www.linkedin.com/in/robert-breen) - Email: rbreen@ynteractive.com
n8n$14.99Automate Instagram Profile Scraping with Apify and Google Sheets
This n8n workflow automates the scraping of Instagram profiles using Apify and logs the data into Google Sheets. It processes a list of usernames at scheduled intervals, ensuring efficient data collection and management.
n8n$9.99Automate WhatsApp Bulk Messaging from Google Sheets
Efficiently send bulk WhatsApp messages using Google Sheets and the WhatsApp Business Cloud API. Ideal for marketing teams and businesses managing high-volume outreach.
n8n$4.99Automate Thai PDF Processing to Google Sheets with Typhoon OCR and AI
Streamline the processing of multi-page Thai PDFs by leveraging Typhoon OCR and AI to extract structured data and automatically append it to Google Sheets.
n8n$9.99Automate LinkedIn Comment Replies with AI and Google Sheets Integration
This workflow automates LinkedIn engagement by fetching comments, generating AI-powered replies, and logging interactions in Google Sheets for analysis.
n8n$9.99
More integrations
Need a custom Google Sheets workflow?
Our automation experts build tailored Google Sheets integrations for your exact stack.
Request a Custom Workflow