How Do You Create a ZUGFeRD Invoice in n8n? A Dropbox + JSON Workflow, Step by Step!
This guide builds an n8n workflow that takes invoice data as JSON, creates a ZUGFeRD/Factur‑X invoice with PDF4me, and uploads the final PDF to Dropbox.
You will wire three core parts:
- push invoice JSON into PDF4me (so you get a stable document URL),
- generate the ZUGFeRD invoice from that input,
- upload the output PDF to Dropbox as a binary file.