GoQR (Independent Publisher)
Generate QRCode in a easy way. The connector will return the QR Code image. QR codes are the way to go to create a link between the real world products (tagged with the QR code) and the Internet. Mobile, anywhere, anytime.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Rui Santos |
rsantos.mails@gmail.com |
Connector Metadata | |
---|---|
Publisher | Rui Santos |
Website | https://goqr.me/ |
Privacy policy | https://goqr.me/de/rechtliches/datenschutz-goqrme.html |
Categories | Productivity;Data |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Create QR Code |
Creates an QR code |
Create QR Code
Creates an QR code
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Data
|
data | True | string |
The text to store within the QR code |
Size
|
size | string |
Specifies the size of the QR code image you want to generate (in px for raster graphic formats like png, gif or jpeg); as logical unit for vector graphics (svg, eps). |
|
Source Charset
|
charset-source | string |
Specifies the charset the text submitted via data parameter is encoded in. Note: you don't have to care about converting your data if charset-source and charset-target got different values, the API does all the needed work automatically. |
|
Target Charset
|
charset-target | string |
Specifies the charset to encode the text submitted via data parameter with, before storing it within the QR code. Note: you don't have to care about converting your data if charset-source and charset-target got different values, the API does all the needed work automatically. |
|
ECC
|
ecc | string |
Defines the error correction code (ECC) which determines the degree of data redundancy. The more data redundancy exists, the more data can be restored if a QR code is damaged (i.e. scratches on a QR code sticker or something like that). |
|
Color
|
color | string |
Color of the data modules as RGB value. |
|
Background Color
|
bgcolor | string |
Color of the background as RGB value. |
|
Margin
|
margin | integer |
Thickness of a margin in pixels. The margin will always have the same color as the background (you can configure this via bgcolor). It will not be added to the width of the image set by size, therefore it has to be smaller than at least one third of the size value. The margin will be drawn in addition to an eventually set qzone value. The margin parameter will be ignored if svg or eps is used as QR code format (=if the QR code output is a vector graphic). |
|
Quiet Zone
|
qzone | integer |
Thickness of a margin (=“quiet zone”, an area without disturbing elements to help readers locating the QR code), in modules as measuring unit. This means a value of 1 leads to a drawn margin around the QR code which is as thick as a data pixel/module of the QR code. The quiet zone will always have the same color as the background (you can configure this via bgcolor). The quiet zone will be drawn in addition to an eventually set margin value. |
|
File Format
|
format | string |
It is possible to create the QR code picture using different file formats, available are PNG, GIF, JPEG and the vector graphic formats SVG and EPS (=you can create QR code vector graphics / QR code EPS / QR code SVG as needed for professional printing). |
Returns
- Image of qrcode
- binary
Definitions
binary
This is the basic data type 'binary'.