N8N Workflows filtra per Engineering

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 Large...

🔍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!...

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...

Generating Image Embeddings via Textual Summarisation

This n8n template demonstrates an approach to image embeddings for purpose of building a quick image contextual search. Use-cases could...

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 workflows...

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 a Detr-Resnet-50...

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 alternative...

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 does not offer webhooks....

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...

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...

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...

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 functionality of LangChain, you...

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...

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...

Telegram echo-bot

This is a workflow for a Telegram-echo bot. This bot is useful for debugging and learning purposes of the Telegram...

AI agent that can scrape webpages

⚙️🛠️🚀🤖🦾 This template is a PoC of a ReAct AI Agent capable of fetching random pages (not only Wikipedia or...

Authenticate a user in a workflow with openid connect

Intro This workflow needs a user to authenticate by using an openid connect provider in order to call the webhook....

Use an open-source LLM (via HuggingFace)

This workflow demonstrates how to connect an open-source model to a Basic LLM node. The workflow is triggered when a...

itemMatching() usage example

This workflow provides a simple example of how to use itemMatching(itemIndex: Number) in the Code node to retrieve linked items...

Sync Google Sheets data with MySQL

This workflow performs several data integration and synchronization tasks between Google Sheets and a MySQL database. Here is a step-by-step...