Block 1 - 📁 Input Processing Documentation
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
AI Powered Contract Management Pipeline (Google Drive + VLM Run + Sheets + Calendar + Slack) ️ What This Workflow Does This workflow automatically extracts, organizes, and tracks legal contract...
n8n-nodes-base.stickynote, n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive, @vlm-run/n8n-nodes-vlmrun.vlmrun, n8n-nodes-base.googlesheets, n8n-nodes-base.set, n8n-nodes-base.slack, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Shahrear.
Original n8n.io sourceThis workflow automatically extracts, organizes, and tracks legal contract details from documents uploaded to Google Drive. Using VLM Run’s Execute Agent, it parses key metadata such as contract ID, parties, dates, and terms — then stores, alerts, and schedules reminders through Google Sheets, Calendar, and Slack.
Configure Google Drive OAuth2 and create upload folder and folder for saving extracted images.
Install the verified VLM Run node by searching for VLM Run in the node list, then click Install. Once installed, you can start using it in your workflows.
Add VLM Run API credentials for document parsing.
Configure Google Sheet and Calendar.
For Google Sheet, from the document list, pick your Google Sheet (e.g., test). Then select the sheet inside it (e.g., Sheet1).
Set the operation to Append Row — this will add new contract details as new rows.
Turn on Map Each Column Manually. Match each contract field (like Contract ID, Title, Parties, Effective Date, Termination Date) to its corresponding column in your Google Sheet.
Configure Slack for notifications.
Manual contract management is error-prone and time-consuming key details like renewal dates, payment terms, or termination clauses often get lost in email threads or folders. This workflow ensures:
Zero missed deadlines automatic Google Calendar reminders keep your team on track.
Instant team visibility - Slack notifications keep legal, finance, and operations aligned.
End-to-end automation no need for manual parsing, data entry, or follow-ups.
This workflow uses community nodes (VLM Run) that may need additional permissions and custom setup.
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 legal contract data & send alerts with VLM run, Google Workspace & Slack |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Document Extraction, AI RAG |
| Author | Shahrear |
| Published | 06 Oct 2025 |
Use the JSON export at /data/workflows/9328/9328.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.
AI Powered Contract Management Pipeline (Google Drive + VLM Run + Sheets + Calendar + Slack) ️ What This Workflow Does This workflow automatically extracts, organizes, and tracks legal contract...
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 RAG use case.