⚒️

Engineering n8n Workflows

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

🔥 Más populares✨ Más nodos
🔗medium

Manage newsletter signups in Baserow

This is the workflow that I presented at the April 9, 2021 n8n Meetup. This workflow uses Baserow.io to store registration information collected using n8n as both the web server and the data processor. To get this workflow working properly, you will either need to run it on n8n.cloud or using the on premise version with people having the ability to connect to n8n externally. You will need an account on Baserow.io to store your subscriptions with a table with the following fields: GUID First

13 nodos· 👁 1,518emailsendfunctionhttprequest

por jason

medium

Generate Images from Text Prompts with Google Imagen 3 via Replicate API

Who is this for? This n8n workflow is designed for developers, digital artists, and content creators who want to leverage the power of AI-generated images using the Replicate API. What problem is this workflow solving? / Use case The workflow automates the process of generating images from textual prompts using the Replicate API. It allows users to generate, check the status of, and retrieve images with minimal manual intervention. What this workflow does Initialize Workflow**: Triggered by a

11 nodos· 👁 1,514httprequestifmanualtrigger

por Audun

low

Get the last five SpaceX launches from the spacex.land API using GraphQL

Companion workflow for GraphQL node docs

2 nodos· 👁 1,508graphqlmanualtrigger

por amudhan

medium

🚛🗺️ Geocoding for logistics with Open Route API and Google Sheets

Tags*: Supply Chain, Logistics, Geocoding, Transportation, GPS API Context Hi! I’m Samir Saci, a Supply Chain Engineer and Data Scientist based in Paris, and founder of LogiGreen Consulting. I help companies improve their logistics operations using data, AI, and automation to reduce costs and minimize environmental footprint. > Let’s use n8n to analyze geographical data! 📬 For business inquiries, you can add find me on LinkedIn Who is this template for? This workflow is designed for

7 nodos· 👁 1,501googlesheetshttprequestmanualtrigger

por Samir Saci

medium

Daily GitHub Release notification by Email

Automating daily notifications of the latest releases from a GitHub repository. This template is ideal for developers and project managers looking to stay up-to-date with software updates. How it Works: Daily Trigger: The workflow initiates daily using the Schedule Trigger node. Fetch Repository Data: The HTTP Request node retrieves the latest release details from the specified GitHub repository. Check if new: The IF node check if the release was done in the last 24 hours. Split Content: The S

6 nodos· 👁 1,498emailsendhttprequestif

por Dionysus

medium

Send bulk WhatsApp messages from Google Sheets using Rapiwa API

Bulk WhatsApp Campaign Automation with Rapiwa API (Unofficial Integration) Who’s it for This n8n workflow lets you send bulk WhatsApp messages using your own number through Rapiwa API, avoiding the high cost and limitations of the official WhatsApp API. It integrates seamlessly with Google Sheets, where you can manage your contacts and messages with ease. Ideal for easy-to-maintain bulk messaging solution using their own personal or business WhatsApp number. This solution is perfect for small b

11 nodos· 👁 1,494codegooglesheetshttprequest

por SpaGreen Creative

medium

Vector Database as a Big Data Analysis Tool for AI Agents [2/2 KNN]

Vector Database as a Big Data Analysis Tool for AI Agents Workflows from the webinar "Build production-ready AI Agents with Qdrant and n8n". This series of workflows shows how to build big data analysis tools for production-ready AI agents with the help of vector databases. These pipelines are adaptable to any dataset of images, hence, many production use cases. Uploading (image) datasets to Qdrant Set up meta-variables for anomaly detection in Qdrant Anomaly detection tool KNN classifier too

10 nodos· 👁 1,487codeexecuteworkflowtriggerhttprequest

por Jenny

medium

Convert PDF Documents to AI Podcasts with Google Gemini and Text-to-Speech

Convert PDF documents to AI-generated podcasts with Google Gemini and Text-to-Speech Transform any PDF document into an engaging, natural-sounding podcast using Google's Gemini AI and advanced Text-to-Speech technology. This automated workflow extracts text content, generates conversational scripts, and produces high-quality audio files. Who is this for? This workflow template is perfect for content creators, educators, researchers, and marketing professionals who want to repurpose written co

8 nodos· 👁 1,487chainllmcodeextractfromfile

por Mathis

high

Automate Microsoft Teams Meeting Analysis with GPT-4.1, Outlook & Mem.ai

Automate Microsoft Teams Meeting Analysis with GPT-4.1, Outlook & Mem.ai Watch the YouTube video to get started Follow along with the blog post Template Overview This advanced n8n template automates Microsoft Teams meeting analysis, knowledge base creation, and email drafting directly from meeting recordings and transcripts. It provides end-to-end automation for the following use cases: Meeting Analysis Connects to Microsoft Graph to retrieve meeting recordings, chat messages, and tran

51 nodos· 👁 1,480agentcodefilter

por Wayne Simpson

🔗medium

Report phishing websites to Steam and CloudFlare

Webhook to report through Mailgun phishing websites to Steam and CloudFlare (if the domain is on CloudFlare) You have to set the Credentials for webhook and Mailgun. You have to set the email from for Mailgun. This assumes it is running in n8n's Docker image where bind-tools is not readily available but installable.

9 nodos· 👁 1,476executecommandifmailgun

por chaufnet

high

Message Buffer System with Redis for Efficient Processing

🚀 Message-Batching Buffer Workflow (n8n) This workflow implements a lightweight message-batching buffer using Redis for temporary storage and a JavaScript consolidation function to merge messages. It collects incoming user messages per session, waits for a configurable inactivity window or batch size threshold, consolidates buffered messages via custom code, then clears the buffer and returns the combined response—all without external LLM calls. 🔑 Key Features Redis-backed buffer** queues inc

27 nodos· 👁 1,455chattriggercodeexecuteworkflowtrigger

por Edisson Garcia

medium

Automate Outbound Sales Calls to Qualified Leads with VAPI.ai and Google Sheets

This workflow automates outbound calls to qualified leads using VAPI.ai and Google Sheets. Here's how it works and how to set it up. How It Works Read Leads: The workflow starts by reading leads from a Google Sheet where the "AI call status" is marked as "NO" Batch Processing: Leads are processed one at a time (batch size = 1) to ensure proper sequencing Variable Setup: Extracts the phone number and row number from each lead record Trigger VAPI Call: Makes an API call to VAPI.ai to initiate an

10 nodos· 👁 1,450codegooglesheetshttprequest

por David Olusola

low

Send updates about the position of the ISS every minute to a topic in RabbitMQ

This workflow allows you to send updates about the position of the ISS every minute to a topic in RabbitMQ

4 nodos· 👁 1,449cronhttprequestrabbitmq

por Harshil Agrawal

low

Convert the JSON data received from the CocktailDB API in XML

3 nodos· 👁 1,448httprequestmanualtriggerxml

por Harshil Agrawal

medium

Tiny tiny Rss (aka tt-rss) Feed to Mastodon

Every 10 minutes look at your published news in your Tiny tiny RSS public feed and make a toot on your mastodon. You'll need: Your mastondon URL instance Your mastondon access token Your Tiny Tiny RSS public published feed URL

6 nodos· 👁 1,448cronfunctionhttprequest

por dev

low

Trigger a build in Travis CI when code changes are push to a GitHub repo

This workflow allows you to trigger a build in Travis CI when code changes are pushed to a GitHub repo or a pull request gets opened. GitHub Trigger node: This node will trigger the workflow when changes are pushed or when a pull request is created, updated, or deleted. IF node: This node checks for the action type. We want to trigger a build when code changes are pushed or when a pull request is opened. We don't want to build the project when a PR is closed or updated. TravisCI node: This

4 nodos· 👁 1,447githubtriggeriftravisci

por Harshil Agrawal

medium

Replace Images in Google Docs Documents and Download as PDF/Docx

Use Case Automate image replacement in Google Docs: You need to update document images dynamically You want to create multiple versions of a template with different images You need to batch process document images from a URL database You want to generate shareable documents with custom images What this Workflow Does The workflow automates image replacement in Google Docs: Accepts image URLs from your database Finds and replaces images in template documents Creates new document copies with updat

9 nodos· 👁 1,442googledrivehttprequestmanualtrigger

por simonscrapes

🔗medium

WordPress-to-Pipedrive Integration: Automating Contact & Lead Management

How it Works: Capture Contact Requests:** This template efficiently handles contact requests coming through a WordPress website using the Contact Form 7 (CF7) plugin with a webhook extension. Contact Management:** It automatically creates or updates contacts in Pipedrive upon receiving a new request. Lead Management:** Each contact request is securely stored in the lead inbox of Pipedrive, ensuring no opportunity is missed. Task Creation:** For each new contact or update, the workflow triggers

9 nodos· 👁 1,437codehttprequestif

por kapio

medium

Create Leads in SuiteCRM, synchronize with Brevo and notify in NextCloud

Who is this template for? This workflow template is designed for Marketing and pre-Sales to get prospects from a form like Tally, decline data in the famous opensource CRM (SuiteCRM), synchronize contact in Brevo with linking the id from CRM, and then notify in NextCloud. Bonus : validate email with ++CaptainVerify++ and notify in NextCloud depending on response How it works For each submission in the form, a webhook is triggered. A check of the email is done with CaptainVerify. Depending on t

10 nodos· 👁 1,432executeworkflowtriggerhttprequestif

por algopi.io

medium

Creators Hub: Generate Dynamic SVG Stats with daily updates

n8n Creators Template: Creator Profile Stats Updater This n8n workflow template is designed to automate the process of updating a creator's profile statistics, including total workflows, complex workflows, approved workflows, pending workflows, total nodes, and total views. It utilizes various nodes to fetch data, process it, and update a SVG file hosted on GitHub to reflect the latest stats. Workflow Overview Schedule Trigger: Triggers the workflow execution at specified intervals. Config: S

12 nodos· 👁 1,431aggregateextractfromfilegithub

por Nskha

low

Send updates about the position of the ISS every minute to a topic in Kafka

4 nodos· 👁 1,425cronhttprequestkafka

por Harshil Agrawal

medium

Automated Breaking News Headlines with LLaMA3, Google Search and X Posting

This n8n workflow automates the process of finding, summarizing, and posting breaking news headlines on X (formerly Twitter). It combines Google Custom Search for finding the latest news articles with Groq's LLaMA 3 model to generate short, engaging headlines — complete with hashtags — and posts them on your X account. 🔧 Features Custom topic support (e.g., "AI", "health", "technology") Automated scheduling every few hours Google Custom Search to find the most recent news articles Groq LLaM

8 nodos· 👁 1,423codehttprequestscheduletrigger

por Afnan

low

AI-Powered Research Assistant with Perplexity Sonar API

Name: AI-Powered Research Agent using Perplexity Sonar Description: This workflow acts as an AI-powered research assistant using the Perplexity Sonar model. When triggered by another workflow, it sends a user-defined prompt to the Perplexity API to retrieve up-to-date search results. The response is then parsed into a clean format for downstream processing. How it Works: Trigger: Activated from another workflow via Execute Workflow Trigger. Prompt Setup: Sets a system role message and user qu

4 nodos· 👁 1,420executeworkflowtriggerhttprequestset

por HoangSP

low

🧠 *NEW* Claude 3.7 Extended Thinking AI Agent 🤖 – Unlock Ultimate Intelligence

🧠 NEW Claude 3.7 Extended Thinking AI Agent 🤖 – Unlock Ultimate Intelligence Supercharge Claude 3.7 with full customization & deeper reasoning! Who is this for? 🎯 ✅ AI Enthusiasts & Researchers: Push Claude’s intelligence to new heights. ✅ Professionals & Analysts: Get in-depth, high-quality insights. ✅ Developers & Power Users: Unlock settings not available on the official Claude site. What makes this different? 🚀 Even Claude Pro limits your control—this tool breaks those barrier

3 nodos· 👁 1,417formformtriggerhttprequest

por Jonas Busch