AI Agent for realtime insights on meetings
... or watch set up video [10 min] [](https://www.youtube.com/watch?v=rtaX6BMiTeo)
Integrations Used (6)
Prerequisites
Required Credentials (4)
Multiple services required
This workflow needs 4 different credentials. Make sure you have accounts for all services before importing.
Complexity
Advanced features used. Requires n8n experience.
When to Use This Workflow
AI-Powered Content Creation
Automate content generation, summarization, or analysis using AI capabilities.
Save hours of manual work while maintaining quality and consistency.
Real-time Response
React instantly when events happen - new orders, form submissions, or API calls.
Zero delay between trigger and action for time-sensitive workflows.
Error Reduction
Eliminate human error from routine processes with consistent automation.
Improve accuracy and reliability across your workflows.
{
"nodes": [
{
"id": "d44489b8-8cb7-4776-8c16-a8bb01e52171",
"name": "OpenAI1",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
300,
-300
],
"parameters": {
"text": "={{ \n JSON.parse($('Insert Transcription Part').item.json.dialog)\n .filter(item => item.date_updated && new Date(item.date_updated) >= new Date($('Insert Transcription Part').item.json.date_updated))\n .sort((a, b) => a.order - b.order)\n .map(item => `${item.words}\\n${item.speaker}`)\n .join('\\n\\n')\n}}",
"memory": "threadId",
"prompt": "define",
"options": {},
"resource": "assistant",
"threadId": "={{ $json.thread_id }}",
"assistantId": {
"__rl": true,
"mode": "list",
...Related Workflows
Openai Workflow
Automated workflow: Openai Workflow. This workflow integrates 10 different services: postgresTool, stickyNote, httpReque...
Openai Workflow
Automated workflow: Openai Workflow. This workflow integrates 10 different services: postgresTool, stickyNote, httpReque...
Selenium Ultimate Scraper Workflow
N8N Ultimate Scraper - Workflow This workflow's objective is to collect data from any website page, whether it requires...
AI Voice Chat using Webhook, Memory Manager, OpenAI, Google Gemini & ElevenLabs
Get Context
AI-Generated Summary Block for WordPress Posts - with OpenAI, WordPress, Google Sheets & Slack
Trigger - Two Options To use this workflow, you have two trigger options. The default trigger is "When clicking 'Test wo...
Dynamically generate HTML page from user request using OpenAI Structured Output
Generate HTML from user query HTTP Request node - Send the user query to OpenAI, with a defined JSON response format - u...