Browse 8,854 n8n workflow templates in the Core Nodes category. These ready-to-use automations connect apps and services with n8n — no coding required. Click any workflow to explore its nodes and import it directly into n8n.

8,854 workflows in Core Nodes
Nodes: Sort: Date:
Tiny Tiny RSS new stared article saved to wallabag
Every 10 minutes check if a new article was stared, if so, save it in wallabag to read it later.
870
Built by dev dev
Feb 02, 2022
Google Calendar to Slack Status and Philips Hue
I'm currently trialing a 4 day work week for all staff at my company, and one of the major impacts on productivity is interruptions. As such, I opted to use N8N to create a workflow to monitor my Goo ...
1,173
Feb 01, 2022
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
Jan 30, 2022
Send a message to Telegram on a new item saved to Reader
What is it This workflow aims to build a simple bot that will send a message to a telegram channel every time there is a new saved item to the Reader. This workflow can be easily modify to support ...
2,759
Built by Nicolas Nicolas
Jan 29, 2022
Plex automatic QBittorent throttler
Have you ever wanted to throttle Plex when connecting remotely to your server? Well here is the script for you! The instructions to deploy are below: You will need: A plex server with Plex Pass (for ...
1,297
Jan 29, 2022
Collect and label images and send to Google Sheets
This workflow collects images from web search on a specific query, detects labels in them, and stores this information in a Google Sheet.
1,122
Built by Lorena Lorena
Jan 17, 2022
Collects images from web search results and send to Google Sheets
This workflow collects images from web search results on a specific query, analyzes the image for labels, formats the text, and adds the information in Google Sheets. HTTP Request node** gets image ...
2,903
Built by Lorena Lorena
Jan 11, 2022
Search and download torrents using transmission-daemon
Ok google download "movie name" I develop this automation to improve my quality of life in handling torrents in my media-center. Goal Automate the search operations of a movie based on its name and ...
2,397
Built by Danger Danger
Jan 02, 2022
Share jokes on Twitter automatically
This Workflows share a Jokes on Twitter with DadJokes API or BlaBlagues API for ImageJokes
2,191
Built by Teeflo Teeflo
Dec 23, 2021
Create a document in outline for each new GitLab release
Create a document in Outline for each new GitLab release. Depends on this PR being merged. Copy workflow Set credentials for GitLab and Outline Inside HTTP Request node, set the following: collec ...
2,402
Built by Manu Manu
Dec 22, 2021
Join data from Postgres and MySQL
query data from two different databases handle and unify in a single return
3,521
Built by Hermilio Hermilio
Dec 15, 2021
Create dynamic Twitter profile banner
This workflow updates your Twitter profile banner when you have a new follower. To use this workflow: Configure Header Auth in the Fetch New Followers to connect to your Twitter account. Update the ...
2,695
Dec 09, 2021
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
Nov 23, 2021
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
Nov 16, 2021
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
Nov 14, 2021
Get email notifications for newly uploaded Google Drive files
This workflow sends out email notifications when a new file has been uploaded to Google Drive. The workflow uses two nodes: Google Drive Trigger**: This node will trigger the workflow whenever a ne ...
2,568
Built by Tom Tom
Oct 25, 2021
Parse Ycombinator news page
Extract data from a webpage (Ycombinator news page) and create a nice list using itemList node. It seems that current version in n8n (0.141.1) requires to extract each variable one by one. Hopefully i ...
2,831
Built by Eduard Eduard
Oct 04, 2021
Avoid rate limiting by batching HTTP requests
This workflow demonstrates the use of the Split In Batches node and the Wait node to avoid API rate limits. Customer Datastore node: The workflow fetches data from the Customer Datastore node. Based ...
4,069
Sep 27, 2021
Backup workflows to GitHub
Note: This workflow uses the internal API which is not official. This workflow might break in the future. The workflow executes every night at 23:59. You can configure a different time bin the Cron n ...
9,364
Sep 08, 2021
Handle pagination in HTTP Requests
This example workflow demonstrates how to handle pagination. This example assumes that the API you are making the request to has pagination, and returns a cursor (something that points to the next p ...
11,200
Jul 20, 2021