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 →
{
"name": "Create a QuickBooks invoice on a new Onfleet Task creation",
"nodes": [
{
"name": "Onfleet Trigger",
"type": "n8n-nodes-base.onfleetTrigger",
"position": [
460,
300
],
"parameters": {
"triggerOn": "taskCreated",
"additionalFields": {}
},
"typeVersion": 1
},
{
"name": "QuickBooks Online",
"type": "n8n-nodes-base.quickbooks",
"position": [
680,
300
],
"parameters": {
"Line": [],
"resource": "invoice",
"operation": "create",
"additionalFields": {
"Balance": 0,
"TxnDate": "",
"ShipAddr": "",
"BillEmail": ""
}
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Onfleet Trigger": {
"main": [
[
{
"node": "QuickBooks Online",
"type": "main",
"index": 0
}
]
]
}
}
}
About this workflow
Create a QuickBooks invoice on a new Onfleet Task creation. Uses onfleetTrigger, quickbooks. Event-driven trigger; 2 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →