12,282 workflows
Nodes:
Sort:
Date:
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 ...
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 ...
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 ...
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 ...
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 ...
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.
...
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 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 ...
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 ...
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 ...
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. ...
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 ...
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 ...
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 ...
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 ...
Workflow to clean out unwanted email from Gmail.
Further information here.
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 ...
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 ...
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 ...