11,832 workflows
Nodes: Sort: Date:
Scrape and summarize webpages with AI
This workflow integrates both web scraping and NLP functionalities. It uses HTML parsing to extract links, HTTP requests to fetch essay content, and AI-based summarization using GPT-4o. It's an excell ...
291,546
Built by n8n Team n8n Team
Oct 02, 2023
Create 2 XML files: with and without XML attributes
This workflow demonstrates two ways of exporting data from SQL to XML. First, several random records are received from the MySQL database. Then, in the upper part of the workflow, the structure of a ...
1,281
Built by n8n Team n8n Team
Sep 21, 2023
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 file from the server. Then the Code node extracts the file content from the binary buf ...
2,311
Built by n8n Team n8n Team
Sep 19, 2023
SQL to XML export with XSL template formatting
This workflow demonstrates how to export SQL to XML and present the data nicely formatted using an XSL Template. The upper part of the workflow starts with a webhook. Then it gets several random reco ...
1,738
Built by n8n Team n8n Team
Sep 19, 2023
Sync Outlook Calendar events to Notion
This workflow syncs Outlook Calendar events to a Notion database. The Outlook Calendar event must be within a specific time frame (default of within next year) for the workflow to pick up the event. T ...
3,058
Built by n8n Team n8n Team
Sep 14, 2023
Compare SQL datasets
This workflow compares 2 datasets from a single database. Two SQL nodes create a slightly different summary report based on the payments table. Both reports have the same structure, but different ti ...
2,543
Built by n8n Team n8n Team
Sep 11, 2023
Comparing data with the Compare Datasets node
This workflow is designed to compare two datasets (Dataset 1 and Dataset 2) based on a common field, "fruit," and provide insights into the differences. Here are the steps: Manual Trigger: The workfl ...
4,509
Built by n8n Team n8n Team
Sep 06, 2023
Push and update files in GitHub
This workflow performs various Git operations. It starts with a manual trigger, sets the local repository path, decodes a file and then updates a file's content, adds, commits, and pushes changes to a ...
4,976
Built by n8n Team n8n Team
Aug 29, 2023
Send Google Sheets data as a message to a Discord channel
This workflow sends a message to a Discord channel when a new row is added or a row is updated in a Google Sheet. The message will send all data rows in the Google Sheet. Prerequisites Discord accoun ...
2,880
Built by n8n Team n8n Team
Aug 03, 2023
Sync Discord scheduled events to Google Calendar
This workflow syncs Discord scheduled events to Google Calendar. On a specified schedule, a request to Discord's API is made to get the scheduled events on a particular server. Only the events that ha ...
1,687
Built by n8n Team n8n Team
Aug 03, 2023
Send labeled email to a Notion database
This workflow sends the contents of an email to a Notion database. The email must be labeled with a specific label for the workflow to trigger. The email subject will be the title of the Notion page, ...
6,153
Built by n8n Team n8n Team
Aug 02, 2023
Discord AI-powered bot
This workflow is a template example for making Discord GPT-powered bots. Incoming user requests are analysed and categorised via OpenAI node with the help of a hand-crafted prompt. The response messag ...
20,568
Built by Eduard Eduard
Jul 24, 2023
Telegram AI Chatbot
The workflow starts by listening for messages from Telegram users. The message is then processed, and based on its content, different actions are taken. If it's a regular chat message, the workflow ge ...
168,542
Built by Eduard Eduard
Jul 05, 2023
Push JSON data into an App or to Spreadsheet file
This workflow template shows how to load JSON data into a workflow and push that data into an App or convert it into a Spreadsheet file. Specifically, this workflow shows how to make a generic API re ...
8,931
Built by n8n Team n8n Team
Jul 03, 2023
Send alert when data is created in app/database
This template shows how you can take any event from any service, transform its data and send an alert to your desired app. Specifically, this example monitors a Linear project for new bug submission ...
2,757
Built by n8n Team n8n Team
Jul 03, 2023
Report number of weekly created records in an app
This template shows how you can create reports on data in an app and share a summary in another app. Specifically, this example checks a Notion database for new submissions, filters for submissions w ...
2,200
Built by n8n Team n8n Team
Jul 03, 2023
Sync new data between two apps
This template shows how to sync data from one service to another. Specifically, in this example we're saving a new qualified lead from a Postgres database to a Google Sheets file. Setup instructions ...
9,429
Built by n8n Team n8n Team
Jul 03, 2023
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 a node in an active workflow contains a parameter using an expression extension affec ...
806
Built by n8n Team n8n Team
Jun 29, 2023
Respond with file download to incoming HTTP request
This simple workflow demonstrates how to get an end user's browser to download a file. It makes use of the Content-Disposition header to set a filename and control the browser behaviour. A use case ...
4,836
Built by Tom Tom
Jun 05, 2023
Load data into Snowflake
This workflow automatically downloads a CSV from the web, and parses it in a format that n8n can access. It then ensures that the data from the CSV is matched to the names of the columns in the databa ...
2,061
Built by n8n Team n8n Team
May 31, 2023