AutomationFlowsFinance › Onfleet Task to QuickBooks Invoice

Onfleet Task to QuickBooks Invoice

Original n8n title: Create a Quickbooks Invoice on a New Onfleet Task Creation

Create a QuickBooks invoice on a new Onfleet Task creation. Uses onfleetTrigger, quickbooks. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesOnfleet TriggerQuickBooks
Finance Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

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 →

More Finance workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Finance

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

Airtable Trigger, Stripe, QuickBooks +2
Finance

Automated Stripe Payment to QuickBooks Sales Receipt

HTTP Request, Stripe, Stripe Trigger +1
Finance

This workflow allows you to quickly generate and send invoices by collecting missing billing details from clients through an automated form and email sequence. It integrates Gmail and QuickBooks Onlin

QuickBooks, Form Trigger, Gmail
Finance

Automatically processes vendor invoices received by email, creates QuickBooks bills with full details, and attaches the original PDF. Small/medium businesses using QuickBooks Online Bookkeepers proces

Gmail Trigger, Information Extractor, OpenAI Chat +3
Finance

Invoice to PDF Report. Uses n8n-nodes-iterationlayer. Event-driven trigger; 6 nodes.

N8N Nodes Iterationlayer