💎

Other n8n Workflows

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

🔥 Más populares✨ Más nodos
low

Receive updates from HubSpot on a new contact creation

Companion workflow for HubSpot Trigger node docs

1 nodos· 👁 1,313hubspottrigger

por amudhan

medium

Use REGEX to select date

This workflow looks for a Close Date value using REGEX in the IF node. If it finds the correct value, it will pass that value on. If it does not find the correct value, it will generate a value based on the present time plus three weeks. The final result will show up in the NoOps node. You can text this execution by enabling and disabling the Set node when you run the execution.

6 nodos· 👁 1,253ifmanualtriggerset

por jason

low

Receive updates for GitHub events

Companion workflow for Github Trigger node docs

1 nodos· 👁 1,242githubtrigger

por amudhan

low

Manage changes using the Git node

This workflow allows you to add, commit, and push changes to a git repository. Git node: This node will add the README.md file to the staging area. If you want to add a different file, enter the path of that file instead. Git1 node: This node will commit all the changes that were added to the staging area by the previous node. Git2 node: This node will return the commit logs of your repository. Git3 node: This node will push the changes to a cloud repository.

5 nodos· 👁 1,241gitmanualtrigger

por Harshil Agrawal

low

AI-Powered Gmail MCP Server

🤖 AI-Powered Gmail MCP Server for n8n Description This n8n workflow template leverages an external AI Model Control Plane (MCP) Server to automate various Gmail tasks, such as composing emails, replying to threads, and handling follow-ups using dynamically generated content. It uses the native n8n Gmail nodes available from v1.88.0 onwards. Who is this template for? Ideal for developers, automation engineers, and power users using self-hosted n8n (v1.88.0+) who want to integrate artificial int

5 nodos· 👁 1,208gmailtoolmcptrigger

por Luciano Gutierrez

🔗low

Connect Retell Voice Agents to Custom Functions

Overview This workflow allows you to trigger custom logic in n8n directly from Retell's Voice Agent using Custom Functions. It captures a POST webhook from Retell every time a Voice Agent reaches a Custom Function node. You can plug in any logic—call an external API, book a meeting, update a CRM, or even return a dynamic response back to the agent. Who is it for For builders using Retell who want to extend Voice Agent functionality with real-time custom workflows or AI-generated responses. Pre

3 nodos· 👁 1,189respondtowebhooksetwebhook

por Agent Studio

low

Extract URL from an email address

This Workflow will extract the domain for the email address.

3 nodos· 👁 1,169functionmanualtriggerset

por David

high

Voice Creation, TTS, Sound Effects, Voicechanger & more! 🎧 Elevenlabs MCP Server

Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator? Join the community This workflow provides a complete set of tools for interacting with the ElevenLabs voice API, enabling AI-powered text-to-speech, voice management, and audio processing capabilities. Features 🚀 Text-to-Speech Operations Convert text to speech with customizable voice settings Generate speech with timestamps for precise audio control Stream text-to-speech i

16 nodos· 👁 1,162httprequesttoolmcptrigger

por David Ashby

low

Create LinkedIn Posts with AI Agents using MCP Server

Complete MCP server exposing all LinkedIn Tool operations to AI agents. Zero configuration needed - all 1 operations pre-built. ⚡ Quick Setup Need help? Want access to more workflows and even live Q&A sessions with a top verified n8n creator.. All 100% free? Join the community 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 as yo

2 nodos· 👁 1,156linkedintoolmcptrigger

por David Ashby

low

Get multiple clients' data from Invoice Ninja

Companion workflow for Invoice Ninja node docs

2 nodos· 👁 1,117invoiceninjamanualtrigger

por amudhan

low

Receive updates for support in Zendesk

1 nodos· 👁 1,047zendesktrigger

por Harshil Agrawal

low

Receive updates when a billing plan is activated in PayPal

1 nodos· 👁 995paypaltrigger

por Harshil Agrawal

low

🛠️ TheHive Tool MCP Server

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 TheHive Tool operations to AI agents. Zero configuration needed - all 4 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 as

5 nodos· 👁 960mcptriggerthehivetool

por David Ashby

low

Receive updates for all changes in Pipedrive

1 nodos· 👁 958pipedrivetrigger

por tanaypant

medium

Automatically prune n8n execution history

Automated Execution Pruning This workflow is designed to help you manage and optimize your n8n instance by automatically pruning old workflow executions, ensuring a cleaner environment and improved performance. You can customize the retention period to suit your needs. Key Features: Configurable Retention Period: The workflow is preconfigured to delete workflow executions older than 10 days. You can easily adjust this duration by modifying the condition in the If node. Daily Automation:

7 nodos· 👁 927ifmanualtriggern8n

por Danger

low

Complete Guide to Setting Up and Generating TOTP Codes in n8n 🔐

Setting Up and Generating TOTP Step 1: Receive QR Code and Extract the Link 1. Receive the QR Code from the 2FA service After enabling two-factor authentication (2FA) on services like OpenAI, Google, GitHub, etc., a QR Code will be given to you, which you need to scan. This QR Code contains the TOTP link used to generate one-time passcodes. 2. Extract the link from the received QR Code To extract the link from the QR Code, use online tools. These tools will help you extract the corresponding

2 nodos· 👁 922manualtriggertotp

por AmirHossein MnasouriZade

medium

Activate and deactivate workflows on schedule using native n8n API

How it works This workflow will activate and deactivate a selected other workflow on schedule. > ⚠️ Warning! > This approach won't work for trial users as it requires n8n API that is not available to trial users. > See https://docs.n8n.io/api/ for details. Set up steps Adjust activation/deactivation schedule per your needs. Custom (cron) interval is a recommended approach. Set targeted Workflow ID. You will find it in the URL of the workflow you want to manage. Set n8n API credential

7 nodos· 👁 919mergen8nscheduletrigger

por Olek

low

Watchdog: Auto Resume Workflows

If you have multiple users managing workflows, there may come a time where a user “accidentally” turns off a workflow. Or, if you have workflows that automatically turn off other workflows, that code might “accidentally” turn off the wrong one. In either case, here’s a workflow that can attempt to “auto-start” accidentally disabled workflows: How it works: When activated, then every 4 hours, the workflow will search all other workflows that have the auto_resume:true tag present. If any other

5 nodos· 👁 917filtermanualtriggern8n

por Darien Kindlund

low

Receive updates when an event occurs in TheHive

1 nodos· 👁 892thehivetrigger

por Harshil Agrawal

low

Let AI Agents Get Campaigns with 🛠️ Google Ads Tool MCP Server

Complete MCP server exposing all Google Ads Tool operations to AI agents. Zero configuration needed - all 2 operations pre-built. ⚡ Quick Setup Need help? Want access to more workflows and even live Q&A sessions with a top verified n8n creator.. All 100% free? Join the community 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 as y

3 nodos· 👁 872googleadstoolmcptrigger

por David Ashby

🔗low

Manage Adobe Acrobat e-signatures with webhooks

This workflow automatically manages Acrobat Sign signatures, respond with "intent" to Acrobat-Sign webhooks. Prerequisites Adobe Acrobat Sign and Sign webhook Basic knowledge of JavaScript Nodes Webhook nodes trigger the workflow on new sign intents on a document Respond to Webhook node sets the response headers. Function node processes data returned by the previous node. Set node sets the required values.

5 nodos· 👁 866functionrespondtowebhookset

por Aaron Smusz

low

Receive updates when a form submission occurs in your Webflow website

1 nodos· 👁 834webflowtrigger

por Harshil Agrawal

low

Receive updates for AWS SNS Events

Companion workflow for AWS SNS Trigger node docs

1 nodos· 👁 795awssnstrigger

por amudhan

medium

Jotform to KlickTipp Integration - Webinar registration

Community Node Disclaimer: This workflow uses KlickTipp community nodes. How It Works: Jotform Webinar Registry Integration: This workflow streamlines the process of handling webinar registrations submitted via JotForm. It ensures the data is correctly formatted and seamlessly integrates with KlickTipp. Data Transformation: Input data is validated and transformed to meet KlickTipp’s API requirements, including formatting phone numbers, converting dates, and validating URLs. Key Features

13 nodos· 👁 757aggregateifjotformtrigger

por KlickTipp