💎

Other n8n Workflows

n8n Other workflow templates and automation recipes206 free workflow templates ready to import.

🔥 人気順✨ ノード数順
low

Extract text from a PDF file

Companion workflow for Read PDF node docs

3個のノード· 👁 96,182manualtriggerreadbinaryfilereadpdf

作成者:amudhan

low

Read in an Excel spreadsheet file

How to take the path of a local Excel file and read its contents into n8n.

3個のノード· 👁 31,409manualtriggerreadbinaryfilespreadsheetfile

作成者:Tien De

medium

Git backup of workflows and credentials

This creates a git backup of the workflows and credentials. It uses the n8n export command with git diff, so you can run as many times as you want, but only when there are changes they will create a commit. Setup You need some access to the server. Create a repository in some remote place to host your project, like Github, Gitlab, or your favorite private repo. Clone the repository in the server in a place that the n8n has access. In the example, it's the ., and the repository name is repo.

7個のノード· 👁 13,433cronexecutecommandmanualtrigger

作成者:Allan Daemon

low

Export CSV file to JSON

This workflow exports a local CSV file to a JSON file.

5個のノード· 👁 6,617manualtriggermovebinarydatareadbinaryfile

作成者:Lorena

low

Parse Email Body Message

Who we are We are Aprende n8n, the first n8n Spanish course for all n8n lovers. If you want to learn more, you can find out more at Aprende n8n. Task goal This task allows extracting data from any email body with a NoCode snippet. An small explanation You receive an email when a user submits a form from your website. All those emails usually have the same structure as the next one: Name: Miquel Email: [email protected] Subject: Welcome aboard Message: Hi Miquel! Thank you for your sig

3個のノード· 👁 5,980functionitemmanualtriggerset

作成者:Miquel Colomer

high

Gmail MCP Server – Your All‑in‑One AI Email Toolkit

Gmail MCP Server Expose Gmail’s full API as a single SSE “tool server” endpoint for your AI agents. What it does Spins up an MCP Trigger that streams Server‑Sent Events to LangChain/N8N AI Agent nodes. ​ Maps 20+ common Gmail operations (search, send, reply, draft, label & thread management, mark read/unread, delete, etc.) to ai_tool connections, so agents can invoke them with a simple JSON payload. Why you’ll love it Agent‑ready: Plug the SSE URL into any N8N Agent or any other AI tool that

22個のノード· 👁 5,811gmailtoolmcptrigger

作成者:Brian Money

low

Convert XML to JSON

Transforms XML data to JSON honoring XML attributes by putting them in a separate key:

3個のノード· 👁 5,637manualtriggersetxml

作成者:mail

low

Get only new RSS with photo

At the end, add the service you need, for example Telegram ++You can only see the result when you run workflow.++ *Based on these answers: Latest RSS Feed -> Rocket.Chat for get only new post Rss to Twitter with Image for get image*

5個のノード· 👁 4,647cronfunctionhtmlextract

作成者:Vlad Knyzhnyk

low

Receive updates for GitLab events

Companion workflow for GitLab Trigger docs

1個のノード· 👁 3,269gitlabtrigger

作成者:amudhan

medium

Automate NPM Package Installation and Updates for Self-Hosted Environments

Are you looking to install external libraries for your self-hosted N8N instance? This automated workflow makes adding npm packages to your N8N environment quick and effortless. Beware, this workflow only works on self-hosted instances. What This Workflow Does This solution automatically installs npm packages like axios, cheerio, or node-fetch in your self-hosted N8N Docker container, making them immediately available in Code nodes. Key features ✅ Automated Installation: No manual npm command

7個のノード· 👁 3,154executecommandmanualtriggern8ntrigger

作成者:Joachim Brindeau

medium

Execute multiple Command Lines based on Text File Inputs

This workflow takes a text file as input. It pulls the information from the text file and used it as a parameter to execute a command for each text line. This workflow references a file /home/n8n/filelist.txt in the Read Binary File node which will need to be changed to work properly. You can also edit the Execute Command node to modify what happens for each of these lines of text. Note: This workflow requires the Execute Command node which is only available on the on-premise version of n8n.

7個のノード· 👁 3,065executecommandfunctionif

作成者:jason

low

Export n8n Cloud execution data to CSV

Overview This template helps n8n cloud plan users execute all executions to a CSV for easy data analysis. Identify what workflows are generating the most executions or could be optimized. How this workflow works Click "Test Workflow" to manually execute the workflow Open the "Convert to CSV" node to access the binary data of the CSV file Download the CSV file Nodes included: n8n node Convert to File No Operation, do nothing - replace with another Set up steps Import the workflow to your work

4個のノード· 👁 2,942converttofilemanualtriggern8n

作成者:Ludwig

low

Convert Text to Speech with Local KOKORO TTS

Disclaimer The Execute Command node is only supported on self-hosted (local) instances of n8n. Introduction KOKORO TTS - Kokoro TTS is a compact yet powerful text-to-speech model, currently available on Hugging Face and GitHub. Despite its modest size—trained on less than 100 hours of audio—it delivers impressive results, consistently topping the TTS leaderboard on Hugging Face. Unlike larger systems, Kokoro TTS offers the advantage of running locally, even on devices without GPUs, making it

4個のノード· 👁 2,888executecommandmanualtriggerreadbinaryfiles

作成者:bswlife

🔗medium

CSV to JSON Converter with Error Handling and Slack Notifications

Who this template is for This template is for developers or teams who need to convert CSV data into JSON format through an API endpoint, with support for both file uploads and raw CSV text input. Use case Converting CSV files or raw CSV text data into JSON format via a webhook endpoint, with error handling and notifications. This is particularly useful when you need to transform CSV data into JSON as part of a larger automation or integration process. How this workflow works Receives POST req

13個のノード· 👁 2,765aggregatecodeextractfromfile

作成者:n8n Team

medium

(De)activate n8n workflows using Telegram commands

Telegram N8N workflow (de)activator What does it do? This workflow helps you to quickly activate or deactivate a workflow through Telegram. Sometimes we are not able to access a PC to resolve an issue if something goes wrong with a workflow. If you, like me, use Telegram to send yourself error reports, you can quickly react in case of urgency. Just by sending '/stop' combined with the name you use for a workflow, you can deactivate a workflow, or reactivate it with '/start'. For example '/stop

9個のノード· 👁 2,656filtern8nswitch

作成者:MilanWR

🔗low

Convert HTML to PDF and Return via Webhook using CustomJS API

! n8n Workflow: HTML to PDF Generator This n8n workflow converts HTML content into a styled PDF and returns it as a response via a webhook. The workflow receives HTML input, processes it using CustomJS's PDF toolkit, and sends back the resulting PDF to the original webhook requester. @custom-js/n8n-nodes-pdf-toolkit Features: Webhook Trigger**: Accepts incoming requests with HTML content. HTML to PDF Conversion**: Uses CustomJS to transform HTML into a PDF. Response**: Sends the generated PD

3個のノード· 👁 2,454@custom-js/n8n-nodes-pdf-toolkit.html2pdfrespondtowebhookwebhook

作成者:CustomJS

low

Automate Course Registration Leads from Facebook Ads to KlickTipp

Community Node Disclaimer: This workflow uses KlickTipp community nodes. How It Works: Facebook Lead Ads to KlickTipp Integration: This workflow automatically transfers lead information submitted via Facebook Lead Ads into KlickTipp. It is ideal for automating course registrations or similar campaigns, enabling targeted email sequences based on user input. Data Handling: Lead data from Facebook is received via webhook, matched to KlickTipp’s custom fields, and the contact is tagged fo

2個のノード· 👁 2,238facebookleadadstriggern8n-nodes-klicktipp.klicktipp

作成者:KlickTipp

low

Receive updates on an order created in Shopify

Companion workflow for Shopify Trigger node docs

1個のノード· 👁 1,986shopifytrigger

作成者:amudhan

low

Receive updates for Stripe events

Companion workflow for Stripe Trigger node docs

1個のノード· 👁 1,884stripetrigger

作成者:amudhan

low

Enrich and manage candidates data in Notion

This workflow allows you to add candidates’ profile assessments to Notion before an interview. Prerequisites Add an input field on your Calendly Invite page where the candidate can enter their LinkedIn URL. Create credentials for your Calendly account. Follow the steps mentioned in the documentation to learn how to do that. Create credentials for Humantic AI following the steps mentioned here. Create a page on Notion similar to this page. Create credentials for the Notion node by following the

4個のノード· 👁 1,826calendlytriggerhumanticainotion

作成者:Harshil Agrawal

low

Generate, retrieve and download a report using the SecurityScorecard

This workflow allows you to generate, retrieve and download a report using the SecurityScorecard node. SecurityScorecard node: This node generates a full scorecard report. Based on your use-case, you can generate other type of report. SecurityScorecard1 node: This node fetches the latest report from SecurirtScoredcard. Toggle Return All to true to return all the reports. SecurityScorecard2 node: This node downloads the report that got fetched from the previous node. Based on your use-case

4個のノード· 👁 1,634manualtriggersecurityscorecard

作成者:Harshil Agrawal

low

Receive updates for Bitbucket events

Companion workflow for Bitbucket Trigger node docs

1個のノード· 👁 1,612bitbuckettrigger

作成者:amudhan

medium

Create, Update Posts 🛠️ Wordpress Tool MCP Server 💪 all 12 operations

Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? Join the community Complete MCP server exposing all Wordpress Tool operations to AI agents. Zero configuration needed - all 12 operations pre-built. ⚡ Quick Setup Import this workflow into your n8n instance Activate the workflow to start your MCP server Copy the webhook URL from the MCP trigger node Connect AI agents using the MCP URL 🔧 How it Works • MCP Trigger: Serves

13個のノード· 👁 1,421mcptriggerwordpresstool

作成者:David Ashby

medium

Automate Google OAuth2 Credential Creation in n8n

Overview: Automate Your Google OAuth2 Credential Creation This workflow template streamlines the process of creating and naming individual Google OAuth2 credentials for multiple Google services within n8n. By automating tasks typically done manually, it saves significant time and reduces the risk of errors. Who Is This For? This template is perfect for: Marketers who frequently use Google Docs, Google Sheets, Google Slides, and Google Drive for document automation. Developers or technica

6個のノード· 👁 1,355manualtriggern8nset

作成者:Jordan Haisley