QR THEME
Style information for QR code themes
QR themes can be applied to chat flows to customize the appearance of the QR codes that are generated when publishing.
{
"name": "STRING",
"background": "STRING",
"foreground": "STRING",
"hasBorder": BOOLEAN,
"imageUrl": "STRING",
"textIdentifier": "STRING"
}
{
"qrThemeId": INTEGER IDENTIFIER,
"name": "STRING",
"background": "STRING",
"foreground": "STRING",
"hasBorder": BOOLEAN,
"imageUrl": "STRING",
"textIdentifier": "STRING",
"updated": DATETIME
}
The human readable name for the theme.
The unique integer identifier for the theme which is generated while creating the theme.
A human readable string that is displayed below the QR code.
The datetime the theme was created in RFC3339 format.

The hex color code for the background color of the QR code.
The hex color code for the foreground color of the QR code.
Setting this attribute true will add a margin around the edges of the QR code with the background color.
The URL for the hosted image. This image will be applied to the center of the QR code.
A human readable string that is displayed below the QR code.
Last modified 1yr ago