10,154 workflows
Nodes: Sort: Date:
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 15, 2026
Add a check condition for a loop in n8n
This workflow demonstrates the use of $runIndex expression. It demonstrates how the expression can be used to avoid an infinite loop. The workflow will create 5 Tweets with the content 'Hello from n8 ...
9,551
Jun 15, 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 15, 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 15, 2026
Clean out unwanted emails from Gmail
Workflow to clean out unwanted email from Gmail. Further information here.
6,509
Built by jason jason
Jun 15, 2026
Split In Batches node noItemsLeft example
This workflow demonstrates how to use noItemsLeft to check if there are items left to be processed by the SplitInBatches node. Function node: This node generates mock data for the workflow. Replace ...
5,813
Jun 15, 2026
Merge data for multiple executions
This workflow demonstrates how to merge data for different executions. The Merge Data Function node fetches the data from different executions of the RSS Feed Read node and merges them under a sing ...
5,679
Jun 15, 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 15, 2026
Transfer data from website to Google Sheets
Take data from website form via webhook and save data into Google Sheets document!
4,980
Built by Mark Bowen Mark Bowen
Jun 15, 2026
Get an mp4 attachment from Gmail to Google Drive
This simple workflow allows you to get an mp4 attachment from gmail email and then upload it to Google Drive to get attachment webview link.
4,780
Jun 15, 2026
Promote new Shopify products on Twitter and Telegram
This workflow automatically promotes your new Shopify products on Twitter and Telegram. This workflow is also featured in the blog post 6 e-commerce workflows to power up your Shopify store. Prerequi ...
4,564
Built by Lorena Lorena
Jun 15, 2026
Create an event file and send it as an email attachment
This workflow allows you to create an event file and send it as an attachment via email. iCalendar node: This node will create an event file. Send Email: This node will send the event file as an a ...
4,201
Jun 15, 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 15, 2026
Capture leads in HubSpot from Typeform
This workflow is triggered when a typeform is submitted, then it saves the sender's information into HubSpot as a new contact. Typeform Trigger: triggers the workflow when a typeform is submitted. ...
4,027
Built by Lorena Lorena
Jun 15, 2026
Run weekly inventories on Shopify sales
This workflow is scheduled to run every week, when it gets all your Shopify orders, calculates their sales value, stores the data in Google Sheets, and sends a notification message to a Slack channel. ...
4,012
Built by Lorena Lorena
Jun 15, 2026
Process Shopify new orders with Zoho CRM and Harvest
This workflow is triggered when a new order is created in Shopify. Then: the order information is stored in Zoho CRM, an invoice is created in Harvest and stored in Trello, if the order value is above ...
3,950
Built by Lorena Lorena
Jun 15, 2026
Create an invoice based on the Typeform submission
This workflow allows you to create an invoice with the information received via Typeform submission. Typeform node: This node triggers the workflow. Whenever the form is submitted, the node trigger ...
3,874
Jun 15, 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 15, 2026
Create a customer and send the invoice automatically
This workflows allows you to create a customer and an invoice and send the invoice to the customer. QuickBooks node: This node will create a new customer in QuickBooks. QuickBooks1 node: This node ...
3,619
Jun 15, 2026
Load data into spreadsheet or database
This workflow is a generic example of how to load data from your workflow into a destination that stores tabular data. For example, a Google Sheets or Airtable sheet, a .CSV file, or any relational da ...
3,615
Built by Max Tkacz Max Tkacz
Jun 15, 2026