QR Code Generator

Go to Product

Applies a design from the QR Code Designer node to content coming from the workflow, and renders it through POST /v1/qr.

Without a table the node renders a single QR code from the Content field. Connect one and it renders a QR code per row from the column you pick — a row whose render fails yields a missing cell carrying the reason, so a single failure does not lose the batch.

Leave the Design port unconnected to paste a design into the dialog instead.

Options

Content
The value encoded into the QR code, verbatim. Connect a table to encode a column instead, one QR code per row.
Content column
Column holding the value to encode, one QR code per row.
Format
Output image format.
  • SVG: Scalable vector graphics — sharp at any size.
  • PNG: Raster image, rendered at the size below.
Size
Image width and height in pixels.
Fix contrast
Nudge low-contrast color combinations apart so the QR code stays scannable.
Output column
Name of the appended image column.
Design
Paste the design object of a POST /v1/qr body — the same thing the QR Code Designer node produces. An empty object renders a plain QR code. Hidden once something is connected to the Design input port, which takes precedence.

Input Ports

Icon
Configuration data, carrying the API key.
Icon
The design to apply, from the QR Designer node.
Icon
Table holding the content to encode, one QR code per row.

Output Ports

Icon
The input table with the rendered QR code appended, or a single row when the content is fixed. Each row also carries the rate limit the API reported for that request: x-ratelimit-limit (requests allowed in the current window), x-ratelimit-remaining, and x-ratelimit-reset (seconds until the window resets).
Icon
Configuration data, passed through for chaining.

Popular Predecessors

  • No recommendations found

Popular Successors

  • No recommendations found

Views

This node has no views

Workflows

  • No workflows found

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.