89 workflows
by n8n Team
✕ Clear
Nodes:
Sort:
Date:
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 is designed to compare two datasets (Dataset 1 and Dataset 2) based on a common field, "fruit," and provide insights into the differences. Here are the steps:
Manual Trigger: The workfl ...
This workflow creates/updates/deletes a Notion database page when an issue is created/updated/deleted in Jira. Subsequent updates to the issue's title or status in Jira are updated in the Notion datab ...
This workflow syncs your GitHub issues to your Notion database. Whenever a new issue is opened in your GitHub repository, it will be shown in your Notion database, syncing the status property (opened ...
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 workflow sends a file to a Notion database of your choosing when a new file is created in a specific Google Drive folder.
Prerequisites
Notion account and Notion credentials.
Google account and ...
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 syncs Outlook Calendar events to a Notion database. The Outlook Calendar event must be within a specific time frame (default of within next year) for the workflow to pick up the event. T ...
This workflow sends a message to a Discord channel when a new row is added or a row is updated in a Google Sheet. The message will send all data rows in the Google Sheet.
Prerequisites
Discord accoun ...
This template shows how you can take any event from any service, transform its data and send an alert to your desired app.
Specifically, this example monitors a Linear project for new bug submission ...
This workflow compares 2 datasets from a single database.
Two SQL nodes create a slightly different summary report based on the payments table.
Both reports have the same structure, but different ti ...
This workflow creates/updates ClickUp tasks when Notion database pages are created/updated. All fields in the Notion database are mapped to a ClickUp property.
Notion database will require setup befo ...
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 is an example workflow that imports an XML file into an SQL database.
The ReadBinaryFiles node loads the XML file from the server.
Then the Code node extracts the file content from the binary buf ...
This template shows how you can create reports on data in an app and share a summary in another app.
Specifically, this example checks a Notion database for new submissions, filters for submissions w ...
This workflow automatically downloads a CSV from the web, and parses it in a format that n8n can access. It then ensures that the data from the CSV is matched to the names of the columns in the databa ...
This n8n workflow provides a comprehensive automation solution for processing email attachments, specifically targeting enhanced security protocols for organizations that use platforms like Outlook. ...
This n8n workflow serves as an incident response and notification system for handling potentially malicious emails flagged by Sublime Security. It begins with a Webhook trigger that Sublime Security u ...
This workflow demonstrates how to export SQL to XML and present the data nicely formatted using an XSL Template.
The upper part of the workflow starts with a webhook. Then it gets several random reco ...
This workflow syncs Discord scheduled events to Google Calendar. On a specified schedule, a request to Discord's API is made to get the scheduled events on a particular server. Only the events that ha ...