Block 1 - Airtable Trigger
- Type / Role
- n8n-nodes-base.airtableTrigger - airtableTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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...
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
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Intuz .
Original n8n.io sourceThis 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.
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):
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:
5. Close the Loop: In the final step, the workflow updates the Airtable record one last time to:
This is an advanced workflow. Follow these setup steps carefully.
1. Connect Your Credentials
2. Airtable Base Setup (Crucial) Your Airtable base must have a table with the following columns. The names must match exactly:
3. Configure the n8n Nodes
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.
For further support, or to develop a custom workflow, reach out to:
Click here- Get Started
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 46 workflow blocks. Download the JSON for the full node graph.
| Workflow | Full-cycle invoice automation: Airtable, QuickBooks & Stripe |
|---|---|
| Complexity | advanced |
| Nodes | 46 |
| Categories | Invoice Processing, Multimodal AI |
| Author | Intuz |
| Published | 12 Aug 2025 |
Use the JSON export at /data/workflows/7291/7291.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.
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...
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, Multimodal AI use case.