⚒️

Engineering n8n Workflows

n8n Engineering workflow templates and automation recipes2947 free workflow templates ready to import.

🔥 인기순✨ 노드 많은 순
high

LinkedIn Profile Finder via Form using Bright Data & GPT-4o-mini

This n8n workflow template automates the process of finding LinkedIn profiles for a person based on their name, and company. It scrapes Google search results via Bright Data, parses the results with GPT-4o-mini, and delivers a personalized follow-up email with insights and suggested outreach steps. 🚀 What It Does Accepts a user-submitted form with a person’s full name, and company. Performs a Google search using Bright Data to find LinkedIn profiles and company data. Uses GPT-4o-mini to parse H

19개의 노드· 👁 6,298emailsendfilterform

작성자: Miquel Colomer

high

Author and Publish Blog Posts From Google Sheets

What it is: An automation to plan→draft→finalize and publish your textual blog post ideas to your wordpress blog Works in stages and hand back control to you in between those You can use a Google Spreadsheet for planning topics and configuring LLM models and prompts What it does: plans→drafts→finalizes blog post topics you specify in a Google Spreadsheet using an LLM with prompts that also ar configured in that spreadsheet (even which model to use) savs the results in the corresponding colum

22개의 노드· 👁 6,266chainllmcodegooglesheets

작성자: Daniel Nolde

medium

🎥 Analyze YouTube Video for Summaries, Transcripts & Content + Google Gemini AI

🎥 Analyze YouTube Video for Summaries, Transcripts & Content + Google Gemini Who is this for? This workflow is ideal for content creators, video marketers, and research professionals who need to extract actionable insights, detailed transcripts, or metadata from YouTube videos efficiently. It is particularly useful for those leveraging AI tools to analyze video content and optimize audience engagement. What problem does this workflow solve? / Use case Analyzing video content manually can be ti

15개의 노드· 👁 6,254codeformformtrigger

작성자: Joseph LePage

medium

Real Estate Lead Generation with BatchData Skip Tracing & CRM Integration

How It Works This workflow automates the entire property lead generation process in a few simple steps: Property Search: Connects to BatchData's Property Search API with customizable parameters (location, property type, value range, equity percentage, etc.) Lead Filtering & Scoring: Processes results to identify the most promising leads based on criteria like absentee ownership, years owned, equity percentage, and tax status. Each property receives a lead score to prioritize follow-up. Skip Tra

12개의 노드· 👁 6,215codeemailsendfilter

작성자: Preston Zeller

low

KB Tool - Confluence Knowledge Base

Enhance Query Resolution with the Knowledge Base Tool! Our KB Tool - Confluence KB is crafted to seamlessly integrate into the IT Ops AI SlackBot Workflow, enhancing the IT support process by enabling sophisticated search and response capabilities via Slack. Workflow Functionality: Receive Queries**: Directly accepts user queries from the main workflow, initiating a dynamic search process. AI-Powered Query Transformation**: Utilizes OpenAI's models or local ai to refine user queries into searc

3개의 노드· 👁 6,207executeworkflowtriggerhttprequestset

작성자: Angel Menendez

🔗medium

API that extracts engaging moments from YouTube videos

How it works This template takes a YouTube video ID and identifies potentially engaging moments based on the intensity of specific timestamps 👇 Ideal for vloggers and YouTube content creators, it serves as a foundation for various automations to streamline content calendars or highlight popular moments in your videos. You can leverage it for: Automatic processes to analyze YouTube videos and create sizzle reels or clips for social media, particularly effective for microcontent strategies li

14개의 노드· 👁 6,147aggregatefilterhttprequest

작성자: Max T

low

Create a table in MySQL and insert data

Companion workflow for MySQL node docs

4개의 노드· 👁 6,128manualtriggermysqlset

작성자: amudhan

medium

Build an MCP Server with Airtable

Who is this for? This template is designed for anyone who wants to integrate MCP with their AI Agents using Airtable. Whether you're a developer, a data analyst, or an automation enthusiast, if you're looking to leverage the power of MCP and Airtable in your n8n workflows, this template is for you. What problem is this workflow solving? This template caters to MCP beginners seeking a hands-on example and developers looking to integrate Airtable MCP service. When integrating MCP with Airtable, m

11개의 노드· 👁 6,123agentairtabletoolchattrigger

작성자: Aitor | 1Node

medium

Scrape Latest 20 TechCrunch Articles

Retrieve 20 Latest TechCrunch Articles Who is this for? This workflow is designed for developers, content creators, and data analysts who need to scrape recent articles from TechCrunch. It’s perfect for anyone looking to aggregate news articles or create custom feeds for analysis, reporting, or integration into other systems. What problem is this workflow solving? This workflow automates the process of scraping recent articles from TechCrunch. Manually collecting article data can be time-consu

9개의 노드· 👁 6,108htmlhttprequestmanualtrigger

작성자: Teddy

low

Replace Data in Google Docs from n8n Form

Who is this for? This workflow is perfect for anyone looking to automate the process of replacing variables in Google Docs with data from form. What problem does this workflow solve? This workflow automates the process of filling Google Docs templates with data coming from n8n forms or other variables. It’s especially useful for generating documents like contracts, invoices, or reports quickly and efficiently without manual intervention. What does this workflow do? The workflow receives data f

5개의 노드· 👁 6,106codeformtriggergoogledrive

작성자: Krzysztof Kuzara

medium

Synchronize your Google Sheets with Postgres

Sync your Google Sheets Data with your Postgres database table, requiring minimal adjustments. Follow these steps: Retrieve Data: Pull data from Google Sheets and PostgreSQL. Compare Datasets: Identify differences, focusing on new or updated entries. Update PostgreSQL: Apply changes to ensure both platforms mirror each other. Automate this process to regularly synchronize data. Before starting, grant necessary access to both Google Sheets and PostgreSQL, and specify the data details for sync

7개의 노드· 👁 6,087comparedatasetsgooglesheetspostgres

작성자: Bela

medium

Rate limiting and waiting for external events

Task: Control your data flow with rate limits and external cues Main use cases: Control the rate of items flow into one or more services in your workflow Wait for external events to occur before continuing with the rest of the workflow

10개의 노드· 👁 5,969ifmanualtriggern8ntrainingcustomerdatastore

작성자: Jonathan

low

Generate and insert data into a Postgres database

This is Workflow 1 in the blog tutorial Database activity monitoring and alerting. Prerequisites A Postgres database set up and credentials. Basic knowledge of JavaScript and SQL. Nodes Cron node starts the workflow every minute. Function node generates sensor data (sensor id (preset), a randomly generated value, timestamp, and notification (preset as false) ) Postgres node inserts the data into a Postgres database. You can create the database for this workflow with the following SQL stateme

3개의 노드· 👁 5,969cronfunctionpostgres

작성자: tanaypant

low

Get information of an image

Companion workflow for Edit Image node docs

3개의 노드· 👁 5,947editimagehttprequestmanualtrigger

작성자: amudhan

low

Split In Batches node noItemsLeft example

This workflow demonstrates how to use noItemsLeft to check if there are items left to be processed by the SplitInBatches node. Function node: This node generates mock data for the workflow. Replace it with the node whose data you want to split into batches. SplitInBatches node: This node splits the data with the batch size equal to 1. Based on your use-case, set the value of the Batch Size. IF node: This node check if all the data by the SplitInBatches are not processed or not. It uses the

5개의 노드· 👁 5,813functionifmanualtrigger

작성자: Harshil Agrawal

medium

Backup workflows to git repository on Github

Source code, I maintain this worflow here. Usage Guide This workflow backs up all workflows as JSON files named in the [workflow_name].json format. Steps Create GitHub Repository Skip this step if using an existing repository. Add GitHub Credentials In Credentials, add the GitHub credential for the repository owner. Download and Import Workflow Import this workflow into n8n. Set Global Values In the Globals node, set the following: repo.owner: GitHub username of t

10개의 노드· 👁 5,778codegithubif

작성자: Shashikanth

high

Send Google analytics data to A.I. to analyze then save results in Baserow

Who's this for? If you own a website and need to analyze your Google analytics data If you need to create an SEO report on which pages are getting most traffic or how your google search terms are performing If you want to grow your site based on suggestions from data Use case Instead of hiring an SEO expert, I run this report weekly. It checks compares the data from this week to the week before: Views based on countries The top performing pages Google search console performance Watch youtube t

18개의 노드· 👁 5,768baserowcodegoogleanalytics

작성자: Keith Rumjahn

high

Analyze Email Headers for IP Reputation and Spoofing Detection - Gmail

Analyze Emails for Security Insights Who is this for? This workflow is ideal for IT professionals, security analysts, and organizations looking to enhance their email security practices. It is particularly useful for those who need to analyze Gmail email headers for IP tracking, spoofing detection, and sender reputation assessment. What problem is this workflow solving? Email spoofing and phishing attacks are significant cybersecurity threats. By analyzing email headers, this workflow provi

33개의 노드· 👁 5,700aggregatecodegmailtrigger

작성자: Angel Menendez

medium

Merge data for multiple executions

This workflow demonstrates how to merge data for different executions. The Merge Data Function node fetches the data from different executions of the RSS Feed Read node and merges them under a single object. Note: If you want to process the items that get merged, you will have to convert the single item into n8n understandable multiple items.

6개의 노드· 👁 5,679functionifmanualtrigger

작성자: Harshil Agrawal

medium

Build your own PostgreSQL MCP server

This n8n demonstrates how to build a simple PostgreSQL MCP server to manage your PostgreSQL database such as HR, Payroll, Sale, Inventory and More! This MCP example is based off an official MCP reference implementation which can be found here -https://github.com/modelcontextprotocol/servers/tree/main/src/postgres How it works A MCP server trigger is used and connected to 5 tools: 2 postgreSQL and 3 custom workflow. The 2 postgreSQL tools are simple read-only queries and as such, the postgreSQL

11개의 노드· 👁 5,672executeworkflowtriggermcptriggerpostgres

작성자: Jimleuk

medium

🔍 Visualize Your n8n Workflows with Mermaid.js!

Are you a visual thinker working with n8n? 🎨 View and understand workflow structures at a glance with this template! Built with mermaid.js, Bootstrap 5 and AXAJ to create an interactive web page displaying n8n workflows as flowcharts. 🌟 Perfect for documentation, presentations, or just getting a clearer picture of your automation processes. Need customization help? Reach out to Eduard! Benefits 📊 Instant workflow visualization 📱 Responsive design 🔗 Direct links to n8n workflows 🧩 Special sh

11개의 노드· 👁 5,660aggregatecodemanualtrigger

작성자: Eduard

low

Import data from MySQL into Google Sheets

This workflow queries a table in MySQL and inserts the data into Google Sheets.

3개의 노드· 👁 5,532crongooglesheetsmysql

작성자: Lorena

low

Run a SQL query on Postgres

Companion Workflow for Postgres node docs

2개의 노드· 👁 5,514manualtriggerpostgres

작성자: amudhan

low

Automate Rank Math SEO Field Updates for Wordpress or Woocommerce

This workflow automates the process of updating important Rank Math SEO fields (SEO Title, Description, and Canonical URL) directly via n8n. By leveraging a custom WordPress plugin that extends the WordPress REST API, this workflow ensures that you can programmatically manage SEO metadata for your posts and WooCommerce products efficiently. Bulk version available here. How it works: Sends a POST request to a custom API endpoint exposed by the Rank Math plugin. Updates SEO Title, Description,

3개의 노드· 👁 5,468httprequestmanualtriggerset

작성자: phil