Generate Factur-X Invoices with n8n

Learn how to easily integrate GoFX into your n8n stack.

Dealing with complex XML generation in n8n can be extremely tedious. GoFX abstracts all the EN16931 complexity away. Send a simple JSON payload and get a perfectly compliant hybrid PDF back in milliseconds.

Ecosystem Focus

Integrating Factur-X / EN16931 within the n8n ecosystem is now seamless. Avoid building complex XML DOMs manually and let GoFX handle the heavy lifting. Generate hybrid PDF/A-3 invoices directly via our REST API.

Prerequisites

Ensure you have n8n HTTP Request node configured in your environment to make outbound HTTP POST requests to the GoFX API.

> Code Example
// n8n HTTP Request Node
// Method: POST
// URL: https://api.gofx.app/v1/invoice/generate
// Body Parameters: Send JSON
// Response Format: File
// This will output a binary file that can be saved or emailed.