7,516 workflows in Development
Nodes: Sort: Date:
Backup n8n workflows to Google Drive
Temporary solution using the undocumented REST API for backups using Google drive. Please note that there are issues with this workflow. It does not support versioning, so please know that it will cr ...
22,336
Jun 13, 2026
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
Jun 13, 2026
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
Jun 13, 2026
ETL pipeline for text processing
This workflow allows you to collect tweets, store them in MongoDB, analyse their sentiment, insert them into a Postgres database, and post positive tweets in a Slack channel. Cron node: Schedule th ...
8,734
Built by Lorena Lorena
Jun 13, 2026
Build a self-hosted URL shortener with a dashboard
This workflow creates an automatic self-hosted URL shortener. It consists of three sub-workflows: Short URL creation for extracting the provided long URL, generating an ID, and saving the record in t ...
5,507
Built by mohamed ali mohamed ali
Jun 13, 2026
Get top 5 products on Product Hunt every hour
This workflow gets the top 5 products from Product Hunt and shares them on the Discord server. Cron node: This node triggers the workflow every hour. Based on your use case, you can update the node ...
4,544
Jun 13, 2026
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
Jun 13, 2026
Cron routines with Telegram
Executes schedule routines, and triggers alerts via telegram
3,897
Built by Hermilio Hermilio
Jun 13, 2026
Add liked songs to a Spotify monthly playlist
🎶 Add liked songs to a monthly playlist > This Workflow is a port of Add saved songs to a monthly playlist from IFTTT. When you like a song, the workflow will save this song in a monthly play ...
3,636
Built by Lucas Lucas
Jun 13, 2026
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
Jun 13, 2026
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
Jun 13, 2026
Create, update, and get an object from Bubble
This workflow allows you to create, update, and get an object from Bubble. Bubble node: This node will create a new object of the type Doc in Bubble. If you want to create an object with a differen ...
2,785
Jun 13, 2026
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
Jun 13, 2026
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
Jun 13, 2026
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
Jun 13, 2026
Send a file from S3 to AWS Textract
This workflow shows how to download an image file from S3 and pass it on to Textract for text extraction. The workflow uses two nodes: AWS S3**: This node will download a receipt file from S3 AWS T ...
2,245
Built by Tom Tom
Jun 13, 2026
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
Jun 13, 2026
Use Redis to rate-limit your low-code API
This workflow demonstrates how to can use Redis to implement rate limits to your API. The workflow uses the incoming API key to uniquely identify the user and use it as a key in Redis. Every time a ...
2,146
Jun 13, 2026
Create transcription jobs using AWS Transcribe
This workflow allows you to create transcription jobs for all your audio and video files stored in AWS S3. AWS S3: This node will retrieve all the files from an S3 bucket you specify. AWS Transcri ...
2,122
Jun 13, 2026
Send location updates of the ISS to a topic in MQTT
This workflow allows you to send position updates of the ISS every minute to a topic in MQTT using the MQTT node. Cron node: The Cron node will trigger the workflow every minute. HTTP Request node ...
2,078
Jun 13, 2026