Skip to main content

Full-cycle invoice automation: Airtable, QuickBooks & Stripe

Workflow preview

Workflow preview
100%
Full-cycle invoice automation: Airtable, QuickBooks & Stripe 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 and automated solution for full cycle invoicing, orchestrating a seamless flow between Airtable, QuickBooks, and Stripe. T...

Best for

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

Tools used

n8n-nodes-base.airtabletrigger, n8n-nodes-base.if, n8n-nodes-base.merge, n8n-nodes-base.stripe, n8n-nodes-base.quickbooks, n8n-nodes-base.airtable, n8n-nodes-base.stickynote, n8n-nodes-base.noop

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
Full-cycle invoice automation: Airtable, QuickBooks & Stripe
Workflow name
Full-cycle invoice automation: Airtable, QuickBooks & Stripe

This n8n template from Intuz provides a complete and automated solution for full-cycle invoicing, orchestrating a seamless flow between Airtable, QuickBooks, and Stripe.

This is the ultimate sales-to-cash automation. When a deal in Airtable is marked "Approved for Invoicing," this workflow intelligently syncs customer data across QuickBooks and Stripe (creating them if they don't exist), generates an official QuickBooks invoice, creates a Stripe payment link, and then updates the original Airtable record with all the new IDs and links. Eliminate manual data entry and keep your systems perfectly in sync.

Who's this workflow for?

  1. Finance, Accounting, and Operations Teams
  2. SalesOps and RevOps Teams
  3. Small Business Owners and Founders
  4. Agencies and Freelancers

How It Works:

1. Airtable Trigger & Approval Gate: The workflow starts when a record in your Airtable base is updated. An If node immediately checks if the Status field is set to "Approved for Invoicing." If not, the workflow for that item stops.

2. Customer Sync (QuickBooks & Stripe):

  • The workflow searches for the customer in both QuickBooks and Stripe using the details from Airtable.
  • Using If nodes, it intelligently checks if the customer exists. If a customer is not found in either platform, it creates a new one. This "find-or-create" logic prevents duplicate records.

3. Update Airtable with IDs: Once the customer IDs from both QuickBooks and Stripe are secured (either found or newly created), the workflow updates the original Airtable record with these new IDs for future reference.

4. Generate Financials:

  • Stripe Payment Link: It sends an HTTP request to Stripe to create a unique, ready-to-use payment link for the specified amount.
  • QuickBooks Invoice: It fetches your product list from QuickBooks, finds the matching item from the Airtable record, and generates a formal, detailed invoice.

5. Close the Loop: In the final step, the workflow updates the Airtable record one last time to:

  • Add the QuickBooks Invoice #.
  • Add the Stripe Payment Link.
  • Change the Status to "Invoiced."

Step-by-Step Setup Instructions

This is an advanced workflow. Follow these setup steps carefully.

1. Connect Your Credentials

  • Airtable: Create and connect a Personal Access Token with data.records:read and data.records:write scopes.
  • QuickBooks: Connect your QuickBooks Online account using OAuth2 credentials.
  • Stripe: Connect your Stripe account using your Secret Key.

2. Airtable Base Setup (Crucial) Your Airtable base must have a table with the following columns. The names must match exactly:

  • Deal Name (Text)
  • Client Name (Text)
  • Client Email (Email)
  • Status (Single-select with options: Draft,
  • Approved for Invoicing, Invoiced)
  • QuickBooks Customer ID (Text)
  • Stripe Customer ID (Text)
  • Stripe Payment Link (URL)
  • QuickBooks Invoice # (Text)
  • Stripe Price Id (Text - The API ID of your price in Stripe, e.g., price_123...)
  • Quantity (Number)
  • Quickbooks Product Name (Text)
  • Created (Created Time) - This is used by the trigger.

3. Configure the n8n Nodes

  • All Airtable Nodes: In each Airtable node, select your Base and Table from the dropdown lists.
  • Get all Quickbook products (HTTP Request Node): You must replace {YOUR_QUICKBOOKS_COMPANY_ID} in the URL with your actual QuickBooks Company ID (also known as a Realm ID).

4. Activate the Workflow Save the workflow and toggle the Active switch to "on". The workflow will now trigger whenever the Created field is updated for a record in your Airtable base.

Customization Guidance

  • Changing the Trigger Status: If you use a different status than "Approved for Invoicing," simply update the value in the "IF - Status Check" node.
  • Modifying Invoice Details: You can customize the Description or other line item details in the "Create an invoice" (QuickBooks) node by pulling more fields from your Airtable record.
  • Adding Email Notifications: To notify a customer when their invoice is ready, add a Gmail or SendGrid node after the last Airtable Update node. You can include the Stripe Payment Link and a PDF of the QuickBooks invoice directly in the email.
  • Advanced Error Handling: For a production environment, consider connecting the false output of the various IF nodes or using the .onError() workflow setting to send a Slack or email alert if a customer can't be found or an API call fails.

Support

For further support, or to develop a custom workflow, reach out to:

For Custom Worflow 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 - Airtable Trigger

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

Block 2 - IF - Status Check

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

Block 3 - IF - Customer Exists?

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

Block 4 - Merge QBO Customer

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

Block 5 - Stripe - Find Customer

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

Block 6 - IF - Stripe Customer Exists?

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

Block 7 - Stripe - Create Customer

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

Block 8 - Merge Stripe Customer

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

Block 9 - QuickBooks - Find Customer

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

Block 10 - Create an invoice

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

Block 11 - Create a customer

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

Block 12 - Search records

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

Block 13 - Sticky Note

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

Block 14 - Sticky Note1

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

Block 15 - Sticky Note2

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

Block 16 - Sticky Note3

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

Block 17 - Exit from workflow

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

Block 18 - Sticky Note4

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

Block 19 - Sticky Note5

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

Block 20 - Sticky Note6

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

Block 21 - Sticky Note7

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

Block 22 - If - Stripe Customer Id

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

Block 23 - Sticky Note8

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

Block 24 - Sticky Note9

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

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

3. Summary Table

Workflow Full-cycle invoice automation: Airtable, QuickBooks & Stripe
Complexity advanced
Nodes 46
Categories Invoice Processing, Multimodal AI
Author Intuz
Published 12 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/7291/7291.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 Full-cycle invoice automation: Airtable, QuickBooks & Stripe do?

This n8n template from Intuz provides a complete and automated solution for full cycle invoicing, orchestrating a seamless flow between Airtable, QuickBooks, and Stripe. T...

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.