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:
Every 10 minutes check if a new article was stared, if so, save it in wallabag to read it later.
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 ...
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 ...
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 ...
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 ...
This workflow collects images from web search on a specific query, detects labels in them, and stores this information in a Google Sheet.
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 ...
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 ...
This Workflows share a Jokes on Twitter with DadJokes API or BlaBlagues API for ImageJokes
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 ...
query data from two different databases handle and unify in a single return
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 ...
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 ...
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 ...
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. ...
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 ...
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 ...
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 ...
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 ...
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 ...