Skip to main content

Receipt Processing AI Agent (with step by step video)

Workflow preview

Workflow preview
100%
Receipt Processing AI Agent (with step by step video) preview
Open on n8n.io

1. Workflow Overview

Video Introduction Want to automate your i...

Best for

  • Invoice Processing automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.googlesheets, n8n-nodes-base.html, n8n-nodes-base.gmail

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Milan Vasarhelyi - SmoothWork.

Original n8n.io source

1.1 Workflow description

Title
Receipt Processing AI Agent (with step by step video)
Workflow name
Receipt Processing AI Agent (with step by step video)

Video Introduction

Want to automate your inbox or need a custom workflow? 📞 Book a Call | 💬 DM me on Linkedin

What This Workflow Does

This automation eliminates the tedious task of manually entering receipt data by automatically processing receipt images uploaded to Google Drive. When you drop a new receipt into a monitored folder, the workflow extracts vendor name, date, itemized purchases, and total amount using AI, logs everything to a Google Sheet, and sends you an email confirmation with a formatted summary.

Key Benefits

  • Save time: No more manual data entry from receipts
  • Reduce errors: AI-powered extraction ensures accuracy
  • Stay organized: All expense data automatically tracked in one spreadsheet
  • Get notified: Instant email confirmation when receipts are processed

Common Use Cases

  • Personal expense tracking and budgeting
  • Small business accounting and bookkeeping
  • Reimbursement documentation
  • Tax preparation record-keeping

Setup Requirements

Accounts needed:

  • Google Drive account (for receipt storage)
  • OpenAI account (for AI-powered data extraction)
  • Google Sheets account (for data logging)
  • Gmail account (for notifications)

Configuration steps:

  1. Google Drive: Connect your account and select the folder where you'll upload receipts
  2. Google Sheets: Make a copy of the template spreadsheet (link in workflow notes) to your own account and update the Sheet ID in the workflow
  3. Email recipient: Change the notification email address to your own
  4. AI model: The workflow uses GPT-4-mini by default, but you can select a different OpenAI model based on your accuracy and cost preferences

The AI Agent is configured to extract data in a strict JSON format with fields for vendor, date (converted to DD/MM/YYYY), itemized purchases, and total amount.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Monitor Receipts Folder

Type / Role
n8n-nodes-base.googleDriveTrigger - googleDriveTrigger
Config choices
Version 1

Block 2 - Download file

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 3 - Extract Receipt Data with AI

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 4 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 5 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 6 - Append Receipt to Google Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.7

Block 7 - Convert Receipt to HTML Table

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1.2

Block 8 - Send Receipt Email Notification

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 9 - Workflow Description

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Creator Contact Info

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Video Walkthrough

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Receipt Processing AI Agent (with step by step video)
Complexity intermediate
Nodes 11
Categories Invoice Processing, AI Summarization
Author Milan Vasarhelyi - SmoothWork
Published 23 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12954/12954.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Receipt Processing AI Agent (with step by step video) do?

Video Introduction Want to automate your i...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.