QR Code Generator
The QR Code Generator node lets you quickly create a QR code from any URL, with customizable size, colors, and output format.

Description
This node allows you to generate a QR code image from a given URL. You can customize the QR code’s appearance by adjusting its size, background color, and foreground color. The generated QR code can be exported in different file formats (PNG, JPG, SVG) and output as either an image or a file, depending on how you want to use it. This makes it useful for sharing links, embedding in documents, or integrating into websites and apps.
Field and Function:
Input*
The URL or link you want to encode into a QR code. Example:
https://www.diaflow.io
Use
@
to reference outputs from previous nodes (e.g., AI-generated text, API response, or spreadsheet data).
QR code size
Defines the pixel size of the QR code image.
Select one of the values
Example:
256px
(common sizes: 128px, 256px, 512px, 1024px)
Background color
Choose the background color of the QR code.
Default:
#FFFFFF
(white).
Foreground color
Choose the color of the QR code itself (the squares).
Default:
#000000
(black).
Output format
Select the format of the generated QR code.
Options: PNG, SVG.
Output type
Define how the QR code should be returned.
Options: Image (for direct use in workflows) or Link (for sharing).
Example
Set up node "File creator" with:
Input = Refer to the output of node "Trigger"
QR code size = 256px
Background color = #FFFFF
Foreground color = #000000
Output format = PNG
Output type = Image

After executing the flow

Last updated
Was this helpful?