7,353 workflows in Core Nodes
Nodes: Sort: Date:
Demonstrates the use of the $item(index) method
This workflow demonstrates the use of the $item(index) method. This method is useful when you want to reference an item at a particular index. This example workflow makes POST HTTP requests to a dumm ...
1,733
Jun 13, 2026
Create Nextcloud Deck Card from IMAP email
Check email and create new Nextcloud Deck card from incoming email. Import workflow. Change Nextcloud URL with target board id and stack id. Configure IMAP credential and Nextcloud userid / password. ...
1,709
Jun 13, 2026
Send location updates of the ISS every minute to a table in Google BigQuery
This workflow allows you to send position updates of the ISS every minute to a table in Google BigQuery. Cron node: The Cron node will trigger the workflow every minute. HTTP Request node: This no ...
1,701
Jun 13, 2026
Manage newsletter signups in Baserow
This is the workflow that I presented at the April 9, 2021 n8n Meetup. This workflow uses Baserow.io to store registration information collected using n8n as both the web server and the data processo ...
1,518
Built by jason jason
Jun 13, 2026
Translate cocktail instructions using DeepL
This workflow allows you to translate cocktail instructions using DeepL. HTTP Request node: This node will make a GET request to the API https://www.thecocktaildb.com/api/json/v1/1/random.php to fe ...
1,171
Jun 13, 2026
Update Twitter banner using HTTP request
This workflow demonstrates the use of the HTTP Request node to upload binary files for form-data-multipart type. This example workflow updates the Twitter banner. HTTP Request node: This node fetch ...
837
Jun 13, 2026
Send location updates of the ISS every minute to a queue in AWS SQS
This workflow allows you to send position updates of the ISS every minute to a queue using the AWS SQS node. Cron node: The Cron node will trigger the workflow every minute. HTTP Request node: Thi ...
656
Jun 13, 2026
Create an RSS feed based on a website's content
This workflow parses content from a website (for this example, Baserow's release page) and creates an RSS feed based on the extracted data. Prerequisites Some familiarity with HTML and CSS selectors ...
26,940
Built by Tom Tom
Jun 13, 2026
Message on website content changed in Telegram
I wanted a system to monitor website content changes and notify me. So I made it using n8n. Especially my competitor blogs. I wanted to know how often they are posting new articles. (I used their sit ...
12,586
Built by MC Naveen MC Naveen
Jun 13, 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
Jun 13, 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
Jun 13, 2026
User Enablement Demo
This workflow was originally presented at the February 2022 n8n Meetup. Requirements In order to use this workflow, you will need the following in place: A configured Baserow account A group in Bas ...
6,524
Built by jason jason
Jun 13, 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
Jun 13, 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
Jun 13, 2026
Standup bot (4/4): Worker
This is the fourth workflow for the Mattermost Standup Bot. This workflow sends the team a message every morning to ask them three standup questions. What have you accomplished since your last report ...
5,207
Built by Jonathan Jonathan
Jun 13, 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
Jun 13, 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
Jun 13, 2026
Bulk Emails with personalized attachment
A workflow to send personalized emails with respective attachment. The workflow needs a pre-formatted CSV with file names and email IDs.
4,200
Built by Bhavabhuthi Bhavabhuthi
Jun 13, 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
Jun 13, 2026
Collect absences from Google Calendars
This workflow checks a Google Calendar at 8am on the first of each month to get anything that has been marked as a Holiday or Illness. It then merges the count for each person and sends an email with ...
3,673
Built by Jonathan Jonathan
Jun 13, 2026