This workflow corresponds to n8n.io template #949 — we link there as the canonical source.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"name": "QuickBooks2",
"type": "n8n-nodes-base.quickbooks",
"position": [
870,
300
],
"parameters": {
"email": "",
"resource": "invoice",
"invoiceId": "={{$json[\"Id\"]}}",
"operation": "send"
},
"credentials": {
"quickBooksOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"name": "QuickBooks1",
"type": "n8n-nodes-base.quickbooks",
"position": [
670,
300
],
"parameters": {
"Line": [
{
"Amount": 100,
"itemId": "1",
"DetailType": "SalesItemLineDetail",
"Description": "Consulting service"
}
],
"resource": "invoice",
"operation": "create",
"CustomerRef": "={{$json[\"Id\"]}}",
"additionalFields": {}
},
"credentials": {
"quickBooksOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"name": "QuickBooks",
"type": "n8n-nodes-base.quickbooks",
"position": [
470,
300
],
"parameters": {
"operation": "create",
"displayName": "Jack Ryan",
"additionalFields": {
"PrimaryEmailAddr": "user@example.com"
}
},
"credentials": {
"quickBooksOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 1
}
],
"connections": {
"QuickBooks": {
"main": [
[
{
"node": "QuickBooks1",
"type": "main",
"index": 0
}
]
]
},
"QuickBooks1": {
"main": [
[
{
"node": "QuickBooks2",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
quickBooksOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflows allows you to create a customer and an invoice and send the invoice to the customer.
Source: https://n8n.io/workflows/949/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Create a QuickBooks invoice on a new Onfleet Task creation. Uses onfleetTrigger, quickbooks. Event-driven trigger; 2 nodes.
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 i
AP Invoice — 01 Orchestrator. Uses postgres, httpRequest, quickbooks, slack. Webhook trigger; 42 nodes.
Automated Stripe Payment to QuickBooks Sales Receipt
This workflow automates the entire process of receiving a product/service order, checking or creating a customer in QuickBooks Online (QBO), generating an invoice, and emailing it — all triggered by a