8,334 workflows in Development
Nodes: Sort: Date:
Import CSV into MySQL
This workflow demonstrates how CSV file can be automatically imported into existing MySQL database. Before running the workflow please make sure you have a file on the server: /home/node/.n8n/conce ...
13,484
Built by Eduard Eduard
Jul 29, 2026
Two way sync Pipedrive and MySQL
This workflow automates a two way sync of customer data between Pipedrive and MySQL. It will create new records in one source if it only exists in the other. Where matching records have different data ...
10,719
Built by n8n Team n8n Team
Jul 29, 2026
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 "runs". The Code node in this example workflow merges them into a single run, so y ...
8,839
Built by Tom Tom
Jul 29, 2026
Multilanguage Telegram bot
An example workflow for a multilanguage Telegram bot. It allows adding many new languages to the bot without editing the workflow. Important note! Due to some breaking API changes in NocoDB some of i ...
8,540
Built by Eduard Eduard
Jul 29, 2026
Import JSON data into Google Sheets and CSV file
This workflow gets data from an API and exports it into Google Sheets and a CSV file.
7,298
Built by Lorena Lorena
Jul 29, 2026
Analyze emails with S1EM
With workflow, you analyze Email with TheHive/Cortex https://github.com/V1D1AN/S1EM/wiki/Soar-guide
6,898
Built by v1d1an v1d1an
Jul 29, 2026
Split Out Binary Data
This workflows helps with processing binary data. You'll often have binary objects with keys such as attachment_0, attachment_1, attachment_2, etc. attached to your items, for example when reading an ...
5,766
Built by Tom Tom
Jul 29, 2026
Import data from MySQL into Google Sheets
This workflow queries a table in MySQL and inserts the data into Google Sheets.
5,532
Built by Lorena Lorena
Jul 29, 2026
Track investments using Baserow and n8n
This workflow uses a number of technologies to track the value of ETFs, stocks and other exchange-traded products: Baserow: To keep track of our investments n8n’s Cron node: To trigger the workflow ...
5,393
Built by Tom Tom
Jul 29, 2026
Extend n8n with additional tools
This workflow extends n8n and uses R language graphic capabilities. This is a Telegram bot which fetches weather data via the openweathermap.org API, plots an image using ggoplot2 package from R and s ...
5,104
Built by Eduard Eduard
Jul 29, 2026
Read XML file and store content in Google Sheets
This workflow shows a low code approach to parsing an XML file and storing its contents in a Google Sheets spreadsheet. To run the workflow: Make sure you are running n8n 0.197 or newer Have n8n a ...
5,083
Built by Tom Tom
Jul 29, 2026
Import data from Google Sheets into MySQL
This workflow imports data from Google Sheets into a MySQL database.
4,776
Built by Lorena Lorena
Jul 29, 2026
OpenAI-powered tweet generator
This workflow uses OpenAI to generate tweets to be stored in Airtable for review. A JS snippet handles the topics to be tweeted about in the form of hashtags.
4,695
Built by Gareth Roll Gareth Roll
Jul 29, 2026
Convert SQL table into Excel spreadsheet
This workflow demonstrates how easy it is to export SQL query to Excel automatically! Before running the workflow please make sure you have access to a remote SQL server (MS SQL, MySQL, PostgreSQL ...
4,648
Built by Eduard Eduard
Jul 29, 2026
Markdown report generation
This workflow illustrates how HTML reports can be created using Markdown Node. An example data consists of a Time Sheet table for 2 persons. Based on this table a markdown document is generated using ...
4,049
Built by Eduard Eduard
Jul 29, 2026
lemlist <> GPT-3: Supercharge your sales workflows
Use GPT-3 to classify email responses in lemlist. And automate: Slack alerts when a lead is interested the creation of tasks when a lead is OOO unsubscription of leads when they request it
3,163
Jul 29, 2026
Move data between JSON and spreadsheets
This workflow illustrates how to convert data from JSON to binary format and import JSON data or files into Google Sheets or local spreadsheets.
2,946
Built by Lorena Lorena
Jul 29, 2026
Send a Whatsapp message via Twilio when a certain Onfleet event happens
Summary Onfleet is a last-mile delivery software that provides end-to-end route planning, dispatch, communication, and analytics to handle the heavy lifting while you can focus on your customers. Th ...
2,452
Built by James Li James Li
Jul 29, 2026
Uploading a file to a Slack channel
This workflow shows you how to post a message to a Slack channel and add a file attachment. It also shows you the general pattern for working with Binary data in n8n (any file like a PDF, Image etc). ...
2,390
Built by Max Tkacz Max Tkacz
Jul 29, 2026
Create Salesforce accounts based on Excel File data
This workflow shows a no code approach to creating Salesforce accounts and contacts based on data coming from an Excel file. For Excel 365 (the online version of Microsoft Excel) check out this workfl ...
2,187
Built by Tom Tom
Jul 29, 2026