12,282 workflows
Nodes: Sort: Date:
Deploy site when new content gets added
This workflow demonstrates how to create a new deployment when new content gets added to the database. This example workflow can be used when building a JAMstack site. Webhook node: This node trigg ...
1,548
Oct 04, 2021
Add Netlify Form submissions to Airtable
This workflow demonstrates how to use the Netlify Trigger node to capture form submissions and add it Airtable. You can reuse the workflow to add the data to another similar database by replacing the ...
872
Oct 04, 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
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
Sep 21, 2021
Export new deals from HubSpot to Slack and Airtable
This workflow is triggered when a new deal is created in HubSpot. Then, it processes the deal based on its value and stage. The first branching follows three cases: If the deal is closed and won, a ...
1,686
Built by Lorena Lorena
Sep 10, 2021
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
Sep 09, 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
Create a Pipedrive activity on Calendly event scheduled
This workflow is triggered when a meeting is scheduled via Calendly. Then, an activity is automatically created in Pipedrive and 15 minutes after the end of the meeting, a message is sent to the inter ...
1,617
Built by Lorena Lorena
Sep 08, 2021
Fetch a YouTube playlist and send new items Raindrop
This simple workflow will fetch a YouTube playlist every n minutes and send the new items s to a collection in Raindrop. You can connect any application at the end of the flow. Make sure to authen ...
3,381
Sep 03, 2021
Detect toxic language in Telegram messages
This workflow detects toxic language (such as profanity, insults, threats) in messages sent via Telegram. This blog tutorial explains how to configure the workflow nodes step-by-step. Telegram Trig ...
2,180
Built by Lorena Lorena
Sep 03, 2021
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
Aug 24, 2021
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
Aug 24, 2021
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
Aug 24, 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
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
Jul 12, 2021
Clean out unwanted emails from Gmail
Workflow to clean out unwanted email from Gmail. Further information here.
6,509
Built by jason jason
Jul 03, 2021
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 30, 2021
Release a new version via Telegram bot command
This workflow allows you to release a new version via a Telegram bot command. This workflow can be used in your Continous Delivery pipeline. Telegram Trigger node: This node will trigger the workfl ...
1,782
Jun 18, 2021
Trigger a build in Travis CI when code changes are push to a GitHub repo
This workflow allows you to trigger a build in Travis CI when code changes are pushed to a GitHub repo or a pull request gets opened. GitHub Trigger node: This node will trigger the workflow when c ...
1,447
Jun 18, 2021