n8n Team
Workflows by n8n Team
AI: conversational agent with custom tool written in JavaScript
This workflow implements a custom tool via JavaScript code which returns a random color to users and excludes the giv...
Load and summarize Google Drive files with AI
This workflow includes advanced features like text summarization and tokenization, it's ideal for automating document...
Slack chatbot powered by AI
This workflow offers an effective way to handle a chatbot's functionality, making use of multiple tools for informati...
AI chatbot that can search the web
This workflow is designed for dynamic and intelligent conversational capabilities. It incorporates OpenAI's GPT 4o mo...
AI: Ask questions about any data source (using the n8n workflow retriever)
This template aims to perform Q&A on data retrieved from another n8n workflow. Since that workflow can be used to ret...
Force AI to use a specific output format
This workflow is for anyone looking to automatically fetch, validate, and parse complex language based queries into a...
AI: summarize podcast episode and enhance using Wikipedia
The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email...
Custom LangChain agent written in JavaScript
This workflow has multiple functionalities. It starts with a manual trigger, "When clicking 'Execute Workflow'", that...
AI agent chat
This workflow employs OpenAI's language models and SerpAPI to create a responsive, intelligent conversational agent....
Suggest meeting slots using AI
The purpose of this n8n workflow is to automate the process of identifying incoming Gmail emails that are requesting...
Scrape and summarize webpages with AI
This workflow integrates both web scraping and NLP functionalities. It uses HTML parsing to extract links, HTTP reque...
Create 2 XML files: with and without XML attributes
This workflow demonstrates two ways of exporting data from SQL to XML. First, several random records are received fro...
Xml to SQL database import
This is an example workflow that imports an XML file into an SQL database. The ReadBinaryFiles node loads the XML fil...
Sql to XML export with XSL template formatting
This workflow demonstrates how to export SQL to XML and present the data nicely formatted using an XSL Template. The...
Sync Outlook calendar events to Notion
This workflow syncs Outlook Calendar events to a Notion database. The Outlook Calendar event must be within a specifi...
Compare SQL datasets
This workflow compares 2 datasets from a single database. Two SQL nodes create a slightly different summary report ba...
Comparing data with the Compare Datasets node
This workflow is designed to compare two datasets (Dataset 1 and Dataset 2) based on a common field, "fruit," and pro...
Push and update files in GitHub
This workflow performs various Git operations. It starts with a manual trigger, sets the local repository path, decod...
Send Google Sheets data as a message to a Discord channel
This workflow sends a message to a Discord channel when a new row is added or a row is updated in a Google Sheet. The...
Sync Discord scheduled events to Google Calendar
This workflow syncs Discord scheduled events to Google Calendar. On a specified schedule, a request to Discord's API...
Send labeled email to a Notion database
This workflow sends the contents of an email to a Notion database. The email must be labeled with a specific label fo...
Push JSON data into an app or to spreadsheet file
This workflow template shows how to load JSON data into a workflow and push that data into an App or convert it into...
Send alert when data is created in app/database
This template shows how you can take any event from any service, transform its data and send an alert to your desired...
Report number of weekly created records in an app
This template shows how you can create reports on data in an app and share a summary in another app. Specifically, th...