N8N Workflows filtra per Engineering

AI: Conversational agent with custom tool written in JavaScript

This workflow implements a custom tool via JavaScript code which returns a random color to users and excludes the given...

Force AI to use a specific output format

This workflow is for anyone looking to automatically fetch, validate, and parse complex language-based queries into a structured format. Its...

Custom LangChain agent written in JavaScript

This workflow has multiple functionalities. It starts with a manual trigger, "When clicking 'Execute Workflow'", that activates two separate paths....

XML to SQL database import

This is an example workflow that imports an XML file into an SQL database. The ReadBinaryFiles node loads the XML...

Compare SQL datasets

This workflow compares 2 datasets from a single database. Two SQL nodes create a slightly different summary report based on...

v1 helper - Find params with affected expressions

v1 Helper ℹ️ This workflow is to be run after upgrading to n8n v1. This workflow returns all locations where...

Load data into Snowflake

This workflow automatically downloads a CSV from the web, and parses it in a format that n8n can access. It...

Count the items returned by a node

This workflow provides a simple approach to counting the items returned by a node. It uses a Set node with...

OpenAI examples: ChatGPT, DALLE-2, Whisper-1 – 5-in-1

Primer workflow for OpenAI models: ChatGPT, DALLE-2, Whisper This workflow contains 5 examples on how to work with OpenAI API....

Import CSV into MySQL

This workflow demonstrates how CSV file can be automatically imported into existing MySQL database. Before running the workflow please make...

Merge multiple runs into one

This is a workflow that might come handy after using loops. They usually leave you with items spread across different...

Import data from MySQL into Google Sheets

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

Import data from Google Sheets into MySQL

This workflow imports data from Google Sheets into a MySQL database.

Preparing data to be sent to a service

Task: Make sure that data is in the right format before injecting it into a database/spreadsheet/CRM/etc. Why: Spreadsheets and databases...

Creating an API endpoint

Task: Create a simple API endpoint using the Webhook and Respond to Webhook nodes Why: You can prototype or replace...

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

Pulling data from services that n8n doesn’t have a pre-built integration for

You still can use the app in a workflow even if we don’t have a node for that or the...

Joining different datasets

Task: Merge two datasets into one based on matching rules Why: A powerful capability of n8n is to easily branch...

Filtering and branching data

Task: Conditional filtering and branching items Why: Filtering and branching data based on conditions allows you to build complex workflows...

Working with dates and times

Task: Handle dates and times in your workflow Why: Date and time formats can be hard to work with, we...