Engineering n8n Workflows
n8n Engineering workflow templates and automation recipes — 2947 free workflow templates ready to import.
Export your daily Binance spot portfolio to Google Sheets
What this workflow does This workflow automatically exports your Binance spot portfolio positions to Google Sheets on a daily basis, enabling you to build comprehensive tracking dashboards and analyze your crypto holdings over time. Who is this for?
작성자: Thibaut
Monitor supply chain risks and disruptions with GPT-4o and Slack alerts
How It Works This workflow automates end-to-end supply chain visibility and logistics coordination for manufacturers, distributors, and retailers managing complex multi-tier supply networks. Designed for supply chain planners, logistics managers, and operations directors, it solves the challenge of tracking inventory across procurement, warehousing, and transportation while optimizing decisions for cost, speed, and risk mitigation. The system schedules regular data collection from procurement an
작성자: Cheng Siong Chin
Perform unit-aware calculations and conversions with CalcsLive
What this workflow does This template demonstrates how to perform unit-aware calculations with automatic unit conversion using the CalcsLive community node. It shows three calculation patterns: Speed calculation: Convert distance and time into velocity (km → km/h) Cylinder volume: Calculate volume from diameter and height (cm → Liters) Chained calculations: Pass output from one calculation as input to another (Volume → Mass) Workflow Screenshot CalcsLive Articles Used You can view and custo
작성자: Don Wen
Parse Google Drive documents to RAG-ready Markdown with Landing.ai and Supabase cache
Make your unstructured large documents LLM ready markdown using LandingAI Document Parsing. Automatically watches a Google Drive folder, submits new documents to Landing.ai for parsing, caches processed files in - Supabase to avoid reprocessing, and reliably polls results with retry and timeout handling. Use Cases Automated document ingestion for RAG pipelines Invoice, contract, or report parsing AI-powered document analysis workflows Knowledge base ingestion from Google Drive Preventin
작성자: Alok Kumar
Generate a social hub link-in-bio page with FireCrawl AI and Apify
Generate Social Hub (link-in-bio) page with FireCrawl AI and Apify This n8n template demonstrates how to create a link-in-bio style landing page (similar to Linktree or Beacons.ai) that automatically aggregates all social media links from any website. Author's Note: I built this because I was tired of manually inserting my social media links and copying business descriptions from my website one by one into the link-in-bio platform. What used to take me 10-15 minutes now happens automatically
작성자: Wan Dinie
Prevent phishing emails with GPT-4, VirusTotal, Slack, and Google Sheets
This n8n workflow automates real-time phishing detection by ingesting incoming emails, extracting indicators, analyzing content with AI (GPT-4), calculating risk scores, and taking immediate action—quarantining malicious emails, flagging suspicious ones, alerting users and SOC, and logging everything for compliance and forensics. It prevents phishing attacks at the point of delivery with zero-touch automation. How it works Webhook receives email Extract URLs, domains, keywords VirusTotal + GPT-
작성자: Oneclick AI Squad
Manage vulnerabilities end-to-end with GPT-4, Jira, Slack and Google Sheets
Automates the full vulnerability lifecycle — from scheduled scanning and data aggregation to intelligent prioritization, ticket creation, real-time alerting, weekly reporting, and centralized tracking. Ensures critical vulnerabilities are patched quickly while maintaining audit-ready logs and executive visibility. How it works Dual Trigger - Scheduled daily scans at 6 AM + on-demand webhook for emergency scans Multi-Scanner Aggregation - Pulls findings from Nessus, Qualys, and custom scanner A
작성자: Oneclick AI Squad
Research web topics and email a Claude report via Gmail using SerpApi, Jina.ai and Firecrawl
Submit a research topic through a form and receive a professionally styled executive report in your inbox — fully automated, with built-in scraping resilience. The workflow searches Google via SerpApi, scrapes each result with Jina.ai (free, no key needed), and uses Claude to extract key findings. If a page is blocked by a CAPTCHA or login wall, it automatically retries with Firecrawl. Blocked sources are gracefully skipped after two attempts. Once all sources are processed, Claude synthesises
작성자: Surya Vardhan Yalavarthi
Route MCP tool calls through an intelligent gateway with Claude AI
This workflow transforms traditional REST APIs into structured, AI-accessible MCP (Model Context Protocol) tools. It provides a unified gateway that allows Claude AI to safely, granularly, and auditibly interact with any business system — CRM, ERP, databases, SaaS — through a single MCP-compliant interface. How it works Receive MCP Tool Request - Webhook ingests tool call from AI agent or MCP client Validate & Authenticate - Verifies API key, checks JWT token, validates MCP schema Tool Registr
작성자: Oneclick AI Squad
Assess technical documentation compliance with GPT‑4o and send Slack alerts
This n8n template demonstrates how to use AI to automatically review technical documentation against predefined compliance standards — and alert your team via Slack. Use cases: Engineering teams maintaining API docs, product teams enforcing terminology standards, or localization teams checking readiness before translation handoff. How it works A document URL or raw text is passed in via manual trigger (or webhook). The document content is fetched and extracted as plain text. An AI model scores
작성자: Oneclick AI Squad
Monitor asset health and predict maintenance with Anthropic Claude and Slack
How It Works This workflow automates industrial asset health monitoring and predictive maintenance using Anthropic Claude across coordinated specialist agents. It targets facility managers, maintenance engineers, and operations teams in manufacturing, energy, and infrastructure sectors where reactive maintenance leads to costly unplanned downtime and asset failures. On schedule, the system ingests asset health data and routes it through a Performance Evaluation Agent that coordinates three speci
작성자: Cheng Siong Chin
Handle e-commerce support, orders and inventory with Claude, Shopify and Slack
Creates an AI-powered sales and support agent connected to live store data from Shopify/WooCommerce. MCP ensures controlled access to inventory and order systems. Automatically handles customer queries, stock alerts, and refund logic to reduce manual workload. How it works Trigger — Listens for incoming customer support requests via Webhook (chat, email, or API) Fetch context — Retrieves live order status and inventory data from Shopify in parallel AI reasoning — Claude AI analyzes the query w
작성자: Oneclick AI Squad
Analyze customer sales calls and update CRM with Whisper and GPT-4
AI Customer Call Analyzer — Voice → Insights → CRM with GPT-4 Converts raw sales call recordings into structured CRM intelligence. Uploads audio → transcribes via Whisper → GPT-4 extracts intent, sentiment, objections, next steps → updates CRM and sends a structured summary to the sales team. How it works Upload Call Recording - Webhook receives audio file upload (mp3, wav, m4a) from sales rep portal Validate & Prepare Audio - Checks file type, size limits, extracts call metadata Transcribe v
작성자: Oneclick AI Squad
Orchestrate enterprise MCP AI tool access with Claude and Google Sheets
A secure, scalable enterprise AI orchestration layer built on the Model Context Protocol (MCP). This workflow standardizes tool access across all business systems, enforces permission-based data handling, applies contextual reasoning via Claude AI, and provides a single governance plane for multi-agent AI deployments. How it works Receive AI Agent Request - Unified MCP webhook accepts tool or context requests from any agent Enterprise Auth & RBAC - Validates JWT, resolves role-based access con
작성자: Oneclick AI Squad
Analyze YouTube video SEO and get optimization tips with Gemini AI, Sheets, Slack, and Gmail
Analyze YouTube video SEO and get optimization tips with Gemini AI Who is this for Content creators, YouTubers, marketing agencies, and social media managers who want to optimize their YouTube videos for better discoverability and engagement. Perfect for teams managing multiple channels or creators who want data-driven SEO insights. How it works The workflow starts with a Form Trigger where users paste any YouTube video URL. A Code node extracts the video ID, then two HTTP Request nodes fetch
작성자: Oka Hironobu
Review GitHub pull requests with Gemini and post feedback automatically
Review GitHub pull requests with Gemini AI and post feedback automatically Who is this for Development teams and tech leads who want to maintain consistent code quality without manual review bottlenecks. Perfect for teams handling multiple PRs daily and wanting AI-powered insights on security, bugs, and best practices. How it works When a GitHub pull request is created or updated, the webhook triggers the workflow. The system fetches the PR diff via GitHub API and analyzes each file's change
작성자: Oka Hironobu
Monitor Google reviews and draft AI responses with Gemini and Slack
Monitor Google reviews and draft AI responses with Gemini and Slack Who is this for Restaurant owners, retail store managers, and small business owners who want to stay on top of customer feedback without manually checking Google reviews multiple times a day. Perfect for businesses that receive regular reviews and need quick response drafts for customer service. How it works The workflow runs hourly via a schedule trigger, fetching new Google reviews through the Places API. Each review gets
작성자: Oka Hironobu
Send weekly GitHub digest with releases, commits and trending repos via Gmail
Send Weekly GitHub Digest with Releases, Commits, and Trending Repos Stay on top of the GitHub ecosystem with a single automated weekly email covering it all. How it works A schedule trigger fires every Monday at 9am and reads your config variables. Feel free to modify schedule. Three branches run in parallel: Releases: fetches the latest release from each watched repo via the GitHub API Commit
작성자: Dahiana
Process WhatsApp PDFs with AWS Textract OCR via S3
This n8n template demonstrates how to automatically extract text content from PDF documents received via WhatsApp messages using OCR. It is designed for use cases where users submit documents through WhatsApp and the document content needs to be digitized for further processing — such as document analysis, AI-powered workflows, compliance checks, or data ingestion. Good to know This workflow processes PDF documents only. OCR is handled using AWS Textract, which supports both scanned and digita
작성자: Spiritec
Publish LinkedIn posts from tech trends with Ollama AI quality checks
Who is this for? This workflow is for solopreneurs, founders, creators, and marketers who want a consistent LinkedIn presence without spending hours writing posts. Ideal for anyone in tech, SaaS, or AI who wants trend-aware content on autopilot. What it does Flow 1 — Daily Research (6 AM): Fetches trending topics from Hacker News, Reddit (8 subreddits), and Product Hunt in parallel Merges all sources, runs 7-layer deduplication, and ranks by relevance AI generates 3 LinkedIn post drafts with
작성자: Tony Adijah
Enrich HubSpot sales sequence contacts with Lusha and route to outreach
How it works Triggers when a contact property changes in HubSpot (e.g., added to a sequence) Lusha enriches the contact with verified email, direct phone, and seniority A prospect record is built and validated — contacts with email are sent to your outreach tool and updated in HubSpot Contacts missing email are logged and a Slack notification alerts the team Set up steps Install the Lusha community node Add your Lusha API, HubSpot, and Slack credentials Configure the HubSpot trigger to listen f
작성자: Daniel Turgeman
Bulk enrich CSV contact lists with Lusha
How it works Reads a CSV file and splits contacts into batches of 100 Each batch is sent to Lusha's bulk enrichment API in a single call Enriched results (phone, email, title, company data) are formatted and exported as a new CSV Set up steps Install the Lusha community node Add your Lusha API credentials Place your CSV file with an email column in the configured path Run the workflow manually — the enriched CSV is saved to the output path
작성자: Daniel Turgeman
Enrich form leads with Lusha, waterfall enrichment, HubSpot, and Slack
How it works A webhook receives a form submission with an email address The email is validated, then Lusha enriches the contact If phone or email is missing, a fallback provider fills the gaps via HTTP request Data from both sources is merged, upserted into HubSpot, and an SDR alert is sent to Slack The webhook returns the enriched lead as a JSON response Set up steps Install the Lusha community node Add your Lusha API, HubSpot, and Slack credentials Configure the fallback HTTP node with your s
작성자: Daniel Turgeman
Automate cybersecurity incident response with Claude AI, VirusTotal and Slack
This workflow automates end-to-end cybersecurity incident response by ingesting alerts from multiple sources, enriching threat intelligence, assessing severity with Claude AI, executing containment actions, notifying stakeholders, and creating audit-ready tickets. How it works Ingest Alert - Webhook receives alerts from SIEM, EDR, firewall, IDS/IPS Validate & Normalize - Standardizes alert format across all sources Enrich Threat Intel - Queries VirusTotal, AbuseIPDB, Shodan for context AI Seve
작성자: Oneclick AI Squad