Skip to main content

Automate QuickBooks invoicing & customer creation from Airtable sales orders

Workflow preview

Workflow preview
100%
Automate QuickBooks invoicing & customer creation from Airtable sales orders preview
Open on n8n.io

Important notice

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

1. Workflow Overview

This n8n template from Intuz provides a complete solution to automate your entire invoicing process. It intelligently syncs confirmed sales orders from your Airtable base ...

Best for

  • Invoice Processing automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.airtable, n8n-nodes-base.quickbooks, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.splitinbatches, n8n-nodes-base.webhook, n8n-nodes-base.if

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate QuickBooks invoicing & customer creation from Airtable sales orders
Workflow name
Automate QuickBooks invoicing & customer creation from Airtable sales orders

This n8n template from Intuz provides a complete solution to automate your entire invoicing process.

It intelligently syncs confirmed sales orders from your Airtable base to QuickBooks, automatically creating new customers if they don't exist before generating a perfectly matched invoice. It then logs all invoice details back into Airtable, creating a flawless, end-to-end financial workflow.

Use Cases

1. Accounting & Finance Teams:

  • Automatically generate QuickBooks invoices from new orders confirmed in Airtable.
  • Keep all invoices and customer details synced across systems in real time.

2. Sales & Operations Teams:

  • Track order status and billing progress directly from Airtable without switching platforms.
  • Ensure every confirmed sale automatically triggers an invoice in QuickBooks.

3. Business Owners / Admins:

  • Eliminate double-entry between Airtable and QuickBooks.
  • Maintain accurate, audit-ready financial records with minimal effort.

How it works

1. Trigger from Airtable: The workflow starts instantly when a sales order is ready to be invoiced in your Airtable base (triggered via a webhook).

2. Check for Customer in QuickBooks: It searches your QuickBooks account to see if the customer from the sales order already exists.

3. Create New Customer (If Needed): If the customer is not found, it automatically creates a new customer record in QuickBooks using the details from your Airtable Customers table.

4. Create QuickBooks Invoice: Using the correct customer record (either existing or newly created), it gathers all order line items from Airtable and generates a detailed invoice in QuickBooks.

5. Log Invoice Back to Airtable: After the invoice is successfully created, the workflow updates your Airtable base by adding a new record to your Invoices & Payments table and updating the original Confirmed Orders record with the new QuickBooks Invoice ID, marking it as synced.

Key Requirements to Use This Template

1. n8n Instance: An active n8n account (Cloud or self-hosted).

2. Airtable Base: An Airtable base on a "Pro" plan or higher with tables for Confirmed Orders, Customers, Order Lines, Product & Service, and Invoices & Payments. Field names must match those in the setup guide.

3. QuickBooks Online Account: An active QuickBooks Online account with API access.

Step-by-Step Setup Instructions

Step 1: Import and Configure the n8n Workflow

  • Import Workflow: In n8n, import the Client-Quickbook-Invoices-via-AirTable.json file.
  • Get Webhook URL: Click on the first node, "Webhook". Copy the "Test URL". Keep this n8n tab open.
  • Configure Airtable Nodes: There are six Airtable nodes. For each one, connect your Airtable credentials and select the correct Base and Table.
  • Configure QuickBooks Nodes: There are four QuickBooks-related nodes. For each one, connect your QuickBooks Online credentials.
  • CRITICAL: Click on the "Create Invoice URL" (HTTP Request) node. You must edit the URL and replace the placeholder number (9341455145770046) with your own QuickBooks Company ID. (Find this in your QuickBooks account settings under "Billing & Subscription").
  • Save and Activate: Click "Save", then toggle the workflow to "Active". After activating, copy the new "Production URL" from the Webhook node.

Customization Guide

You can adapt this template for various workflows by tweaking a few nodes:

  • Use a different Airtable Base: Update the Base ID and Table ID in all Airtable nodes (Get Orders Records, Get Customer Details, Get Products, etc.).
  • Switch from Sandbox to Live QuickBooks: Replace the Sandbox company ID and endpoint in the “Create Invoice URL” node with your production QuickBooks company ID.
  • Add more invoice details: Edit the Code and Parse in HTTP nodes to include additional fields (like Tax, Shipping, or Notes).
  • Support multiple currencies: Add a “Currency” field mapping in both Airtable and QuickBooks nodes.

Connect with us

For Custom Workflow Automation

Click here- Get Started

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 - Get Customer Details

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

Block 2 - QuickBooks - Find Customer

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

Block 3 - Create a customer

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

Block 4 - Get Products

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

Block 5 - Append Customers

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 6 - Parse in HTTP

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Search Product ID

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

Block 8 - Create Invoice URL

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Loop Over Items1

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

Block 10 - Webhook

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

Block 11 - If Invoice not Created

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 12 - IF - Customer doesn't Exists?

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

Block 13 - Create Invoice record

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

Block 14 - Update Order record

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

Block 15 - Update Customer Record

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

Block 16 - Sticky Note

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

Block 17 - Sticky Note1

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

Block 18 - Get Airtable Orders Records

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

Block 19 - Sticky Note2

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

Block 20 - Sticky Note3

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

Block 21 - Sticky Note4

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

Block 22 - Sticky Note5

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

Block 23 - Sticky Note6

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

Block 24 - Sticky Note7

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

Showing the first 24 of 35 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automate QuickBooks invoicing & customer creation from Airtable sales orders
Complexity advanced
Nodes 35
Categories Invoice Processing
Author Intuz
Published 03 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9218/9218.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 Automate QuickBooks invoicing & customer creation from Airtable sales orders do?

This n8n template from Intuz provides a complete solution to automate your entire invoicing process. It intelligently syncs confirmed sales orders from your Airtable base ...

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 use case.