Generate Factur-X Invoices with Make.com
Learn how to easily integrate GoFX into your Make.com stack.
Dealing with complex XML generation in Make.com 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 Make.com 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 Make.com HTTP Module configured in your environment to make outbound HTTP POST requests to the GoFX API.
> Code Example
// Make.com (Integromat) Configuration
// Module: HTTP -> Make a request
// URL: https://api.gofx.app/v1/invoice/generate
// Method: POST
// Body type: Raw (application/json)
// Map the resulting Data (Buffer) to your next module (e.g. Email or Google Drive).