Browse 9,017 n8n workflow templates in the Development category. These ready-to-use automations connect apps and services with n8n — no coding required. Click any workflow to explore its nodes and import it directly into n8n.
9,017 workflows
in Development
Nodes:
Sort:
Date:
This workflow will help guide you through obtaining a spreadsheet file, reading it, making a change then saving it to local or cloud storage.
This workflow automates a two way sync of customer data between Pipedrive and MySQL. It will create new records in one source if it only exists in the other. Where matching records have different data ...
This workflow creates a Slack thread when a new ticket is created in Zendesk. Subsequent comments on the ticket in Zendesk are added as replies to the thread in Slack.
Prerequisites
Zendesk account ...
This is a workflow that might come handy after using loops. They usually leave you with items spread across different "runs". The Code node in this example workflow merges them into a single run, so y ...
This workflow shows a low code approach to parsing an XML file and storing its contents in a Google Sheets spreadsheet.
To run the workflow:
Make sure you are running n8n 0.197 or newer
Have n8n a ...
This workflow syncs Zendesk tickets to Pipedrive contact owners.
This workflow is triggered every day at 09:00 with Zendesk collecting all the tickets updated after the last execution timestamp and ...
This workflow automatically sends Zendesk tickets to Pipedrive contacts and makes them task assignees. The automation is triggered every 5 minutes, with Zendesk checking and collecting new tickets whi ...
🎲 Random Data Generator 🎲
This beginner-friendly workflow allows you to generate random mock data effortlessly, without any programming or external dependencies. 🚀
Here's how it works:
� ...
This workflow builds a valid RSS feed (which is an XML feed under the hood) for ARD Audiothek podcasts. This allows you to subscribe to such podcasts using your favourite podcatcher without using the ...
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 adds a note of the PR from GitHub to the Pipedrive contact if their GitHub email matches a Person in Pipedrive.
Prerequisites
Pipedrive account and Pipedrive credentials
G ...
This workflow automatically adds a new lead to Pipedrive once someone forks your GitHub repository.
Prerequisites
Pipedrive account and Pipedrive credentials
GitHub account and GitHub credentials
H ...
This workflow uses a number of technologies to track the value of ETFs, stocks and other exchange-traded products:
Baserow: To keep track of our investments
n8n’s Cron node: To trigger the workflow ...
This workflow enriches new accounts in Pipedrive using Datagma API by adding data about ICP (ideal customer profile). Instead of Pipedrive, you can use any other CRM. In this example, ideal buyers are ...
This workflow adds a new product in Stripe whenever a new product has been added to Pipedrive.
Prerequisites
Stripe account and Stripe credentials
Pipedrive account and Pipedrive credentials
How i ...
This workflow combines customers' details with their payment data and passes the input to Pipedrive as a note to the organization.
Prerequisites
Stripe account and Stripe credentials
Pipedrive accou ...
This workflow automatically adds closed deals from Pipedrive as new customers into Stripe.
Prerequisites
Pipedrive account and Pipedrive credentials
Stripe account and Stripe credentials
How it wor ...
This workflow queries a table in MySQL and inserts the data into Google Sheets.
This workflow imports data from Google Sheets into a MySQL database.
You still can use the app in a workflow even if we don’t have a node for that or the existing operation for that. With the HTTP Request node, it is possible to call any API point and use the incomin ...