Quick overview
This workflow runs on demand to turn a list of URLs or text strings into QR code PNG files using the Bulk QR Generator public API, then saving one image per item to disk.
How it works
- Runs when you manually execute the workflow.
- Builds a list of items (name and content) and constructs a Bulk QR Generator API URL for each QR code.
- Processes the list one item at a time to stay within rate limits.
- Calls
https://bulkqrgenerator.net/api/v1/qr for each item and retrieves the QR code as a PNG file.
- Saves each returned PNG as
qr-<name>.png and continues until all items are processed.
Setup
- Edit the link list (name and url/text content) so each item generates the QR code you want.
- If you use file saving, ensure the n8n instance has permission to write to the target filesystem path (or replace the file save step with Google Drive/Dropbox/Email).
- Adjust QR parameters in the API URL (for example
size, margin, format) if you need different output settings.