Explore Plans
Mobile menu Close menu
CodeQR

Create a QR Code

Creates a new QR Code.

Developer info

API endpoint slug
codeqr.create_qrcode
Filter code method
Codeqr.createQrcode.skip(string?: reason)
Runtime method
runAction("codeqr.create_qrcode", {})

Action fields

Type Dropdown list

Label
QR Code Type
Helper text
Select the type of QR Code to generate.
Slug
type
Required
true
Can have default value
true
Filter code method
Codeqr.createQrcode.setType(string: type)

Static Dropdown list

Label
Static/Dynamic
Helper text
Yes = Static QR Code (fixed content); No = Dynamic QR Code (editable content).
Slug
static
Required
false
Can have default value
true
Filter code method
Codeqr.createQrcode.setStatic(string: static)

Url Text input > Link

Label
URL
Helper text
Enter the web address (e.g., https://www.yoursite.com). Fill this if "QR Code Type" is URL. If "Text" is also filled, URL takes precedence.
Slug
url
Required
false
Can have default value
true
Filter code method
Codeqr.createQrcode.setUrl(string: url)

Text Text input > Long text

Label
Text
Helper text
Enter the plain text. Fill this if "QR Code Type" is Text. If "URL" is also filled, the URL will take precedence.
Slug
text
Required
false
Can have default value
true
Filter code method
Codeqr.createQrcode.setText(string: text)

Trackconversion Dropdown list

Label
Track Conversion
Helper text
Enable tracking of conversions for the QR Code. Only available for dynamic QR Codes.
Slug
trackConversion
Required
false
Can have default value
true
Filter code method
Codeqr.createQrcode.setTrack Conversion(string: trackConversion)

Title Text input > Short text

Label
Title
Helper text
Title associated with the QR Code.
Slug
title
Required
false
Can have default value
true
Filter code method
Codeqr.createQrcode.setTitle(string: title)