Block 1 - GetFile
- Type / Role
- n8n-nodes-base.googleDrive - googleDrive
- Config choices
- Version 3
This workflow is provided as-is. Please review and test before using in production.
Automated Invoice Processing n8n Workflow Workflow Description This n8n workflow automates the complete processing of PDF invoices with AI powered data extraction. The workflow monitors a Goo...
n8n-nodes-base.googledrive, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.informationextractor, n8n-nodes-base.extractfromfile, n8n-nodes-base.splitinbatches, n8n-nodes-base.googlesheets, n8n-nodes-base.googledrivetrigger, @n8n/n8n-nodes-langchain.lmchatopenai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Romain.
Original n8n.io sourceThis n8n workflow automates the complete processing of PDF invoices with AI-powered data extraction. The workflow monitors a Google Drive folder, extracts important invoice data, and automatically organizes files in a structured filing system.
The Information Extractor node with Google Gemini extracts:
Create the following folder structure in Google Drive:
π [Input Folder] (e.g., "Invoices-Inbox")
π [Main Folder] (e.g., "Accounting")
βββ π 2024
βββ π January
βββ π February
βββ π March
βββ ... (all months)
βββ π 2025
βββ ... (all months)
Create a spreadsheet with the following columns:
Add more attributes in the Information Extractor node:
{
"name": "Payment Terms",
"description": "Days until payment due",
"required": false
}
Change the schema in the UpdateFileName node:
"{{ $('Information Extractor').item.json.output.InvoiceNumber }} - {{ $('Information Extractor').item.json.output.Customer }}"
In Google Drive Trigger under "Poll Times" select different intervals.
Run Test:
Error Diagnosis:
This workflow can be used and customized freely. For configuration questions or issues, check the n8n community or Google API documentation.
Tip: Start with a few test invoices before using the workflow in production!
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 29 workflow blocks. Download the JSON for the full node graph.
| Workflow | Automate invoice processing with AI data extraction, Google Drive & Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 29 |
| Categories | Invoice Processing, AI Summarization |
| Author | Romain |
| Published | 11 Sept 2025 |
Use the JSON export at /data/workflows/8476/8476.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.
Automated Invoice Processing n8n Workflow Workflow Description This n8n workflow automates the complete processing of PDF invoices with AI powered data extraction. The workflow monitors a Goo...
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 Invoice Processing, AI Summarization use case.