Block 1 - HTTP Request
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.4
Every time a new invoice lands in your inbox, this workflow reads it, extracts all the relevant data using AI, and logs everything into a Google Sheets spreadsheet automatically. No copy pasting, n...
n8n-nodes-base.httprequest, n8n-nodes-base.set, @ainoflow/n8n-nodes-ainoflow.ainoflowconvert, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.gmail, n8n-nodes-base.scheduletrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oriol Seguí.
Original n8n.io sourceEvery time a new invoice lands in your inbox, this workflow reads it, extracts all the relevant data using AI, and logs everything into a Google Sheets spreadsheet automatically. No copy-pasting, no forgotten invoices, no duplicate entries.
Who is this for?
Landlords, property managers, or small businesses that receive recurring rental invoices by email and want to keep a clean, structured record without doing it by hand.
How it works
The workflow runs automatically every X minutes or days, in the background or manually. When it detects a new invoice email, it extracts the attached document and converts it to text using the Ainoflow API (which offers 500 free monthly uses), maps all the key fields (landlord, tenant, property, amounts, invoice number, etc.) and saves them as a new row in your spreadsheet. Once done, it notifies you by email and moves the processed message out of your inbox.
The workflow comes with OpenRouter integrated so you can use AI at no cost, using free available models. You are free to switch to OpenAI instead if you prefer — both options are supported.
> 💡 Important: For best results, you will need to manually map the invoice fields to match your specific invoice format. Taking a few minutes on this initial setup significantly improves the accuracy of the extraction.
What you get
Error handling
The workflow includes dedicated error outputs at every critical step. If something goes wrong — a failed conversion, a connection issue, or a usage limit — you will receive an email explaining what happened instead of the workflow failing silently.
> Note on costs: This workflow uses third-party AI services (OpenAI or OpenRouter) whose pricing may vary over time. The Ainoflow API includes 500 free monthly uses, but additional charges will apply once that limit is exceeded. The total cost of the workflow may increase in future updates, depending on the models used.
The workflow includes documentation, basic support in case of implementation errors, and precise error handling.
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 30 workflow blocks. Download the JSON for the full node graph.
| Workflow | Extract and log invoice data to Google Sheets with Ainoflow and ChatGPT |
|---|---|
| Complexity | advanced |
| Nodes | 30 |
| Categories | Invoice Processing, AI Summarization |
| Author | Oriol Seguí |
| Published | 15 Apr 2026 |
Use the JSON export at /data/workflows/15067/15067.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.
Every time a new invoice lands in your inbox, this workflow reads it, extracts all the relevant data using AI, and logs everything into a Google Sheets spreadsheet automatically. No copy pasting, n...
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.