7,406 workflows
in Core Nodes
Nodes:
Sort:
Date:
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 ...
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 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 ...
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 ...
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 ...
🎶 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 ...
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 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 ...
This workflow allows you to add articles to a Notion reading list by accessing a Discord slash command.
Prerequisites
A Notion account and credentials, and a reading list similar to this template.
A ...
This workflow allows you to compress binary files to zip format.
HTTP Request node: The workflow uses the HTTP Request node to fetch files from the internet. If you want to fetch files from your l ...
This workflow allows you to send position updates of the ISS every minute to a table in Google BigQuery.
Cron node: The Cron node will trigger the workflow every minute.
HTTP Request node: This no ...
This is the workflow that I presented at the April 9, 2021 n8n Meetup.
This workflow uses Baserow.io to store registration information collected using n8n as both the web server and the data processo ...
This workflow allows you to translate cocktail instructions using DeepL.
HTTP Request node: This node will make a GET request to the API https://www.thecocktaildb.com/api/json/v1/1/random.php to fe ...
This workflow posts a poem translated into English every day in a Telegram chat.
Cron node: triggers the workflow every day at 10:00. You can change the time and interval based on your use case.
...
This is a proof of concept workflow showing how you would connect n8n to a Bubble data collection.
This workflow allows you to send position updates of the ISS every minute to a queue using the AWS SQS node.
Cron node: The Cron node will trigger the workflow every minute.
HTTP Request node: Thi ...
This workflow demonstrates the use of static data in n8n. The workflow is built on the concept of polling.
Cron node: The Cron node triggers the workflow every minute. You can configure the time ba ...
This workflow allows you to receive updates about the positiong of the ISS and add it to a table in TimescaleDB.
Cron node: The Cron node triggers the workflow every minute. You can configure the t ...
This workflow parses content from a website (for this example, Baserow's release page) and creates an RSS feed based on the extracted data.
Prerequisites
Some familiarity with HTML and CSS selectors ...
I wanted a system to monitor website content changes and notify me. So I made it using n8n.
Especially my competitor blogs. I wanted to know how often they are posting new articles. (I used their sit ...