7,353 workflows
in Core Nodes
Nodes:
Sort:
Date:
This workflow demonstrates the use of the $item(index) method. This method is useful when you want to reference an item at a particular index.
This example workflow makes POST HTTP requests to a dumm ...
Check email and create new Nextcloud Deck card from incoming email.
Import workflow.
Change Nextcloud URL with target board id and stack id.
Configure IMAP credential and Nextcloud userid / password. ...
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 demonstrates the use of the HTTP Request node to upload binary files for form-data-multipart type. This example workflow updates the Twitter banner.
HTTP Request node: This node fetch ...
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 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 ...
An example workflow for a multilanguage Telegram bot. It allows adding many new languages to the bot without editing the workflow.
Important note!
Due to some breaking API changes in NocoDB some of i ...
This workflow gets data from an API and exports it into Google Sheets and a CSV file.
This workflow was originally presented at the February 2022 n8n Meetup.
Requirements
In order to use this workflow, you will need the following in place:
A configured Baserow account
A group in Bas ...
This workflows helps with processing binary data.
You'll often have binary objects with keys such as attachment_0, attachment_1, attachment_2, etc. attached to your items, for example when reading an ...
This workflow uses a number of technologies to track the value of ETFs, stocks and other exchange-traded products:
Baserow: To keep track of our investments
n8n’s Cron node: To trigger the workflow ...
This is the fourth workflow for the Mattermost Standup Bot. This workflow sends the team a message every morning to ask them three standup questions.
What have you accomplished since your last report ...
This workflow extends n8n and uses R language graphic capabilities. This is a Telegram bot which fetches weather data via the openweathermap.org API, plots an image using ggoplot2 package from R and s ...
This workflow uses OpenAI to generate tweets to be stored in Airtable for review.
A JS snippet handles the topics to be tweeted about in the form of hashtags.
A workflow to send personalized emails with respective attachment.
The workflow needs a pre-formatted CSV with file names and email IDs.
This workflow illustrates how HTML reports can be created using Markdown Node. An example data consists of a Time Sheet table for 2 persons. Based on this table a markdown document is generated using ...
This workflow checks a Google Calendar at 8am on the first of each month to get anything that has been marked as a Holiday or Illness. It then merges the count for each person and sends an email with ...