Marketplace
3,557 ready-made workflow files you can download, plus 10,661 source-linked n8n references.
Create, update, and get activity in Strava
Explore this workflow on its official n8n template page.
Translate text from English to German
Explore this workflow on its official n8n template page.
Extract infromation from a receipt and store it in Airtable
Explore this workflow on its official n8n template page.
Send daily weather updates via push notification
Explore this workflow on its official n8n template page.
Detect and store the information about a purchase using the image of a receipt
Companion workflow for blogpost
Store and send information about the weather for any city via SMS
Companion workflow for blogpost
Get information about the weather for any city
Companion workflow for blogpost
Auto-Notify on New Major n8n Releases via RSS, Email & Telegram
This n8n workflow template checks for new major releases (tagged with .0) of the n8n project using its official GitHub releases feed. It runs multiple times a day and sends notifications via email and Telegram if a new release is found. > ⚠️ Note: You must *activate the workflow* to start receiving release notifications. 🚀 What It Does Monitors the n8n GitHub releases feed Detects major versions (e.g., 1.0.0, 2.0.0) Sends alert messages via Telegram and email (SES) when a release is published ⏰ Scheduling Details The Cron node checks for new releases three times per day: 10:00, 14:00, and 18:00 server time. 🛠️ Step-by-Step Setup Configure Telegram Bot Connect your Telegram bot and specify the chat ID where you want to receive notifications. Set up AWS SES Credentials Use a verified sender email and set up AWS SES credentials in your n8n instance. Activate the Workflow Enable the workflow in your instance to start receiving notifications. Customize Notification Messages (Optional) You can modify the email subject, Telegram format, or filter logic. 🧠 How It Works: Workflow Overview Cron Trigger Runs the workflow at 10:00, 14:00, and 18:00 daily. Read RSS Feed Pulls data from ht
Send feedback from Google Sheets to Mattermost
n8nConf Companion workflow for blog post
Manage attendee registrations and send emails
n8nConf Companion workflow for blog post
Create a board, lists, and a card in Wekan
Explore this workflow on its official n8n template page.
Send automated campaigns in Sendy
Explore this workflow on its official n8n template page.
Manage room members in Matrix
Explore this workflow on its official n8n template page.
Send daily weather updates to a phone number using the Vonage node
Explore this workflow on its official n8n template page.
Receive updates on form submission in Mautic and send SMS notification
Explore this workflow on its official n8n template page.
Manage contacts in Automizy
Explore this workflow on its official n8n template page.
Execute a command that gives the hard disk memory used on the host machine
Explore this workflow on its official n8n template page.
Manage users using the G Suite Admin node
Explore this workflow on its official n8n template page.
Get the price of BTC in EUR and send an SMS
This workflow allows you to get the price of BTC in EUR and send an SMS when the price is larger than EUR 9000
Receive updates when a form is submitted in Wufoo
Explore this workflow on its official n8n template page.
Extract information from an image of a receipt
Explore this workflow on its official n8n template page.
Manage projects in Clockify
Explore this workflow on its official n8n template page.
Purge n8n execution history located in Mysql
This workflow is useful if you have lots of tasks running daily. MySQL node (or the database used to save data shown in n8n - could be Mongo, Postgres, ... -) remove old entries from execution_entity table that contains the history of the executed workflows. If you have multiple tasks executed every minute, 1024 rows will be created every day (60 minutes x 24 hours) per every task. This will increase the table size fastly. SQL query deletes entries older than 30 days taking stoppedAt column as a reference for date calculations. You only have to setup Mysql connection properly and config cron to execute once per day in a low traffic hour, this way
Send email via Gmail on workflow error
Send an email via Gmail when a workflow error occurs. The email subject line will contain the workflow name; the message body will contain the following information: Workflow name Error message Last node executed Execution URL Stacktrace Error workflows do not need to be activated in order to be used, but they do need to be selected in the Settings menu of whatever workflows you want to use it. To use this workflow, you'll need to: Create and select credentials in the Gmail node Choose the email recipient(s) in the Gmail node Save and select the created workflow as the "Error Workflow" in the Settings menu of whatever workflows you want to email on error