Package Information
Documentation
Airparser n8n Node
š§© Official n8n Node to interact with Airparser: import documents and extract structured data from emails, PDFs, images, and other documents.
About
Operations
Credentials
Usage
Resources
About
Airparser is a powerful document parsing service that extracts structured data from emails, PDFs, images, and other documents using AI and machine learning.
This official n8n Node allows you to:
ā
Import documents into Airparser for parsing
ā
Automatically trigger workflows when documents are parsed
ā
Extract structured data and use it in your automation workflows
Operations
Airparser Actions
Import Document From File
- Use when you have a binary file (PDF, image, email attachment, etc.)
- Example: Send files uploaded to a Google Drive folder to Airparser for data extraction
- Automatically extracts structured data from the document
Import Text/HTML Document
- Use when you have HTML pages, email content, or plain text
- Example: Parse HTML from a website or email body content
- Perfect for extracting data from web pages or text-based content
Airparser Trigger
- Document Parsed
- Automatically starts your workflow when a document is parsed in Airparser
- Receives the extracted data and passes it to the next node
- Built-in security to protect your webhook
Credentials
Airparser API Key
- Sign in to your Airparser account
- Go to your account settings
- Copy your API Key
In n8n:
- Click "Add Credential" and search for "Airparser API"
- Paste your API Key
For more information, visit the Airparser documentation.
Usage
Airparser Trigger
Quick Start:
- Add the Airparser Trigger node to your workflow
- Select "Document processed" as the event
- Choose the Inbox where you want to receive events
- Activate your workflow
That's it! Your workflow will now automatically run whenever a document is parsed in the selected inbox.
What happens:
- When a document is parsed in your Airparser inbox, the trigger receives the extracted data
- The data is automatically passed to the next node in your workflow
- You can use this data in any n8n node (send emails, update databases, create records, etc.)
Example Use Cases:
- Email Notifications: Send an email notification when an invoice is parsed
- Data Logging: Save parsed data to Google Sheets or Airtable
- CRM Updates: Create or update records in your CRM when documents are processed
- Approval Workflows: Route documents for approval based on parsed data
Import Document From File
- Select the Import Document From File operation
- Choose an Inbox from the dropdown
- Enter the Document File (Binary) property name (usually "data")
- Optionally add a custom Filename or Additional Metadata
Example workflow:
- Read a PDF file ā Airparser node ā Extract data ā Use in next steps
Import Text/HTML Document
- Select the Import Text/HTML Document operation
- Choose an Inbox from the dropdown
- Enter the HTML/Text Content (paste directly or use an expression)
- Optionally add a custom Filename or Additional Metadata
Example workflow:
- Fetch HTML from a website ā Airparser node ā Extract data ā Process results
Resources
- Airparser ā Document parsing & data extraction
- Airparser Documentation ā Help and guides
- n8n ā Workflow automation platform
- n8n community nodes documentation