11,832 workflows
Nodes:
Sort:
Date:
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 automates the handling of security detections from CrowdStrike, streamlining incident response and notification processes. The workflow is triggered daily at midnight by the Schedule ...
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 ...
The workflow is an automated process designed for incident management and tracking, specifically by integrating Splunk alerts with a Jira ticketing system using n8n. The initial step in the workflow i ...
This workflow automatically imports data from a CSV file located at a specific URL and then updates the Google Sheets document with the provided data.
Below is a step-by-step description of what this ...
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 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 workflow provides a simple example of how to use itemMatching(itemIndex: Number) in the Code node to retrieve linked items from earlier in the workflow.
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 implements a custom tool via JavaScript code which returns a random color to users and excludes the given colors.
Note that to use this template, you need to be on n8n version 1.19.4 or ...
This workflow includes advanced features like text summarization and tokenization, it's ideal for automating document processing tasks that require parsing and summarizing text data from Google Drive. ...
This workflow offers an effective way to handle a chatbot's functionality, making use of multiple tools for information retrieval, conversation context storage, and message sending. It's a setup tailo ...
The workflow first populates a Pinecone index with vectors from a Bitcoin whitepaper. Then, it waits for a manual chat message. When received, the chat message is turned into a vector and compared to ...
This workflow is designed for dynamic and intelligent conversational capabilities. It incorporates OpenAI's GPT-4o model for natural language understanding and generation. Additional tools include Ser ...
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 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 ...
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 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 ...
This workflow employs OpenAI's language models and SerpAPI to create a responsive, intelligent conversational agent. It comes equipped with manual chat triggers and memory buffer capabilities to ensur ...
The purpose of this n8n workflow is to automate the process of identifying incoming Gmail emails that are requesting an appointment, evaluating their content, checking calendar availability, and then ...