Block 1 - Extract from File
- Type / Role
- n8n-nodes-base.extractFromFile - extractFromFile
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Invoice Intake & Notification Workflow This automated n8n workflow monitors a Google Drive folder for newly uploaded invoice PDFs, extracts essential information (like client name, invoice numbe...
n8n-nodes-base.extractfromfile, n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.informationextractor, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.googlesheets, n8n-nodes-base.noop, @n8n/n8n-nodes-langchain.lmchatanthropic
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Automate With Marc.
Original n8n.io source📥 Invoice Intake & Notification Workflow
This automated n8n workflow monitors a Google Drive folder for newly uploaded invoice PDFs, extracts essential information (like client name, invoice number, amount, due date), logs the data into a Google Sheet for recordkeeping, and sends a formatted Telegram message to notify the billing team.
For step-by-step video build of workflows like this: https://www.youtube.com/@automatewithmarc
✅ What This Workflow Does 🕵️ Watches a Google Drive folder for new invoice files 📄 Extracts data from PDF invoices using AI (LangChain Information Extractor) 📊 Appends extracted data into a structured Google Sheet 💬 Notifies the billing team via Telegram with invoice details 🤖 Optionally uses Claude Sonnet AI model to format human-friendly summaries
⚙️ How It Works – Step-by-Step Trigger: Workflow starts when a new PDF invoice is added to a specific Google Drive folder.
Download & Parse: The file is downloaded and its content extracted.
Data Extraction: AI-powered extractor pulls invoice details (invoice number, client, date, amount, etc.).
Log to Google Sheets: All extracted data is appended to a predefined Google Sheet.
AI Notification Formatting: An Anthropic Claude model formats a clear invoice notification message.
Telegram Alert: The formatted summary is sent to a Telegram channel or group to alert the billing team.
đź§ AI & Tools Used Google Drive Trigger & File Download
PDF Text Extraction Node
LangChain Information Extractor
Google Sheets Node (Append Data)
Anthropic Claude (Telegram Message Formatter)
Telegram Node (Send Notification)
🛠️ Setup Instructions Google Drive: Set up OAuth2 credentials and specify the folder ID to watch.
Google Sheets: Link the workflow to your invoice tracking sheet.
Telegram: Set up your Telegram bot and obtain the chat ID.
Anthropic & OpenAI: Add your Claude/OpenAI credentials if formatting is enabled.
đź’ˇ Use Cases Automated bookkeeping and invoice tracking
Real-time billing alerts for accounting teams
AI-powered invoice ingestion and summary
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 | PDF invoice data extraction & tracking with Google Drive, Claude AI & Telegram |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Invoice Processing, AI Summarization |
| Author | Automate With Marc |
| Published | 26 Jul 2025 |
Use the JSON export at /data/workflows/6480/6480.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.
Invoice Intake & Notification Workflow This automated n8n workflow monitors a Google Drive folder for newly uploaded invoice PDFs, extracts essential information (like client name, invoice numbe...
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.