⬡ n8n

1099-NEC Parser n8n Integration

Turn 1099-NECs into structured data inside your n8n workflows — self-hosted or cloud — and route it anywhere. No custom node required. Built for accountants, bookkeepers, and contractor-heavy businesses who automate.

Works today with n8n's native HTTP Request node — no plugin to install. Great for self-hosted setups where documents shouldn't leave your infrastructure.

How to connect

  1. 1

    Trigger the workflow

    Start with any n8n trigger — an Email (IMAP) node for new attachments, a Google Drive / Dropbox node for new files, a Webhook node, or a Schedule node for batch runs.

  2. 2

    Add an HTTP Request node → POST

    Set the URL to https://1099necparser.com/api/extract, method POST, Authentication → Header Auth with your API key (Authorization: Bearer …), body type "Form-Data / multipart", and attach the 1099-NEC as the "file" field (or send the binary from the previous node).

  3. 3

    Parse the JSON response

    n8n receives clean JSON (Payer name, EIN & address, Recipient name & TIN, Nonemployee compensation (Box 1), and more). Reference fields with expressions like {{ $json.data.payer_name }}.

  4. 4

    Route it downstream

    Add a Google Sheets, Postgres, Airtable, NocoDB, or Slack node and map the extracted fields — one workflow, every 1099-NEC handled automatically.

Popular 1099-NEC workflows

Email (IMAP) attachment → extract 1099-NEC → Google Sheets
Drive/Dropbox file → extract 1099-NEC → Postgres insert
Webhook upload → extract → Airtable / NocoDB record
Schedule (batch) → extract folder of 1099-NECs → Slack summary

FAQ

Does 1099-NEC Parser work with n8n?

Yes. Use n8n's built-in HTTP Request node to POST a 1099-NEC to our /api/extract endpoint with your API key and receive structured JSON. No custom node needed — it works on both self-hosted and cloud n8n.

Is n8n a good fit if I self-host?

It's ideal. n8n is open-source and self-hostable, so your 1099-NECs flow through infrastructure you control, and only the extraction call leaves your network — a common requirement for teams handling sensitive documents.

How do I pass the file to the HTTP Request node?

Use multipart form-data with a "file" field. If a prior node (Email, Drive) produced a binary, reference that binary property in the HTTP Request node's body; otherwise upload the file directly.

Where do I get my API key?

Sign up free (no credit card), open your dashboard, and copy your key. Your first 3 1099-NECs are free.

Automate your 1099-NECs in n8n

Free API key + 3 free 1099-NECs. Drop in an HTTP Request node and go.