Block 1 - GPT-4 Email Generator Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
How it works? 1. Send a message or a voice note on Telegram right after the meeting. 2. n8n transcribes (if it's a voice note) and sends the t...
@n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.gmail, n8n-nodes-base.if, n8n-nodes-base.wait, n8n-nodes-base.telegramtrigger, n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Baptiste Fort.
Original n8n.io source👉 Works for all types of meetings: client calls, team syncs, project updates… whether you type a message or send a quick voice memo.
If you need a professional n8n automation agency to build custom workflows like this, check out Vision IA's n8n automation services.
Before running this workflow, you’ll need:
message{ type: "text", content } if message { type: "voice", file_id } if voice note{{$json.type}} == voicefileId = {{$json.file_id}}audio transcribe👉 Ensures continuity before sending to GPT.
{ text: $json.content }[email protected]).{ email, subject, body }👉 Ensures the output is always valid JSON.
{ Email, subject, Report }👉 Prepares the correct fields aligned with your Airtable table.
If you need help setting up advanced Airtable workflows and database automation, check out Vision IA's Airtable automation services.
{{$json.Email}} {{$json.subject}} {{$json.Report}}{{$('Create a record').item.json.fields.Email}} {{$('Create a record').item.json.fields.subject}} {{$('Create a record').item.json.fields.Report}}This n8n workflow shows how powerful email automation and AI-powered documentation can be. If you want to go further with automated email campaigns, meeting follow-ups, and team communication systems, our agency specializes in building custom solutions.
👉 Explore our email automation services: Vision IA – Email Automation Agency
We help businesses automate their entire communication pipeline—from meeting notes to client follow-ups and internal notifications—all running automatically with AI assistance.
Questions about this workflow or other automation solutions? Visit Vision IA or reach out for a free consultation.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.
| Workflow | Create meeting minutes from Telegram messages with GPT-5 to Airtable Slack Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 29 |
| Categories | AI Summarization, Multimodal AI |
| Author | Baptiste Fort |
| Published | 19 Aug 2025 |
Use the JSON export at /data/workflows/7582/7582.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
How it works? 1. Send a message or a voice note on Telegram right after the meeting. 2. n8n transcribes (if it's a voice note) and sends the t...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your AI Summarization, Multimodal AI use case.