89 workflows
by n8n Team
✕ Clear
Nodes:
Sort:
Date:
This workflow is for anyone looking to automatically fetch, validate, and parse complex language-based queries into a structured format. Its unique capability lies in not only processing language but ...
This workflow has multiple functionalities. It starts with a manual trigger, "When clicking 'Execute Workflow'", that activates two separate paths.
The first path takes a preset string "Tell me a jok ...
The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email.
Note that to use this template, you need to be on n8n version 1.19.4 or later.
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 ...
This template aims to perform Q&A on data retrieved from another n8n workflow. Since that workflow can be used to retrieve any data from any service, this template can be used to ask questions about a ...
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 n8n workflow serves as a powerful cybersecurity and threat intelligence tool to look up URLs or IP addresses through industry standard threat intelligence vendors. It starts with either a form su ...
This workflow performs several data integration and synchronization tasks between Google Sheets and a MySQL database.
Here is a step-by-step description of what this workflow does:
Manual Trigger: T ...
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 ...
This workflow generates CSV files containing a list of 10 random users with specific characteristics using OpenAI's GPT-4 model. It then splits this data into batches, converts it to CSV format, and s ...
This n8n workflow is designed for security monitoring and incident response when suspicious login events are detected. It can be initiated either manually from within the n8n UI for testing or automat ...
This is a workflow for a Telegram-echo bot.
This bot is useful for debugging and learning purposes of the Telegram platform.
Add your Telegram bot credentials for both nodes.
Activate the workflow.
Se ...
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, ...
This n8n workflow automates the monitoring and notification of Palo Alto Networks security advisories. It is triggered manually from within the n8n UI or scheduled to run daily at midnight using the S ...
This n8n workflow, which runs every Monday at 5:00 AM, initiates a comprehensive process to monitor and analyze network security by scrutinizing IP addresses and their associated ports. It begins by f ...
This workflow imports multiple CSV files and appends or updates them to a Google Sheets document.
Here's a step-by-step breakdown:
When clicked "Execute Workflow", the process starts.
The "Read Binar ...
This workflow performs various Git operations. It starts with a manual trigger, sets the local repository path, decodes a file and then updates a file's content, adds, commits, and pushes changes to a ...
This n8n workflow is designed to analyze email headers received via a webhook. The workflow splits into two main paths based on the presence of the received and authentication results headers.
In the ...