Block 1 - Receive Meeting Data
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
This workflow is provided as-is. Please review and test before using in production.
Meeting Minutes & Action Item Tracker Fully automated meeting documentation workflow that uses AI to transform raw transcripts into professional PDFs and actionable tasks. Features AI powered summa...
n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.merge, n8n-nodes-htmlcsstopdf.htmlcsstopdf, n8n-nodes-base.gmail
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jitesh Dugar.
Original n8n.io sourceFully automated meeting documentation workflow that uses AI to transform raw transcripts into professional PDFs and actionable tasks.
https://platform.openai.comhttps://www.htmlcsspdf.comWEBHOOK: Note your webhook URL after activation
EMAIL NODES:
GOOGLE DRIVE:
SLACK:
GOOGLE TASKS:
POST : https://your-n8n-instance.com/webhook/meeting-minutes
Headers:
Content-Type: application/json
Body:
{
"title": "Weekly Team Standup",
"date": "2025-09-29",
"participants": [
"[email protected]",
"[email protected]",
"[email protected]"
],
"duration": "30 minutes",
"transcript": "John started the meeting by discussing the progress on the API development. Sarah mentioned that she's working on the dashboard and needs to prepare mockups by Thursday. The team agreed that Sarah will review the API documentation before the client demo on Friday. Akshita confirmed she finished the database schema redesign and needs to schedule a meeting with DevOps team by next Monday to discuss production deployment."
}
This will generate:
After execution, you'll get:
Workflow stops at validation:
No PDF generated:
Tasks not created:
Emails not sending:
For issues or questions, visit the n8n community forum.
MIT License - Feel free to modify and share!
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 38 workflow blocks. Download the JSON for the full node graph.
| Workflow | AI-powered meeting minutes with GPT-4, task assignment & multichannel distribution |
|---|---|
| Complexity | advanced |
| Nodes | 38 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Jitesh Dugar |
| Published | 01 Oct 2025 |
Use the JSON export at /data/workflows/9146/9146.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.
Meeting Minutes & Action Item Tracker Fully automated meeting documentation workflow that uses AI to transform raw transcripts into professional PDFs and actionable tasks. Features AI powered summa...
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 Support Chatbot, AI Chatbot use case.