AutomationFlowsFinance › Manual Invoice Creation in Invoice Ninja

Manual Invoice Creation in Invoice Ninja

Original n8n title: Manual Invoiceninja

Manual Invoiceninja. Uses manualTrigger, invoiceNinja. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesInvoice Ninja
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
{
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        220,
        310
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Invoice Ninja",
      "type": "n8n-nodes-base.invoiceNinja",
      "position": [
        410,
        310
      ],
      "parameters": {
        "options": {},
        "operation": "getAll"
      },
      "credentials": {
        "invoiceNinjaApi": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Invoice Ninja",
            "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.

Pro

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

About this workflow

Manual Invoiceninja. Uses manualTrigger, invoiceNinja. 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

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

N8N Nodes Iterationlayer
Finance

Convert Invoice to Markdown. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.

N8N Nodes Iterationlayer
Finance

Extract Invoice Data. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.

N8N Nodes Iterationlayer
Finance

Tutorial - Generate Invoice (First Invoice). Uses n8n-nodes-invoice-api-xhub, writeBinaryFile. Event-driven trigger; 3 nodes.

N8N Nodes Invoice Api Xhub, Write Binary File
Finance

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

Onfleet Trigger, QuickBooks