πŸ”¬ Automate meeting documentation with SharePoint, Word, Excel & Outlook

⚑ 2,948 views Β· πŸ”¬ Document Extraction & Analysis

Description

What this template does

Receives meeting data via a webform, cleans/structures it, fills a Word docx template, uploads the file to SharePoint, appends a row to Excel 365, and sends an Outlook email with the document attached.


Good to know


How it works

  1. Webhook β€” Receives meeting form JSON (POST).
  2. Code (Parse Meeting Data) β€” Parses/normalizes fields, builds semicolon‑separated strings for attendees/absentees, and flattens discussion points / action items.
  3. SharePoint (Download) β€” Fetches the DOCX template (e.g., meeting_minutes_template.docx).
  4. Merge β€” Combines template binary + JSON context by position.
  5. DocxTemplater β€” Renders meeting_{{now:yyyy-MM-dd}}.docx using the JSON context.
  6. SharePoint (Upload) β€” Saves the generated DOCX to a target folder (e.g., /Meetings).
  7. Microsoft Excel 365 (Append) β€” Appends a row to your sheet (Date, Time, Attendees, etc.).
  8. Microsoft Outlook (Send message) β€” Emails the generated DOCX as an attachment.

Requirements


πŸ”— LinkedIn – Wessel Bulte

πŸ”— Nodes Used

Webhook, Microsoft Excel 365, Microsoft Outlook, Microsoft SharePoint

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup