Engineering Workflows
What are Engineering n8n workflows?
Engineering n8n workflows are reusable automation templates for engineering use cases. This category includes workflows that connect apps, transform data, trigger notifications, sync records, and reduce repetitive manual work. Each listing includes workflow metadata, author attribution, complexity level, relevant categories, source links when available, and a downloadable JSON file for inspection before import. Use this page to compare templates, identify the tools involved, and choose a workflow that fits your workspace before testing it safely in n8n.
MongoDB AI agent - intelligent movie recommendations
Who is this for? This workflow is designed for: Database administrators and developers working with MongoDB Content m...
Demo workflow - how to use workflowStaticData()
This workflow demonstrates how to use the function to set any type of variable that will persist within workflow exec...
Pattern for parallel sub-workflow execution followed by wait-for-all loop
What this workflow does This (set of) workflow(s) shows how to start multiple sub workflows, asynchronously, in paral...
Get long lived Facebook user or page access token
Facebook access tokens expire quickly, requiring regular updates for continued API access. This workflow simplifies t...
Generate SQL queries from schema only - AI-powered
This workflow is a modification of the previous template on how to [create an SQL agent with LangChain and SQLite](ht...
Build an endpoint to perform CRUD operations with multiple HTTP methods
This n8n workflow template allows you to create a CRUD endpoint that performs the following actions: Create a new rec...
🚀 Local multi-LLM testing & performance tracker
Local Multi LLM Testing & Performance Tracker This workflow is perfect for developers, researchers, and data scientis...
Building RAG chatbot for movie recommendations with Qdrant and Open AI
Create a recommendation tool without hallucinations based on RAG with the Qdrant Vector database. This example is bas...
Visual regression testing with Apify and AI Vision Model
This n8n workflow is a proof of concept template exploring how we might work with multimodal LLMs and their multi ima...
AI agent with charts capabilities using OpenAI structured output and Quickchart
This workflow is an experiment to integrate charts in AI Agents, using the new Structured Output from OpenAI and [Qui...
Chat with local LLMs using n8n and Ollama
Chat with local LLMs using n8n and Ollama This n8n workflow allows you to seamlessly interact with your self hosted L...
🔍 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! Bu...
Preconfigured nodes for Systeme.io API requests
Using the Systeme API can be challenging due to its pagination settings and low rate limit. This requires a bit more...
Generating image embeddings via textual summarisation
This n8n template demonstrates an approach to image embeddings for purpose of building a quick image contextual searc...
Introduction to the HTTP tool
This n8n template showcases the new HTTP tool released in version 1.47.0. Overall, the tool helps simplify AI Agent w...
Build your own image search using AI object detection, CDN and ElasticSearch
This n8n workflow demonstrates how to automate indexing of images to build a object based image search. By utilising...
Better Oauth2.0 workflow for Pipedrive CRM with Supabase
This workflow provides an OAuth 2.0 auth token refresh process for better control. Developers can utilize it as an al...
Provide real-time updates for Notion databases via webhooks with Supabase
Purpose This enables webhooks for nearly realtime updates (every 5 seconds) from Notion Databases. Problem Notion doe...
Low-code API for Flutterflow apps
Flow Start: The flow starts upon receiving an HTTP GET call. Webhook: Receives the HTTP GET call and triggers the flo...
ChatGPT Automatic Code Review in Gitlab MR
Who this template is for This template is for every engineer who wants to automate their code reviews or just get a 2...
Allow your AI to call an API to fetch data
Use n8n to bring data from any API to your AI. This workflow uses the Chat Trigger to provide the chat interf...
Use any LangChain module in n8n (with the LangChain code node)
LangChain is a framework for building AI functionality that users large language models. By leveraging the functional...
Synchronize your Google Sheets with Postgres
Sync your Google Sheets Data with your Postgres database table, requiring minimal adjustments. Follow these steps: 1....
OpenAI assistant with custom tools
This workflow shows how you can get your OpenAI assistant to call an n8n workflow as a tool. Since you can put almost...