7,353 workflows
in Core Nodes
Nodes:
Sort:
Date:
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 simple workflow demonstrates how to get an end user's browser to download a file. It makes use of the Content-Disposition header to set a filename and control the browser behaviour.
A use case ...
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 ...
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 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 provides a simple example of how to use itemMatching(itemIndex: Number) in the Code node to retrieve linked items from earlier in the workflow.
Use GPT-3 to classify email responses in lemlist.
And automate:
Slack alerts when a lead is interested
the creation of tasks when a lead is OOO
unsubscription of leads when they request it
This workflow monitor G2 reviews URLS.
When a new review is published, it will:
trigger a Slack notification
record the review in Google Sheets
To install it, you'll need:
access to Slack, Googl ...
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 ...
Description:
This template facilitates the transfer of a folder, along with all its files and subfolders, within a Nextcloud instance. The Nextcloud user must have access to both the source and destin ...
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 shows a no code approach to creating Salesforce accounts and contacts based on data coming from an Excel file. For Excel 365 (the online version of Microsoft Excel) check out this workfl ...
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 automates the process of monitoring inventory levels for Shopify products, ensuring timely updates and efficient stock management. It is designed to alert users when inventory levels ...
This workflow is the opposite of this one. It transforms multiple different items with one binary object named data into a single item with multiple binary objects:
This can be useful when creatin ...