18 workflows
by David Roberts
✕ Clear
Nodes:
Sort:
Date:
This workflow shows how you can get your OpenAI assistant to call an n8n workflow as a tool. Since you can put almost any functionality in an n8n workflow, this means you can give your assistant acces ...
LangChain is a framework for building AI functionality that users large language models. By leveraging the functionality of LangChain, you can write even more powerful workflows.
This workflow shows ...
Overview
This workflow takes some French text, and translates it into spoken audio.
It then transcribes that audio back into text, translates it into English and generates an audio file of the Engli ...
This workflow allows you to define multiple tickets/issues in a Notion page, then easily import them into Linear.
Why is it useful?
We use this workflow internally at n8n for collaboration between ...
The built-in Gmail node doesn't yet support embedding images within the body of the email, but you can pull this off using the HTTP node, and this template shows you how.
Requirements
A Gmail account ...
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 AI agent can access data provided by another n8n workflow. Since that workflow can be used to retrieve any data from any service, this template can be used give an agent access to any data.
Note ...
This workflow allows you to ask questions about data stored in a database using AI.
To use it, you'll need an OpenAI API key (although you could also swap in a model from another service).
Supported ...
This workflow allows you to send multi-step email campaigns using n8n, Gmail and Google Sheets.
You define a sequence of emails, and a list of email addresses to send them to. The first email is sent ...
AI evaluation in n8n
This is a template for n8n's evaluation feature.
Evaluation is a technique for getting confidence that your AI workflow performs reliably, by running a test dataset containing ...
AI evaluation in n8n
This is a template for n8n's evaluation feature.
Evaluation is a technique for getting confidence that your AI workflow performs reliably, by running a test dataset containing ...
AI evaluation in n8n
This is a template for n8n's evaluation feature.
Evaluation is a technique for getting confidence that your AI workflow performs reliably, by running a test dataset containing ...
OpenAI Assistant is a powerful tool, but at the time of writing it doesn't automatically remember past messages from a conversation.
This workflow demonstrates how to get around this, by managing the ...
This workflow allows you to ask questions about the data in a Google Sheet over a chat interface. It uses n8n's built-in chat, but could be modified to work with Slack, Teams, WhatsApp, etc.
Behind t ...
AI evaluation in n8n
This is a template for n8n's evaluation feature.
Evaluation is a technique for getting confidence that your AI workflow performs reliably, by running a test dataset containing ...
The workflow first populates a Pinecone index with vectors from a Bitcoin whitepaper. Then, it waits for a manual chat message. When received, the chat message is turned into a vector and compared to ...
This workflow allows you to ask questions about a PDF document. The answers are provided by an AI model of your choice, and the answer includes a citation pointing to the information it used.
You can ...
AI evaluation in n8n
This is a template for n8n's evaluation feature.
Evaluation is a technique for getting confidence that your AI workflow performs reliably, by running a test dataset containing ...