This n8n workflow automates the process of generating a detailed project summary from a meeting transcript stored in Google Docs. Starting with a manual trigger, it retrieves the transcript file from Google Docs, processes the transcript with OpenAI’s GPT-4 model to produce a structured project overview, and formats this summary into a comprehensive document. The summarized content is converted from Markdown to HTML, then uploaded to Google Drive as a Google Document, providing a ready-to-share project report. This workflow streamlines the documentation process, making it ideal for project managers and teams who need consistent, accurate summaries of meeting discussions without manual effort.
Automated Project Summary Creation from Meeting Transcript
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.chainLlm, @n8n/n8n-nodes-langchain.lmChatOpenAi, code, googleDocs, httpRequest, manualTrigger, markdown, noOp, set, stickyNote |
Reviews
There are no reviews yet.