See llms.txt for all machine-readable content.
This workflow automates accounts payable: upload a PDF invoice, let Claude AI extract the key fields, and automatically create a vendor bill (incoming invoice) in Odoo 18.
Small and medium businesses using Odoo 18 who want to automate invoice data entry. Finance teams, bookkeepers, or anyone processing incoming invoices manually.
The invoice is created in draft status so you can review and confirm it manually in Odoo before posting.
vendor, invoice_number, invoice_date, total_amount, currency, net_amount, tax_rate, tax_amount
Anthropic API Key with header name x-api-key and your Anthropic API key as valuecurl -X POST https://your-n8n-instance.com/webhook/invoice-process -F "[email protected]"
claude-haiku-4-5-20251001 for lower cost)This workflow sends PDF documents to the Anthropic API for data extraction. Ensure you have a Data Processing Agreement (DPA) with Anthropic and comply with your local data protection regulations (e.g. GDPR) before processing documents containing personal data.
Author: Florian Eiche — eiche-digital.de