Skip to content
FlowHubFluxonLab

Marketplace

İndirebileceğin 3.557 hazır workflow dosyası, artı 10.661 kaynağa bağlı n8n referansı.

strava
free

Create, update, and get activity in Strava

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
googletranslate
free

Translate text from English to German

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
airtableWmindee
free

Extract infromation from a receipt and store it in Airtable

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
pushover
free

Send daily weather updates via push notification

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
airtablemindee
free

Detect and store the information about a purchase using the image of a receipt

Companion workflow for blogpost

amudhan tarafından
airtabletwilio
free

Store and send information about the weather for any city via SMS

Companion workflow for blogpost

amudhan tarafından
free

Get information about the weather for any city

Companion workflow for blogpost

amudhan tarafından
awssestelegram
free

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

Miquel Colomer tarafından
sheetsmattermost
free

Send feedback from Google Sheets to Mattermost

n8nConf Companion workflow for blog post

amudhan tarafından
gmailgooglecalendarsheetsmattermost
free

Manage attendee registrations and send emails

n8nConf Companion workflow for blog post

amudhan tarafından
wekan
free

Create a board, lists, and a card in Wekan

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
sendy
free

Send automated campaigns in Sendy

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
matrix
free

Manage room members in Matrix

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
vonage
free

Send daily weather updates to a phone number using the Vonage node

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
twilio
free

Receive updates on form submission in Mautic and send SMS notification

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
automizy
free

Manage contacts in Automizy

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
twilio
free

Execute a command that gives the hard disk memory used on the host machine

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
googleworkspaceadmin
free

Manage users using the G Suite Admin node

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
coingeckotwilio
free

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

Harshil Agrawal tarafından
free

Receive updates when a form is submitted in Wufoo

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
Wmindee
free

Extract information from an image of a receipt

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
clockify
free

Manage projects in Clockify

Explore this workflow on its official n8n template page.

Harshil Agrawal tarafından
mysql
free

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

Miquel Colomer tarafından
gmail
free

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

Trey tarafından