Skip to main content

Gmail and QuickBooks Online workflow

Workflow preview

Workflow preview
100%
Gmail and QuickBooks Online workflow preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automatically Forward Email Receipts to QuickBooks Online What It Does Are you tired of manually uploading email receipts to QuickBooks Online (QBO)? Are your email forwarding rules difficult to se...

Best for

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

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.gmailtrigger, n8n-nodes-base.gmail, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rosh Ragel.

Original n8n.io source

1.1 Workflow description

Title
Gmail and QuickBooks Online workflow
Workflow name
Gmail and QuickBooks Online workflow

Automatically Forward Email Receipts to QuickBooks Online

What It Does

Are you tired of manually uploading email receipts to QuickBooks Online (QBO)? Are your email forwarding rules difficult to set up or unreliable? This n8n workflow automatically forwards your email receipts to QuickBooks Online with minimal configuration.

Example Use Cases

  • Online purchase and subscription receipts
  • E-transfer confirmations
  • Bills and invoices received from suppliers
  • Expense reports sent by vendors
  • Payment confirmation emails
  • Send other people's emails to QBO, bypassing the forwarding restrictions

Prerequisites

To use this workflow, you'll need:

  • A Gmail account with credentials configured in n8n
  • QuickBooks Online account with receipt forwarding enabled

How to Set Up Gmail

  1. Search for emails that contain receipts (e.g., subject contains "Interac E-transfer")
  2. Create a Gmail filter that automatically applies a specific label to those emails (e.g., "New E-Transfer")
  3. Create another label for processed emails to prevent duplicate processing (e.g., "Processed")

How It Works

  1. Trigger: The workflow runs when a new receipt is received; a scheduled trigger acts as a failsafe to catch missed emails.
  2. The first Gmail node retrieves emails with the "new receipt" label.
  3. The second Gmail node forwards the exact email contents to QuickBooks Online, mimicking a forwarded email.
  4. The workflow removes the original "new receipt" label and applies the "processed" label to avoid duplicate forwarding.

How to Use

  • Configure each Gmail node with your Gmail credentials in n8n.
  • Enter your QuickBooks Online receipt forwarding email address in the second Gmail node (e.g., [email protected]).
  • Set up the appropriate labels in each Gmail node to match your Gmail filter and workflow logic.

Customization Options

  • Modify the Gmail nodes to download and forward attachments if necessary.
  • Create separate workflows for different types of emails; for example, include vendor information in the subject line (e.g., "Your Instacart Order Receipt") to help QuickBooks categorize expenses.
  • Add error handling and notifications to monitor workflow execution.

Why It's Useful

  • Saves time by automating manual forwarding of receipts to QuickBooks Online.
  • Reduces errors and missed receipts that can occur with manual processing.
  • Keeps your QuickBooks records up-to-date automatically.
  • Provides a scalable solution for handling various receipt types and vendors.
  • Easily customizable to fit your specific email and accounting workflows.

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 - Every Day at 8 AM

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

Block 2 - New Email Receipt Received

Type / Role
n8n-nodes-base.gmailTrigger - gmailTrigger
Config choices
Version 1.3

Block 3 - Get New Receipt from Email

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

Block 4 - Forward the Receipt to QBO

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

Block 5 - Remove the Old Label

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

Block 6 - Add the "Processed" Label

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

Block 7 - Sticky Note7

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

Block 8 - Sticky Note

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

Block 9 - Sticky Note1

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

Block 10 - Sticky Note2

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

Block 11 - Sticky Note3

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

3. Summary Table

Workflow Gmail and QuickBooks Online workflow
Complexity intermediate
Nodes 11
Categories Invoice Processing, Multimodal AI
Author Rosh Ragel
Published 12 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7269/7269.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 Gmail and QuickBooks Online workflow do?

Automatically Forward Email Receipts to QuickBooks Online What It Does Are you tired of manually uploading email receipts to QuickBooks Online (QBO)? Are your email forwarding rules difficult to se...

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, Multimodal AI use case.