Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Client Meeting Notes → AI Extraction using n8n, OpenAI & Google Sheets This workflow automatically processes meeting notes stored in Google Sheets, extracts key insights like action items, follow u...
n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.lmchatgroq, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.if, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow automatically processes meeting notes stored in Google Sheets, extracts key insights like action items, follow-ups and risks using AI and stores the results in an output sheet. It also sends a summary email and marks records as processed to avoid duplication.
This workflow automates the entire lifecycle of meeting note processing. It fetches raw notes from Google Sheets, filters only unprocessed entries and prepares them for AI analysis.
Using an AI model, it extracts structured insights such as action items, follow-ups and risks. These insights are then formatted into readable text and stored in a separate output sheet.
Finally, the workflow updates the original record as processed and sends a summary email, ensuring efficient communication and eliminating manual effort.
Manual trigger starts the workflow.
Google Sheets node retrieves meeting notes.
IF node checks if "Processed" field is empty.
Set node formats notes into raw_notes.
AI Agent extracts:
Code node converts JSON into readable text.
Updates original sheet with "Yes".
Appends extracted data into output sheet.
Gmail node sends summary email.
More use cases can be built using this workflow.
| Issue | Cause | Solution |
|---|---|---|
| No data processed | "Processed" already filled | Clear field |
| AI output invalid | Wrong prompt | Fix JSON format |
| Email not sent | Gmail auth issue | Reconnect account |
| Data not stored | Mapping error | Check fields |
If you need help setting up or customizing this workflow, feel free to reach out to our n8n developers at WeblineIndia for expert assistance.
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.
| Workflow | Extract client meeting insights from Google Sheets with Groq and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Document Extraction, AI Summarization |
| Author | WeblineIndia |
| Published | 27 Apr 2026 |
Use the JSON export at /data/workflows/15340/15340.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.
Client Meeting Notes → AI Extraction using n8n, OpenAI & Google Sheets This workflow automatically processes meeting notes stored in Google Sheets, extracts key insights like action items, follow u...
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 Document Extraction, AI Summarization use case.