12,282 workflows
Nodes:
Sort:
Date:
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 checks if the task in Todoist has a specific label and based on that creates a new database page in Notion.
Prerequisites
Todoist account and Todoist credentials
Notion account and N ...
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 sends new Mailchimp subscribers to HubSpot as new or updated contacts.
Prerequisites
Mailchimp account and Mailchimp credentials
HubSpot account and HubSpot credentials
How it works
C ...
This workflow adds new HubSpot contacts to the Mailchimp email list.
Prerequisites
HubSpot account and HubSpot credentials
Mailchimp account and Mailchimp credentials
How it works
Cron node trigger ...
This workflow syncs data between Notion and Asana whenever a new task or an update is done in one of the apps.
Prerequisites
Asana account and Asana credentials
Notion account and Notion credentials
...
This workflow let's a bot in Slack notify a specific channel when a new product in WooCommerce is published and live on the site.
Prerequisites
WooCommerce account
Slack and a Slack bot
How it wor ...
This automated workflow takes a Typeform form, and once it is filled out, it is automatically uploaded as a Lead in Pipedrive. There is an option for custom fields (this workflow works with company s ...
This workflow shows a low code approach to creating a HTML table based on Google Sheets data. It's similar to this workflow, but allows fully customizing the HTML output.
To run the workflow:
Make ...
This workflow shows a no code approach to creating a HTML table based on Google Sheets data.
To run the workflow:
Make sure you have a Google Sheet with a header row and some data in it.
Grab your ...
This workflow identifies new rows in Google Sheets using a separate column keeping track of already processed rows.
For this approach to work, the sheet needs to meet two requirements:
A unique ide ...
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.
Task:
Make sure that data is in the right format before injecting it into a database/spreadsheet/CRM/etc.
Why:
Spreadsheets and databases require the incoming data to have the same fields as the head ...
Task:
Create a simple API endpoint using the Webhook and Respond to Webhook nodes
Why:
You can prototype or replace a backend process with a single workflow
Main use cases:
Replace backend logic wit ...
Task:
Control your data flow with rate limits and external cues
Main use cases:
Control the rate of items flow into one or more services in your workflow
Wait for external events to occur before cont ...
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 ...
Task:
Merge two datasets into one based on matching rules
Why:
A powerful capability of n8n is to easily branch out the workflow in order to process different datasets. Even more powerful is the abil ...