👩‍💻

IT Ops n8n Workflows

n8n IT Ops workflow templates and automation recipes907 free workflow templates ready to import.

🔥 Most Popular✨ Most Nodes
low

Add Google Sheets data to the Mautic contact

Automatically import the name and email in Google Sheet to the mautic contact each time the lead is filled to the sheet.

4 nodes· 👁 1,082crongooglesheetsmautic

by dichvuhuuich

low

Check if a Twitch Stream is Live

Introduction: This workflow template helps you determine if a Twitch user's stream is currently live or offline. Setup Instructions: The Document node holds the sample Twitch username you wish to check, you may adapt it in your workflow by replacing this with a chain that contains the Twitch username you want to check. This value is passed to the GraphQL node query as $('Document').item.json.twitch so make sure to change this based on your workflow. How it Works: The important nodes here ar

4 nodes· 👁 1,080graphqlifmanualtrigger

by Roger Filomeno

medium

Lead Outreach Automation with Google Sheets, Gmail, and n8n Workflow

🎯 Goal Every 60 minutes: Fetch only “New” leads from a Google Sheet Send them a personalized email Update their status to “Contacted” in the same sheet 🧩 Step-by-Step Explanation 1️⃣ 🕒 Trigger: Run Every Day Node Name: Schedule Trigger What it does: Automatically starts the workflow every 60 minutes (or your chosen interval). Why it's needed: You don’t need to run the workflow manually — it runs on a timer, like a robot doing your follow-up. 2️⃣ 📄 Fetch Leads from Google Sheet

6 nodes· 👁 1,066gmailgooglesheetsif

by Muhammad Qaisar Mehmood

low

Send Webflow form data to Google Sheets

Send Webflow form data to Google Sheets 🚀 How It Works This workflow connects your Webflow form submissions to Google Sheets with style and efficiency. Here's the magic in action: Form Submitted 🎉 – A Webflow form submission triggers the flow. Fields Prepared 🛠️ – Data gets organized, and a submission date is added. Data Logged 📋 – Your data finds a cozy new home in Google Sheets. Set-Up Steps ⏱️ Estimated Time: 5-10 minutes Connect Webflow 🌐 – Hook up your Webflow account and d

3 nodes· 👁 1,062codegooglesheetswebflowtrigger

by Giovanni Ruggieri

high

Track LinkedIn Profile Changes with Google Sheets & Slack Notifications

LinkedIn Profile Tracker Automation Who is this for? This template is ideal for sales teams, recruiters, business development professionals, and relationship managers who need to monitor changes in their network's LinkedIn profiles. Perfect for agencies tracking client personnel changes, HR teams monitoring talent movements, sales professionals staying updated on prospect job changes, and content teams tracking influencer activity. What problem does this workflow solve? Manually checking Linke

30 nodes· 👁 1,055filtergooglesheetshttprequest

by Matthieu

high

Abandoned cart recovery for Shopify via Gmail, Google Sheets & Twilio (no-code)

Who is this for? This template is ideal for solo store owners, eCommerce marketers, automation beginners, or anyone using Shopify and Gmail who wants to recover lost revenue without coding. What problem does this solve? Customers often leave items in their cart without completing the purchase. Manually chasing those sales is inefficient and inconsistent. This workflow automates the recovery process by sending emails (and optionally SMS) based on Shopify checkout activity. What this workflow

18 nodes· 👁 1,047airtablegmailgooglesheets

by Velebit from Innovatio

medium

Generate a hierarchical sitemap from a URL into Google Sheets using Firecrawl

📺 Full walkthrough video: https://youtu.be/yjeKYfZP0kU > ⚠️ Self-hosted only — This template uses a community node (@mendable/n8n-nodes-firecrawl) and cannot run on n8n Cloud. Who it's for This workflow is for SEO consultants, web agencies, and technical teams who need to quickly audit or document a website's URL structure and export it into a clean, hierarchical spreadsheet. How it works A chat message is received containing the target website URL. Firecrawl maps the website via its sit

7 nodes· 👁 1,035@mendable/n8n-nodes-firecrawl.firecrawlchattriggercode

by Growth AI

medium

Watchdog: Update All Workflows With Default Error Workflow

Do you consistently forget to set a Default Error Workflow when creating new workflows? Then this helper workflow is for you! When activated, this helper workflow will: Scan ALL other workflows every 4 hours Make sure ALL workflows have a default error workflow set (based on what Workflow ID you provide) This helper will SKIP OVER any workflows that have the default_error:false tag set (make sure your default error workflow has the default_error:false tag set, so that you don't end up with rec

6 nodes· 👁 1,026filtermanualtriggern8n

by Darien Kindlund

medium

📌 Turn your LinkedIn insights into content ideas with Airtable and Real-Time Linkedin Scraper

🚀 Transform LinkedIn Post Reactions into Content Ideas with Airtable 📝 Description This workflow helps you to turn your LinkedIn activity into a powerful content ideation engine. It captures your most recent post reactions on LinkedIn automatically, filters them based on recency, and structures the content into Airtable—ready for brainstorming, inspiration, or publication planning. ⚙️ What It Does Fetches* the latest liked posts from LinkedIn via a public API (rapidapi.com/Real-Time Linkedin S

7 nodes· 👁 1,011airtablefilterhttprequest

by Batu Öztürk

medium

Auto Workflow Backup to Google Drive – Automated Export of All Your Workflows

n8n Workflow Backup to Google Drive – Automated Export of All Your Workflows This workflow is designed to automatically create backups of all your workflows in n8n and store them as individual .json files in Google Drive. It's a fully automated system that helps developers, agencies, or automation teams ensure their automation logic is always safe, versioned, and ready to restore or share. What is this for? If you’re building and managing multiple automations inside n8n, losing a workflow due

11 nodes· 👁 1,004converttofilefiltergoogledrive

by LukaszB

high

Auto-reply to FAQs on WhatsApp using Postgres (Module "FAQ")

Who is this for? This workflow is designed for businesses or individuals who want to automate responses to frequently asked questions via WhatsApp, while managing their question-and-answer database using Postgres. What problem is this workflow solving? This workflow addresses the challenge of efficiently managing and automating responses to customer inquiries. It helps reduce manual effort and ensures quick access to information, while providing an option for customers to request live assista

22 nodes· 👁 1,004ifpostgresset

by Andrew

low

Generate AI Avatar Videos with HeyGen and Google Sheets Integration

This template streamlines your AI Avatar Video Automation workflow by connecting Google sheets for Voice Text & AI Avatar Video Link storage, using HTTP Nodes for connecting Heygen API & AI Avatar/Voice Id for automated Video generation. Pre-requisites Before setting up this workflow, ensure you have: A Google account with access to Google Sheets A Heygen Account with API access in account's settings. n8n.io account with workflow access Setup Instructions Configure Data Source Create a G

5 nodes· 👁 998googlesheetshttprequestmanualtrigger

by Sagar

medium

Get all orders in Squarespace to Google Sheets

This workflow retrieves all Squarespace Orders and saves them into a Google Sheets spreadsheet using the Squarespace Commerce API. It uses pagination to ensure all orders are collected efficiently. How It Works The workflow queries your Squarespace Orders API. It fetches data in paginated batches and inserts them into Google Sheets. The Global node is used to configure API parameters dynamically, allowing users to set date filters, pagination, and fulfillment status. The workflow runs on demand

6 nodes· 👁 991googlesheetshttprequestmanualtrigger

by bangank36

low

Gather leads in Google Sheet and Mailchimp

Gather leads into Mailchimp, automate marketing, and sales process.

4 nodes· 👁 971googlesheetsintervalmailchimp

by emmanuelchilaka779

🔗medium

Update specific post-call information on Syncro

This workflow takes Dialpad call information after a call is disconnected and pushes it into Syncro as a ticket timer update, matching the start time and end time provided by Dialpad and a note that containing the contact or customer name and number. > This workflow is part of an MSP collection, The original can be found here: https://github.com/bionemesis/n8nsyncro

6 nodes· 👁 949googlesheetshttprequestif

by Jonathan

▶️low

Manage group members in Bitwarden automatically

This workflow allows you to create a group, add members to the group, and get the members of the group. Bitwarden node: This node will create a new group called documentation in Bitwarden. Bitwarden1 node: This node will get all the members from Bitwarden. Bitwarden2 node: This node will update all the members in the group that we created earlier. Bitwarden3 node: This node will get all the members in the group that we created earlier.

4 nodes· 👁 938bitwarden

by Harshil Agrawal

medium

Auto-Send WooCommerce Invoices via WhatsApp with Rapiwa API

Who is this for? This workflow listens for new or updated WooCommerce orders, cleans and structures the order data, processes orders in batches, and standardizes WhatsApp phone numbers. It verifies phone numbers via the Rapiwa API, sends invoice links or messages to verified numbers, and logs results into separate Google Sheets tabs for verified and unverified numbers. Throttling and looping are managed using batch processing and wait delays. What this Workflow Does Receives order events (e.g.,

10 nodes· 👁 936codegooglesheetsif

by Rapiwa

medium

Personalized LinkedIn Connection Requests with Apollo, GPT-4, Apify & PhantomBuster

AI LinkedIn Outreach Automation with Apollo, OpenAI & PhantomBuster Categories:* Sales Automation Lead Generation AI Personalization This workflow creates a complete LinkedIn outreach automation system that generates targeted lead lists from Apollo using natural language, enriches profiles with AI-personalized icebreakers, and automatically sends connection requests through PhantomBuster. Built by someone who's made over $1 million with AI automation, this system demonstrates the real-world app

8 nodes· 👁 925aggregateformtriggergooglesheets

by Nick Saraev

high

🔤 Inventory ABC & Pareto analysis with Google Sheets for supply chain

Tags*: Supply Chain, Inventory Management, ABC Analysis, Pareto Principle, Demand Variability, Automation, Google Sheets Context Hi! I’m Samir Saci, a Supply Chain Engineer and Data Scientist based in Paris, and founder of LogiGreen Consulting. I help companies optimise inventory and logistics operations by combining data analytics and workflow automation. This workflow is part of our inventory optimisation toolkit, allowing businesses to perform ABC classification and Pareto analysis direc

16 nodes· 👁 919codefiltergooglesheets

by Samir Saci

low

Filter the feedback from Typeform and store in Google Sheets

This workflow allows you to filter positive and negative feedback received from a Typeform and insert the data into Google Sheets. Typeform Trigger node: Start the workflow when a new form is submitted via Typeform Set node: Extract the information submitted in typeform IF node: Filter positive and negative reviews (i.e. ratings above or below 3 out of 5). Google Sheets node: Store the positive and negative reviews and ratings in two different sheets for each case.

5 nodes· 👁 919googlesheetsifset

by Lorena

medium

TikTok Post Scraper via Keywords | Bright Data + Sheets Integration

🎵 TikTok Post Scraper via Keywords | Bright Data + Sheets Integration 📝 Workflow Description Automatically scrapes TikTok posts based on keyword search using Bright Data API and stores comprehensive data in Google Sheets for analysis and monitoring. 🔄 How It Works This workflow operates through a simple, automated process: Keyword Input:** User submits search keywords through a web form Data Scraping:** Bright Data API searches TikTok for posts matching the keywords Processing Loop:** Monito

7 nodes· 👁 916formtriggergooglesheetshttprequest

by Shiv Gupta

medium

Automate Glassdoor Job Search with Bright Data Scraping & Google Sheets Storage

🔍 Glassdoor Job Finder: Bright Data Scraping + Keyword-Based Automation A comprehensive n8n automation that scrapes Glassdoor job listings using Bright Data's web scraping service based on user-defined keywords, location, and country parameters, then automatically stores the results in Google Sheets. 📋 Overview This workflow provides an automated job search solution that extracts job listings from Glassdoor using form-based inputs and stores organized results in Google Sheets. Perfect for rec

7 nodes· 👁 909formtriggergooglesheetshttprequest

by Bright Data

low

Load and Aggregate Files from a Google Drive Folder into a Key-Value Dictionary

What does this template do? This workflow automates the process of retrieving all Google Docs from a specified Google Drive folder, extracting their content, and structuring the data into a unified key-value dictionary, where: Key = The file name Value = The content of the document (with normalized newlines) This is ideal for use cases such as knowledge ingestion, prompt context preparation, or populating a RAG (Retrieval-Augmented Generation) system with reference documents. Use Case Perfec

5 nodes· 👁 892codeexecuteworkflowtriggergoogledocs

by Hugues Stock

🔗high

Push Dialpad call information to Syncro

This workflow takes Dialpad call information for an answered call and pushes it into Syncro as either a ticket or an update to an existing ticket. You will need to have a workflow for each technician at this time. It also saves call/ticket information to a Google Sheet to be queried by the dialpad_to_syncro_timer.json workflow. This will match to inbound and outbound calls, so if that's not desired you need to add in an IF to only proceed on either inbound or outbound calls. > This workflow

22 nodes· 👁 885functiongooglesheetshttprequest

by Jonathan