11,832 workflows
Nodes:
Sort:
Date:
Replicate Line Items on New Deal in HubSpot Workflow
Use Case
This workflow solves the problem of manually copying line items from one deal to another in HubSpot, reducing manual work and minimizing ...
The Stripe API does not provide custom fields in invoice or charge data. So you have to get it from the Checkout Sessions endpoint.
But that endpoint is not easy for begginners. It has dictionary par ...
This workflow was presented at the AI Developers meet up in San Fransico on 24 July, 2024.
AI workflows
Categorize incoming Gmail emails and assign custom Gmail labels. This example uses the Text Cl ...
This n8n workflow demonstrates a simple multi-agent setup to perform the task of competitor research. It showcases how using the HTTP request tool could reduce the number of nodes needed to achieve a ...
This workflow checks a configured list of Github repositories daily to see if a new release has been published.
How it works:
Workflow has a daily trigger
RepoConfig node is a JSON array that defines ...
This Workflow does a HTTPs request to ConnectWise Manage through their REST API.
It will pull all tickets in the "New" status or whichever status you like, and notify your dispatch team/personnel wh ...
This workflow syncs multiple Notion databases to your Google Calendar. And it works both ways.
What events are supported?
Everything except recurring events.
All day events, multiple day events, s ...
Sometimes you want to take a different action in your error workflow based on the data that was flowing through it.
This template illustrates how you can do that (more specifically, how you can retri ...
This is a simple template to show how to extract multiple email attachments and return them as an iterable output.
How it works:
The Gmail Trigger node detects any new email that has attachments. ...
This n8n workflow is a fun way to query and search over your credentials on your n8n instance.
Good to know
Your credentials should remain safe as this workflow does not decrypt or use any decrypted ...
This n8n workflow demonstrates a simple approach to improve chat UX by staggering an AI Agent's reply for users who send in a sequence of partial messages and in short bursts.
How it works
Twilio web ...
Sometimes you need the rich text field to be in HTML instead of Markdown. This template either syncs a single record or all records at once.
Youtube tutorial
This n8n template demonstrates an approach to image embeddings for purpose of building a quick image contextual search. Use-cases could for a personal photo library, product recommendations or searchi ...
This n8n template showcases the new HTTP tool released in version 1.47.0.
Overall, the tool helps simplify AI Agent workflows where custom sub-workflows were performing the same simple http requests. ...
This n8n workflow builds an appointment scheduling AI agent which can
Take enquiries from prospective customers and help them book an appointment by checking appointment availability
Where no appointm ...
This n8n workflows builds another example of creating a knowledgebase assistant but demonstrates how a more deliberate and targeted approach to ingesting the data can produce much better results for y ...
This n8n workflow demonstrates how to automate customer interactions and appointment management via WhatsApp Business bot.
After submitting a Google Form, the user receives a notification via WhatsAp ...
This n8n workflow takes in a document such as a research paper, marketing or sales deck or company filings, and breaks them down into 3 templates: study guide, briefing doc and timeline.
These templa ...
This n8n workflow is designed to work on the local network and assists with reconciling downloaded bank statements with internal tenant records to quickly highlight any issues with payments such as mi ...
Use Case:
This n8n workflow automates the process of extracting information from emails. It uses OpenAI to summarize sales emails and adds this information in Odoo.
How it works:
When an email is rec ...