APIDOCINSPECT

An emailed invoice becomes a Google Sheets row

DocInspect API inside your n8n workflows: data extraction from documents, no code.

truefalseGmailemail w/ attachmentDocInspect APIPOST /v1/processIFwarnings == []Google Sheetsappend rowTelegramreview manually
  1. A Gmail trigger catches the email

    Fires on an attachment: a PDF, a scan or a photo of an invoice.

  2. DocInspect API reads the document

    POST /v1/process with your schema: requisites, line items, totals — plus warnings about mismatches.

  3. IF checks the warnings

    warnings empty: the row goes to Google Sheets. A high-severity warning — say, totals that do not match the line items: the document goes to an operator on Telegram.

Available today: the HTTP Request node

The DocInspect node for n8n is on the near-term roadmap. Today the whole workflow takes five minutes on the standard HTTP Request node.

HTTP Request
Method: POST
URL: https://api.docinspect.ru/v1/process
Authentication: Header Auth
  Name: X-API-Key
Body Content Type: Form-Data Multipart
  file: {{ $binary.attachment }}
  prompt: Extract the invoice fields
  output_schema: {"type":"object","properties":{...}}

Hear about the node first

Leave a contact: we will tell you first when the node ships and help you build the first workflow.