πŸ”„ n8n integration

Airparser provides an official n8n integration that lets you automate document parsing and send structured data to other apps and workflows.

You can find the integration here: https://n8n.io/integrations/airparser/

What you can do with the Airparser n8n node

Actions

The Airparser node supports the following actions:

  • Upload binary documents for parsing
    Import files such as PDFs, images, or documents downloaded from sources like Google Drive, S3, or email attachments.

  • Upload text documents for parsing
    Send plain text, HTML, or email content directly to Airparser without converting it into a file.

These actions allow you to parse documents from almost any data source supported by n8n.

Trigger

  • On document processed
    This trigger fires when Airparser finishes parsing a document.
    It allows you to send the extracted structured data to other n8n nodes and connected apps such as Google Sheets, CRMs, databases, or webhooks.

Authentication

To connect Airparser to n8n, you need an API key.

  1. Open your Airparser account settings

  2. Copy your API key

  3. Paste it into the Airparser credential setup in n8n

No OAuth setup is required.

Typical use cases

  • Parse invoices, receipts, or contracts and send data to accounting tools

  • Extract data from emails and forward it to CRMs or spreadsheets

  • Automate document workflows across cloud storage, databases, and internal systems

You can find step-by-step workflow examples in the related articles below.


Was this article helpful?