11,832 workflows
Nodes: Sort: Date:
Serve a static HTML page when a link is accessed
This easy-to-extend workflow automatically serves a static HTML page when a URL is accessed in a browser. Prerequisites Basic knowledge of HTML Nodes Webhook node triggers the workflow on an incom ...
19,890
Built by Tom Tom
Nov 09, 2021
Enrich Google Sheet contacts with Dropcontact
This workflow allows you to find and verify emails and enrich your contact from a Google Sheet with Dropacontact and add them to Lemlist. Start node: The start node exists by default when you crea ...
1,391
Built by Pauline Pauline
Nov 08, 2021
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
Nov 04, 2021
Enrich contact information with HubSpot and ClearBit
This workflow enriches the information of a new contact that gets added to HubSpot. HubSpot Trigger: This node triggers the workflow when a new contact gets added to HubSpot. Get Contact: This nod ...
2,053
Nov 01, 2021
Get email notifications for newly uploaded Google Drive files
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 ...
2,568
Built by Tom Tom
Oct 25, 2021
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
Oct 25, 2021
Send a daily summary of your Google Calendar events to Slack
This workflow will trigger daily at 6am to retrieve your day's calendar events from Google Calendar and send them as a summary message to Slack. I've used a low-code method to filter the dates as I c ...
5,478
Built by Sami Abid Sami Abid
Oct 21, 2021
Assign issues to interested contributors
This workflow handles the incoming issues and issues comments for your open-source project. If a contributor is interested, the workflow will assign them the issue. Note: For organizations, you wil ...
869
Oct 18, 2021
Post unassigned Zendesk tickets to Slack
> This has been updated to support the Query feature added to the Zendesk node in 0.144.0 This workflow will post all New and Open tickets without an agent assigned to a Slack channel on a schedul ...
818
Oct 11, 2021
Send notification when deployment fails
This workflow sends a message on Slack when site deployment fails. Netlify Trigger node: This node triggers the workflow when the site deployment fails. Slack node: This node sends a message on Sl ...
1,011
Oct 04, 2021
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