10,154 workflows
Nodes:
Sort:
Date:
This workflow sends a OpenAI GPT reply when an email is received from specific email recipients. It then saves the initial email and the GPT response to an automatically generated Google spreadsheet. ...
This workflow demonstrates how CSV file can be automatically imported into existing MySQL database.
Before running the workflow please make sure you have a file on the server:
/home/node/.n8n/conce ...
This workflow automates a two way sync of customer data between Pipedrive and MySQL. It will create new records in one source if it only exists in the other. Where matching records have different data ...
This workflow digests mentions of n8n on Reddit that can be sent as an single email or Slack summary each week. We use OpenAI to classify if a specific Reddit post is really about n8n or not, and then ...
This template shows how to sync data from one service to another. Specifically, in this example we're saving a new qualified lead from a Postgres database to a Google Sheets file.
Setup instructions ...
A simple node to send new YouTube videos from a channel to a Telegram chat (private, group or channel).
CheckTime: set how often videos should be fetched from YouTube. Default is 30 minutes.
GetVideo ...
This workflow template shows how to load JSON data into a workflow and push that data into an App or convert it into a Spreadsheet file.
Specifically, this workflow shows how to make a generic API re ...
This is a workflow that might come handy after using loops. They usually leave you with items spread across different "runs". The Code node in this example workflow merges them into a single run, so y ...
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 ...
Disclaimer: This template contains a community node and therefore only works for n8n self-hosted users==
This is Miquel from Aprende n8n and Automate with n8n.
We have created a new community node ...
This workflow gets data from an API and exports it into Google Sheets and a CSV file.
This workflow turns a light red when an update is made to a GitHub repository. By default, updates include pull requests, issues, pushes just to name a few.
Prerequisites
GitHub credentials.
Home As ...
With workflow, you analyze Email with TheHive/Cortex
https://github.com/V1D1AN/S1EM/wiki/Soar-guide
This workflow exports a local CSV file to a JSON file.
This workflow demonstrates how easy it is to export SQL query to CSV automatically!
Before running the workflow please make sure you have access to a local or remote MSSQL server with a sample Adve ...
This workflow sends the contents of an email to a Notion database. The email must be labeled with a specific label for the workflow to trigger. The email subject will be the title of the Notion page, ...
Task:
Control your data flow with rate limits and external cues
Main use cases:
Control the rate of items flow into one or more services in your workflow
Wait for external events to occur before cont ...
This workflow syncs data between Notion and Asana whenever a new task or an update is done in one of the apps.
Prerequisites
Asana account and Asana credentials
Notion account and Notion credentials
...
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 queries a table in MySQL and inserts the data into Google Sheets.