Block 1 - Sticky Note
- 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.
Intelligent Invoice Processing with AI Classification and XML Export Summary Automated invoice processing pipeline that extracts data from PDF invoices, uses AI Agent for intelligent expense catego...
n8n-nodes-base.stickynote, n8n-nodes-base.googledrivetrigger, n8n-nodes-base.webhook, n8n-nodes-base.merge, n8n-nodes-base.filter, n8n-nodes-base.googledrive, n8n-nodes-base.extractfromfile, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by TOMOMITSU ASANO.
Original n8n.io sourceAutomated invoice processing pipeline that extracts data from PDF invoices, uses AI Agent for intelligent expense categorization, generates XML for accounting systems, and routes high-value invoices for approval.
A comprehensive accounts payable automation workflow that monitors for new PDF invoices, extracts text content, uses AI to classify expenses and detect anomalies, converts to XML format for accounting system integration, and implements approval workflows for high-value or unusual invoices.
[Google Drive Trigger] [Manual Webhook]
| |
+----------+-----------+
|
v
[Filter PDF Files]
|
v
[Download Invoice PDF]
|
v
[Extract PDF Text]
|
v
[Parse Invoice Data] (Code)
|
v
[AI Invoice Classifier] <-- [OpenAI Chat Model]
|
v
[Parse AI Classification]
|
v
[Convert to XML]
|
v
[Format XML Output]
|
v
[Needs Approval?] (If)
/ \
Yes (>$5000) No (Auto)
| |
[Email Approval] [Slack Notify]
| |
+------+-------+
|
v
[Archive to Google Sheets]
|
v
[Respond to Webhook]
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 | Automate invoice processing with GPT-4o classification and XML export to accounting |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | Invoice Processing, AI Summarization |
| Author | TOMOMITSU ASANO |
| Published | 18 Dec 2025 |
Use the JSON export at /data/workflows/11911/11911.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.
Intelligent Invoice Processing with AI Classification and XML Export Summary Automated invoice processing pipeline that extracts data from PDF invoices, uses AI Agent for intelligent expense catego...
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.