https://www.npmjs.com/package/n8n-nodes-qrcode-hundred98
Core Nodes Introduction
With simple configurations, it can convert text or JSON data into QR codes. It supports custom output formats (PNG, JPG, SVG), sizes (32-2048 pixels), and error correction levels (four options: L/M/Q/H, corresponding to 7%-30% error tolerance). The generated result returns a JSON object containing QR code data and corresponding binary image data, facilitating subsequent workflow calls.
(Future updates will include advanced features like color customization, margin adjustment, and logo embedding)
It can read and parse QR code content from binary image fields or online image URLs. The output includes parsing status — returning a data field on success and error information on failure, enabling flexible handling of QR code recognition results.
(Future updates will support batch processing of multiple QR codes and automatic content type identification)
Specialized in transmitting arbitrary data via QR codes, it’s ideal for data exchange scenarios requiring security verification. When in use, simply match the node’s qrKey with the qrKey contained in the QR code to retrieve custom key-value pair data (such as personal information, configuration parameters, etc.) from the QR code, adding an extra security layer to data transmission.
Practical Use Cases
This node package has a wide range of applications, such as:
-
Secure API Key Distribution: Administrators generate QR codes containing API keys, and developers retrieve them after verifying the
qrKeyvia the Data Bridge node to prevent unauthorized access. -
Rapid Employee Information Entry: HR generates QR codes with employee details, and the IT department scans them to automatically populate system data.
-
Device Configuration Deployment: Operations teams create QR codes with network configurations, allowing on-site personnel to scan and apply parameters to devices.
-
Meeting Information Sharing: Administrative staff generate QR codes with meeting details, enabling participants to view the full agenda by scanning.
Project Repository
GitHub: https://github.com/hundred98/n8n-qrcode-node
If you have any questions, feel free to contact the author through the method provided in the documentation.
Hope this tool helps you! Welcome to share more use cases and improvement suggestions.
